function popupPrint( url )
{
	print = open( url, "printwindow", "width=680, height=500, left=80, top=80, scrollbars=yes, resizable=yes, dependent=yes");
	print.focus();
}