//about SUBMENU
if (document.getElementById) {
    document.write('<table cellspacing="0" cellpadding="0" id="dropdown1" class="sub" onmouseover="show(\'dropdown1\',\'abo\')" onmouseout="hide(\'dropdown1\',\'abo\')">');
    document.write('<tr>');
    document.write('  <td valign="middle" align="center">');
    document.write('<a href="about.html">: Company Profile</a>&nbsp;&nbsp;<a href="about_group.html">: Group Structure</a>&nbsp;&nbsp;<a href="about_acquisitions.html">: Recent Acquisitions</a>&nbsp;&nbsp;<a href="about_management.html">: Management</a>&nbsp;&nbsp;<a href="about_board.html">: Board of Directors</a></td>');
    document.write('</tr>');
    document.write('</table>');
    //investor SUBMENU
    document.write('<table cellspacing="0" cellpadding="0" id="dropdown2" class="sub" onmouseover="show(\'dropdown2\',\'inv\')" onmouseout="hide(\'dropdown2\',\'inv\')">');
    document.write('<tr>');
    document.write('  <td valign="middle" align="center">');
    document.write('<a href="press_levelland.html">: FTTP Buildout</a>&nbsp;&nbsp;<a href="press_09main.html">: Press Releases</a>&nbsp;&nbsp;<a href="faq.html">: FAQs</a>&nbsp;&nbsp;<a href="financials.html">: Financials</a>&nbsp;&nbsp;<a target="_blank" href="http://www.sec.gov/cgi-bin/browse-edgar?company=xfone&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany">: SEC Filings</a><br><a href="corp_governance.html">: Corporate Governance &nbsp;&nbsp;</a><a target="_blank" href="http://www.amex.com/?href=/equities/listCmp/EqLCDetQuote.jsp?Product_Symbol=XFN">: Stock Quote</a>&nbsp;&nbsp;<a href="links.html">: Links</a>&nbsp;&nbsp;</td>');
    document.write('</tr>');
    document.write('</table>');
	}