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