
var browser_=1;

function calendar(form, prefix)
{
	wc=window.open("http://int.spylog.com/calendar/?form="+form+"&prefix="+prefix,"wc","height=160,width=160,screenX=500,screenY=300,left=500,top=300,toolbar=0,scrollbars=0,menubar=0,resizable=yes");
//	wc=window.open("http://samovar.spylog.ru/calendar/?form="+form+"&prefix="+prefix,"wc","height=150,width=120,screenX=500,screenY=300,left=500,top=300,toolbar=0,scrollbars=0,menubar=0,resizable=yes");
}

function getMultichoice()
{
	var params="";
	for (var i = 0; i < document.controller.elements.length; i++){
		if( document.controller.elements[i].type != "radio" || document.controller.elements[i].checked )
		params+="&"+document.controller.elements[i].name+"="+document.controller.elements[i].value;
	}	
		
//alert(params);	

	wc=window.open("/newtracker/index.phtml?stat_id=53&ses_id=1&counter_id=587848&child=1"+params,"wc","height=300,width=400,screenX=200,screenY=200,left=200,top=200,toolbar=0,scrollbars=1,menubar=0,resizable=yes");
}

function openNewWindow(params)
{
	wc=window.open("/newtracker/index.phtml?stat_id=53&ses_id=1&counter_id=587848&"+params,"wc","height=500,width=600,screenX=50,screenY=50,left=50,top=50,toolbar=0,scrollbars=1,menubar=0,resizable=yes");
}


function wopen(wurl,wname,w,h)
{
	window.open(wurl,wname,'height='+h+',width='+w+',resizable=1,scrollbars=yes,menubar=no,status=yes');
}

function onload_f()
{
	
}
