  function doPrint()
  {
    var str = document.all.PrintBody.innerHTML;
	dayin.style.display ="none";
	document.open();	
    document.write(str);
	window.print();
    document.close();
    history.go(-1);
	//window.close();
  }
  function doPrint1()
  {
    var str = document.all.PrintBody1.innerHTML;
	dayin1.style.display ="none";
	document.open();	
    document.write(str);
	window.print();
    document.close();
    history.go(-1);
	//window.close();
  }

