<!--

// MAIN TABLE
document.writeln('<table   border="0" cellspacing="0" cellpadding="0" valign="top">');
document.writeln('<tr valign="top"> ');
document.writeln('<td width="24"></td> ');


document.writeln('<td valign="top"> ');



document.writeln('<!-- IDC MAIN MENU --> ');

//"#98ADC2"

// MENU TABLE
document.writeln('<table  bgcolor=navy border="3" cellspacing="1" cellpadding="2" bordercolor=indianred>');

// MENU HEADER
document.writeln('<tr> ');
document.writeln(' <td align="center" bgcolor=teal> ');
document.writeln('<div align="center">');
document.writeln('<b><font size="2" face="verdana" color=ivory>[ MAIN MENU ]</font></B></div>');
document.writeln(' </td>');
document.writeln(' </tr>');

// MENU ITEMS      
document.writeln('<tr> ');
document.writeln('	<td width="140">');
document.writeln('	<P><br>');
document.writeln('	<font size="1" face="Verdana">      ');




//MAIN

document.writeln('	&nbsp;<font color=turquoise size=2><b>Main</b></font>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="http://idcnet.us/index.html" target="_top">IDC Home</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/services.html" target="_top">Services&nbsp;</a>');
document.writeln('	<br>');
document.writeln('	<br><hr>');


// DOMAINS-HOSTING
document.writeln('	&nbsp;<font color=turquoise size=2><b>Domains/Hosting</b></font>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="http://idcnet.us/webhosting.html" target="_top">Web Hosting</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/webdesign.html" target="_top">Web Design</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="https://idcnet.us/register/index2.html" target="_top">Customer Login</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/help/helpmenu.html" target="_top">Hosting Customer Help</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/domain/" target="_top">Register A Domain</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/cgi/swhois/index.html" target="_top">Domain Search</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="https://idcnet.us/cgi/hosting/makepayment.pl" target="_top">Make A Payment</a>');
document.writeln('	<br>');

document.writeln('	<br><hr>');





// HISTORY-ABOUT
document.writeln('	&nbsp;<font color=turquoise size=2><b>History/About</b></font>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="http://idcnet.us/references.html" target="_top">References</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/software.html" target="_top">Software</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/history.html" target="_top">History</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/zipfiles.html" target="_top">ZIPfile History</a>');
document.writeln('	<br>');
document.writeln('	<br><hr>');





// HELP-SUPPORT
document.writeln('	&nbsp;<font color=turquoise size=2><b>Help/Support</b></font>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="http://idcnet.us/domain/support.html" target="_top">Support</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/help/helpmenu.html" target="_top">Hosting Customer Help</a>');
document.writeln('	<br>');
document.writeln('	<br>');

document.writeln('	&nbsp;<b><font color=white size=1>How Do I...</font></b>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="https://idcnet.us/register/howtoregister.php" target="_top">Register A Domain</a>');
document.writeln('	<br>');
document.writeln('	&nbsp;<a href="http://idcnet.us/help/webtutorial.html" target="_top">Build A Website</a>');
document.writeln('	<br>');





document.writeln('	<br><hr>');




// MISC
document.writeln('	&nbsp;<font color=turquoise size=2><b>Misc</b></font>');
document.writeln('	<br>');


document.writeln('	&nbsp;<a href="http://idcnet.us/idcshell/index.html" target="_top">IDCshell is BACK!</a>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="https://idcnet.us/cgi/hosting/makepayment.pl" target="_top">Make A Payment</a>');
document.writeln('	<br>');

document.writeln('	&nbsp;<a href="http://www.idcnet.us/cgi/guestbook/addguest.html" target="_top">Our Mailing List</a>');
document.writeln('	<br>');




document.writeln('	<br><p>');


document.writeln('	</font>');
document.writeln('  </td>');
   
document.writeln('  </tr>');
document.writeln('  </table>');

document.writeln('<P>');


// END MAIN TABLE
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');


-->

