<!--
function go_print()
{
var mContent = document.all.Content.innerHTML;
document.body.innerHTML = mContent;
window.print();
}

function go_zoom(size)
{
  document.getElementById('zoom').style.fontSize=size+'px';
}

function MailSend()
{
  window.open('http://www.yfzs.gov.cn/gb/Send/Commend.asp?Num=200811251639418577','Send','location=no,menubar=yes,scrollbars=yes,resizable=yes,status=yes,toolbar=yes');
  window.close();
}
//-->