function PopupPrint() { 
	window.open(window.location.pathname+"?action=print", "_new", "status=no, scrollbars=yes, menubar=no, height=800, width=960"); 
} 

