function PrintWindow(URL) {
	window.open(URL,"","width=700,height=500,scrollbars=yes,toolbar=yes,menubar=yes");
}