function print_image(){

window.print();
history.back(-1);


}

onload=function(){
print_image();
}
	
