var a1=new Image();
a1.src='images/menu_11.gif';
var a2=new Image();
a2.src='images/en2.gif';
var a3=new Image();
a3.src='images/ml2.gif';

function newColor(idCell) {
if (document.all) eval('document.all.'+idCell+'.style.background = "url(images/menu_11.jpg)"');
else eval('document.getElementById("' + idCell + '").style.background = "url(images/menu_11.jpg)"');
}

function backColor(idCell) {
if (document.all) eval('document.all.'+idCell+'.style.background = "url(images/menu_1.jpg)"');
else eval('document.getElementById("' + idCell + '").style.background = "url(images/menu_1.jpg)"');
}


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"); 
}

IE=navigator.appName=="Netscape" && !document.getElementById?false:true;

function zoom(src,w,h) {
        html='<html><head><title>:: ÀÊÂÀÄÈÅÇ ::</title>'+'</head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>'+'<a href="#" onClick="window.close();"><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'+',top=0'+',left=0'+'scrollbars=yes');
                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'+',top=0'+',left=0');
        }
                win.document.open();
                win.document.write(html);
                win.document.close(); 
                win.resizeTo(w,h);
          }
