
function showpic(text,width,height){
if(self.mywin) { if(!mywin.closed) mywin.close(); }

 mywin=window.open('','mywin', 'scrollbars=auto,resizable=yes,menubar=no,Toolbar=no, width='+width+', height='+height);
 mywin.document.write('<html><head><title>Ассоциация аэронавигационного обслуживания</title></head><body style=\'margin:0\'>'+text+'</body></html>');
 mywin.document.close();

}