
//var open_window_bosso=0;

function res()
{	  
var h_bosso; 	
h_bosso=0;	
if(document.body.clientHeight) h_bosso=document.body.clientHeight; 
if(document.documentElement.clientHeight) h_bosso=document.documentElement.clientHeight; 
 	
 h_bosso=h_bosso-225;
 if (h_bosso>=0) document.getElementById("resizer").style.height=h_bosso+"px";	
 //alert(h_bosso);

}	  
	
//window.onload=res;	
//if(!open_window) {open_window=1;window.onload=res;}
//window.onresize=res;
	  
	  
	

