function dispMenu()
{
   var menu='<iframe id="menu" src="menu.html" width="750px" height="98px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" content="98" border="0"></iframe>';
   document.write(menu);
}

function dispFooter()
{
   var footer='<iframe id="footer" src="footer.html" width="750px" height="24px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" content="24" border="0"></iframe>';
   document.write(footer);
}
