wW=640; wH=490;
W=wW;H=wH;sr="";function winOpen(names)         
        {
		 nw=names.width
		 if(nw==200 ||nw==120 ||nw==70){W=wH;H=wW}else{W=wW;H=wH;}
		 
		 ima=names.src;
		 fullsize=ima.length;
		 
		 /*shab2=/[abcdefghijklmnopqrstuvwxyz]/g
         ns=document.title;
         res=ns.match(shab2)
         if(res.length >= 7)
		 {sr="../../../eng/2-06/img/rotasmir.jpg"}
		 else
		 {sr="../../eng/2-06/img/rotasmir.jpg"}     **********script for gallery************/
		 
		 
		 resize=fullsize-4;fullsrc=ima.substring(0,resize);reShab=fullsrc+"1.jpg";
		 newWindow=window.open('','gates','scrollbars=0,tolbar=0,resizable=0,location=0,status=0,width='+W+',height='+H+'');
		 newWindow.document.open();self.name="main"
		 newWindow.document.write('<html><body bgcolor="lelele">')
		 newWindow.document.write('<p align="center">')
		 newWindow.document.write('<img src="'+reShab+'" height="80%" style="border:15px double white" id="imag">')
		 newWindow.document.write('<br><hr align="center" width="78%"><p align="center">')
		 newWindow.document.write('<b><font color="white" size="2">')
		 newWindow.document.write('Academy of Arts of Uzbekistan © 2004 - 2008 All rights reserved <br>')
		 newWindow.document.write('Idea, Design & Support -  ')
		 newWindow.document.write('<a href="http://www.orexca.com" target="main" style="color:white">OrexCA.com</a>')
		 newWindow.document.write('</font></b></p></p></body></html>')
		 newWindow.document.close();window.setTimeout('newWindow.close()',600000)
		}
