function printPage(page_url)
{
	window.showModalDialog('/'+page_url,"Print","dialogWidth:700px;dialogHeight:600px");
}
