	function cbprint(){
		if(document.getElementById || document.layers){
			window.print();
		}
	}
