function dispNews()
{
  var news='<iframe id="news" src="pub/bNews.html" width="173px" height="193px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" content="193" border="0"></iframe>';
   document.write(news);
}

function dispMenu()
{
   var menu='<iframe id="menu" src="menu.html" width="758px" height="148px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" content="148" border="0"></iframe>';
   document.write(menu);
}

function dispFooter()
{
   var footer='<iframe id="footer" src="footer.html" width="758px" height="40px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" content="40" border="0"></iframe>';
   document.write(footer);
}
