function printContent()
{
          var texts;
          texts=document.getElementById("html").innerHTML;
          document.forms.PrintForm.TextValue.value=texts;
          document.forms.PrintForm.submit(); 
}
