var a1=new Image();
a1.src='../img/knop_aqua_over.gif';

var a2=new Image();
a2.src='../img/knop_cont_over.gif';

var a3=new Image();
a3.src='../img/knop_news_over.gif';

var a4=new Image();
a4.src='../img/knop_zoo_over.gif';

var a5=new Image();
a5.src='../img/sh_home_over.gif';

var a6=new Image();
a6.src='../img/sh_mail_over.gif';

var a7=new Image();
a7.src='../img/men_aq11.gif';

var a8=new Image();
a8.src='../img/men_aq22.gif';

var a9=new Image();
a9.src='../img/men_aq33.gif';

var a10=new Image();
a10.src='../img/men_aq44.gif';

var a11=new Image();
a11.src='../img/men_aq55.gif';

var a12=new Image();
a12.src='../img/men_aq66.gif';

var a13=new Image();
a13.src='../img/men_aq77.gif';

IE=navigator.appName=="Netscape" && !document.getElementById?false:true;

function zoom(src,w,h) {
        html='<html><head><title>"Аквамир"</title>'+'<STYLE>HTML, BODY { background: #FFFFFF; BACKGROUND-POSITION: 50% 50%; BACKGROUND-IMAGE: url(../img/loading.gif); BACKGROUND-REPEAT: no-repeat; height: 100%;}</STYLE></head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>'+'<a href="#" onClick="window.close();" title="Закрыть окно"><img src="'+src+'" border=0 alt="Закрыть окно" width='+w+' height='+h+'></a></body></html>';

        if (IE) {
                w = +w+10;
                h = +h+55;
win=window.open('','acwin','width='+w+',height='+h+',resizable=no,left='+(screen.width-w)/2+',top='+(screen.height-h)/2+'');
                win.document.open();
                win.document.write(html);
                win.document.close();
                win.resizeTo(w,h);


        }
        else {

win=window.open(src,'acwin','width='+w+',height='+h+',resizable=yes,left='+(screen.width-w)/2+',top='+(screen.height-h)/2+'');
        }
                win.document.open();
                win.document.write(html);
                win.document.close();
                win.resizeTo(w,h);
          }