
function genWin(U,N,T,L,S,C,F,X,Y)  {
window.open(U,N,"toolbar="+T+",location="+L+",directories=0,status="+S+",scrollbars="+C+",menubar=0,resizable=0,fullscreen="+F+",width="+X+",height="+Y+"");
	}


function w_open()
{
genWin("rus/special_offers.html",'',0,0,0,0,0,300,325);
}

function w_open_spb()
{
genWin("special_offers_spb.html",'so',0,0,0,0,0,300,155);
}
	


function city_fun_drugoe()
{
var g=document.zkz.drugoe.checked;
if (g==true){
document.zkz.chto_drugoe.disabled=false;
document.zkz.chto_drugoe.value="???";
document.zkz.chto_drugoe.select();                                                                                                                  ;
} else {
document.zkz.chto_drugoe.disabled=true;
document.zkz.chto_drugoe.value=""; 
document.zkz.chto_drugoe.blur();       
}
}

function genWinCalendar(U,N,T,L,S,C,F,X,Y,xx,yy)  {
xx=screen.width/2.5;
yy=screen.height/2.5;
window.open(U,N,"toolbar="+T+",location="+L+",directories=0,status="+S+",scrollbars="+C+",menubar=0,resizable=0,fullscreen="+F+",width="+X+",height="+Y+",top="+yy+",left="+xx+"");
	}
