/************************ Impression ************************/
function initPrint(){
	if(window.print()){
 		setTimeout("window.print()",200);
	}
}