function PrintPage(){
	if(document.getElementById || document.layers){
		parent.ifmap.focus();	
		parent.ifmap.print();	
	}
}

