function openPrint(file){
		window.open (file,"printwindow","location=1,status=1,scrollbars=1,menubar=1,width=680,height=610"); 
	}