//business SUBMENU
if (document.getElementById) {
    document.write('<table cellspacing="0" cellpadding="0" id="dropdown1" class="sub" onmouseover="show(\'dropdown1\',\'bus\')" onmouseout="hide(\'dropdown1\',\'bus\')" style="text-indent:70px;">');
    document.write('<tr>');
    document.write('  <td valign="middle">');
    document.write('<a href="business_bundled.html">: Bundled Services</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="business_voice.html">: Voice</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="business_internet.html">: Internet</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="business_web.html">: Hosting</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="business_networking.html">: Networking</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>');
    document.write('</tr>');
    document.write('</table>');
    //RESIDENTIAL SUBMENU
    document.write('<table cellspacing="0" cellpadding="0" id="dropdown2" class="sub" onmouseover="show(\'dropdown2\',\'res\')" onmouseout="hide(\'dropdown2\',\'res\')" style="text-indent:203px">');
    document.write('<tr>');
    document.write('  <td valign="middle">');
    document.write('<a href="residential_bundled.html">: Bundled Services</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="residential_standalone.html">: Standalone Internet</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>');
    document.write('</tr>');
    document.write('</table>');
    //about SUBMENU
    document.write('<table cellspacing="0" cellpadding="0" id="dropdown3" class="sub" onmouseover="show(\'dropdown3\',\'about\')" onmouseout="hide(\'dropdown3\',\'about\')" style="text-indent:80px">');
    document.write('<tr>');
    document.write('  <td valign="middle">');
    document.write('<a href="about_profile.html">: Company Profile</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about_boardofdirectors.html">: Board of Directors</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about_executivemanagement.html">: Executive Management</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about_activities.html">: Family of Companies</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about_clec.html">: CLEC to CLEC Migrations</a>');
    document.write('</tr>');
    document.write('</table>');
    //corporate SUBMENU
    document.write('<table cellspacing="0" cellpadding="0" id="dropdown4" class="sub" onmouseover="show(\'dropdown4\',\'corp\')" onmouseout="hide(\'dropdown4\',\'corp\')" style="text-indent:250px">');
    document.write('<tr>');
    document.write('  <td valign="middle">');
    document.write('<a href="corporateinformation_invest.html">: Investor Relations</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="corporateinformation_careers.html">: Careers</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="corporateinformation_press2010.html">: Press Releases</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="corporateinformation_news.html">: Company News</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="http://www.i-55.com/xfoneusa.com/xfnquote.php">: XFN Quote</a>');
    document.write('</tr>');
    document.write('</table>');
}
