function domReady(f){	if(domReady.done) return f();	if(domReady.timer){		domReady.ready.push(f);	}else{		addEvent(window,"load",isDOMReady);		domReady.ready=[f];		domReady.timer=setInterval(isDOMReady,13);	}}function isDOMReady(){	if(domReady.done)return false	if(document && document.getElementsByTagName && document.getElementById && document.body){		clearInterval(domReady.timer);		domReady.timer=null;		for(var i=0;i<domReady.ready.length;i++)		domReady.ready[i]();		domReady.ready=null;		domReady.done=true;	}}function clockus(){var hour,min,sec;ndata=new Date();if (ndata.getMinutes()<10){min="0"+ndata.getMinutes();}else{min=ndata.getMinutes();}//локальное времяclockstr=ndata.getHours()+":"+min;//московское времяif(ndata.getHours()==0){hour=24;clockstr2=hour-5+":"+min;}else{if(ndata.getHours()<5){hour=ndata.getHours()+24;clockstr2=hour-5+": "+min;}else{clockstr2=ndata.getHours()-5+":"+min;}}if (ndata.getSeconds()<10){clockstr3="0"+ndata.getSeconds();}else{clockstr3=ndata.getSeconds();}if (document.layers){document.layers.cl.document.write(clockstr);document.layers.cl2.document.write(clockstr);document.layers.cl3.document.write(clockstr2);document.layers.cl.document.close();document.layers.cl2.document.close();document.layers.cl3.document.close();} else (document.all)document.getElementById('cl').innerHTML=clockstr;document.getElementById('cl2').innerHTML=clockstr2;document.getElementById('cl3').innerHTML=clockstr3;document.getElementById('cl4').innerHTML=clockstr3;setTimeout("clockus()",1000);}function fotoWindow(w, h, img) {var width=w, height=h;   var styleStr= "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=yes, width="+width+" ,height="+height+", left=0,top=0";var iWindow = window.open("","fotowin", styleStr);var head = "\x3chead\x3e<title\x3eКарта-схема Ранчо ЛАГУНА\x3c/title\x3e\x3c/head\x3e";//onBlur='self.close();'var body = "\x3cbody marginwidth='0' marginheight='0' leftmargin='0' topmargin='0'\x3e\x3cimg src=\'"+img+"\' width=\'"+w+"\' height=\'"+h+"\' alt='[Загрузка ...]' title='Карта-схема Ранчо ЛАГУНА'/\x3e\x3c/body\x3e";  iWindow.document.write(head + body);  iWindow.document.close(); }