 if (document.images) {

 function turnOn(imageName) {
   if (document.images) {
     document[imageName].src = "img/"+imageName+"on.gif";
   }
 }

 function turnOff(imageName) {
   if (document.images) {
     document[imageName].src = "img/"+imageName+".gif";
   }
 }
 }

function openphoto(url,text,x,y){
msgWindow=window.open(url,'','scrollbars=no,status=no,menubar=no,directories=no,location=no,resizable=no,left=100,top=100,width='+x+',height='+y+' ');
msgWindow.document.write('<html><HEAD><TITLE>'+text+'</TITLE></HEAD>');
msgWindow.document.write('<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=#ffffff background="'+url+'">');
msgWindow.document.write('<table width=100% border=0 height=100%>');
msgWindow.document.write('<tr><td>&nbsp;</td></tr></table></body></html>');
}

function openbaget(url){
msgWindow=window.open(url,'','scrollbars=no,status=no,menubar=no,directories=no,location=no,resizable=no,left=100,top=100,width=225,height=115 ');
msgWindow.document.write('<html><HEAD><TITLE>Багет '+url+'</TITLE></HEAD>');
msgWindow.document.write('<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=#ffffff background="pic/baget/'+url+'.jpg">');
msgWindow.document.write('<table width=100% border=0 height=100%>');
msgWindow.document.write('<tr><td>&nbsp;</td></tr></table></body></html>');
}


