<!--
// PRINT OUT SCRIPT
function printpage(){
	if(document.getElementById || document.layers){
		window.print();
	}
}

//-->
