
function onload_window(){
	try{
		document.getElementById("print").onclick = function(){
			utils.print();
		
		}
		
	}catch(e){}

}