function printPage(url)
{
	window.open(url, "print", "location=no, toolbar=yes, menubar=yes, status=yes, scrollbars=yes, resizable=yes");
}