function headertop()
{
	var oTDHeader=document.getElementById("topheader");
	var oFooter=document.getElementById("getfooter");

oTDHeader.innerHTML="<table width='235' height='20' border='0' cellpadding='0' cellspacing='0'>\
          <tr>\
            <td valign='middle' class='headertop'>Language:</td>\
            <td valign='middle' class='headertop'><select name='select'>\
              <option>English</option>\
            </select>\
              &nbsp;</td>\
            <td width='1'><img src='../images/white_vertical_line.gif' width='1' height='21'></td>\
            <td width='90' align='center' valign='middle' class='headertop'><a href='../partners/partners.html' class='headertoplink'>Partners Info</a></td>\
          </tr>\
        </table>"
oFooter.innerHTML="<table width='100%'  border='0' cellspacing='0' cellpadding='0'>\
          <tr>\
            <td height='20'><div align='center'><img src='../images/white_footer_bullet.gif' width='6' height='6'> <a href='../index.html' class='footerlinks'>Home</a>&nbsp; <img src='../images/white_footer_bullet.gif' width='6' height='6'> <a href='../about/about.html' class='footerlinks'>About Us</a>&nbsp; <img src='../images/white_footer_bullet.gif' width='6' height='6'> <a href='../about/contact.html' class='footerlinks'>Contact Us</a>&nbsp; <img src='../images/white_footer_bullet.gif' width='6' height='6'> <a href='../sitemap.html' class='footerlinks'>Site Map</a>&nbsp; <img src='../images/white_footer_bullet.gif' width='6' height='6'> <a href='../support/support.html' class='footerlinks'>Customer Support</a></div></td>\
          </tr>\
          <tr>\
            <td class='footer'><div align='center'>&copy; Copyright 2007. Aperto Networks. All rights reserved.</div></td>\
          </tr>\
			<tr><td>&nbsp;</td></tr>\
        </table>"

}







