// JavaScript Document
function windowopen(url){
	window.open(url,"","height=500,width=600,status=yes,toolbar=no,menubar=no,location=no, scrollbars=yes, resizable=yes" );
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function printThisPage()
   {print();} 
   

function  del_fir(url, elem){
if(confirm("Вы действительно хотите удалить "+elem+"?"))
location.href=url;
}

function open_tov(trorid)
{
	var trid = document.getElementById(trorid);
	if(trid.className == 'klo1')
	trid.className = 'klo';
	else
	trid.className = 'klo1';
}
