var Months=new Array("января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря");
var days= new Array("понедельник","вторник","среда","четверг","пятница","суббота","воскресенье");

function GetNow() 
{
	now=new Date();
	var strDate=new String();
	year=now.getFullYear();
	Month=now.getMonth();
	day=now.getDay()-1;
	if (day<0) day=6;

	var tblTime=document.all.time.tBodies.now1;
	var cell=tblTime.rows[0].cells[0];
	strDate=now.toDateString();	

	cell.innerText=strDate.substr(8,2)+" "+Months[now.getMonth()]+" "+now.getFullYear();
}

function open_window(link,w,h)
{
var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=no";
newWin = window.open(link,'newWin',win);
}

function open_window_sc(link,w,h)
{
var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=yes";
newWin = window.open(link,'newWin',win);
}

function preload() 
{ var imgsrc = preload.arguments; 
	arr=new Array(imgsrc.length); 
	for (var j=0; j<imgsrc.length; j++) 
	{ arr[j] = new Image; arr[j].src = imgsrc[j]; } 
}  

preload('pics/park1.gif', 'pics/park2.gif', 'pics/usl_up1.gif', 'pics/usl_up2.gif', 'pics/otz1.gif', 'pics/otz2.gif','pics/spec1.gif', 'pics/spec2.gif', 'pics/news2.gif', 'pics/news1.gif', 'pics/about1.gif', 'pics/about2.gif', 'pics/serv1.gif', 'pics/serv2.gif', 'pics/ukr1.gif', 'pics/ukr2.gif', 'pics/hol1.gif', 'pics/hol2.gif', 'pics/faq1.gif', 'pics/faq2.gif', 'pics/kon1.gif', 'pics/kon2.gif', 'pics/vac1.gif', 'pics/vac2.gif', 'pics/onl1.gif', 'pics/onl2.gif', 'pics/cont1.gif', 'pics/cont2.gif');  
function doButtons(picimage) 
{ eval("document['picture'].src = " + picimage + ".src"); }  
brVer = parseFloat(navigator.appVersion);  

function imageview(url,scheereena,vissotta,top) {if (brVer < 4 ) { scheereena = eval(parseInt(scheereena) + 24); vissotta = eval(parseInt(vissotta) + 30); } 	tempWindow = window.open("","ImageView","width="+scheereena+",height="+vissotta+",location=no,menubar=no,top=2"); 	
	tempWindow.document.open();
 	tempWindow.document.write("<HTML><HEAD><TITLE>");
 	tempWindow.document.write(top);
 	tempWindow.document.write("</TITLE></HEAD>");
 	tempWindow.document.write("<BODY MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0 BGCOLOR=#CCCCCC TEXT=#000000");
 	tempWindow.document.write("<CENTER><a href=javascript:window.close()><IMG ALT='Для закрытия окна нажмите здесь!' SRC='"+url+"' width="+scheereena+",height="+vissotta+" border=0></a>");
 	tempWindow.document.write("</BODY></HTML>"); 	tempWindow.document.close(); }