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

