function PrintPage(){
	if(document.getElementById || document.layers){
		window.print();		//܂
	}
}
