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