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';


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);
          }

function openWin(w,h,file) { 
open(file, "find","width="+w+",height="+h+",status=no,toolbar=no,scrollbar=no,resizable=no,menubar=no,left=0,top=0"); 
}