function doPrint(){
		document.getElementById("content11").style.height="80%";
		window.print(); 
		window.location.reload();
    }