	 var winheight=150
	 var winwidth=350
	 var cat=null
	 step=3;
	function catswindows(name,width,height,title) 
	{
window.open("http://www.quatrotec.es/juez.php" , "ventana1" , "width="+width+",height="+height+",scrollbars=NO" ) 

	 return;
	}
	
	
	function CloseCatWin()
	 {
	// if(cat!=null && cat.open)cat.close();
	 }
//window.onfocus=CloseCatWin;
