 nav = 
          '<center><IMG SRC="images/isc2.gif"></center>\n'
nav += '<table  width="800" border="0" cellspacing="0" cellpadding="0">\n'
nav += '<tr>\n'
	  nav += '<td width="10%" valign="top"><center><a href="index.html" STYLE="text-decoration:none"><IMG SRC="buttons/home.gif" border=0></a></center></td>\n'

 nav += '<td width="10%" valign="top"><CENTER><a href="aboutus.htm" STYLE="text-decoration:none">About Us</a></CENTER></td>\n'

	  nav += '<td width="10%" valign="top"><a href="specials.htm" STYLE="text-decoration:none"><img border="0" src="images/button/specialsbutton_1.gif" width="100" height="17"></a></td>\n'

	  nav += '<td width="10%" valign="top" STYLE="text-decoration:none"><a href="domains.htm"><img border="0" src="images/button/domainsbutton_1.gif" width="100" height="17"></a></td>\n'

	  nav += '<td width="10%" valign="top" STYLE="text-decoration:none"><a href="compare.htm"><img border="0" src="images/button/hostingbutton_1.gif" width="100" height="17"></a></td>\n'

	  nav += '<td width="10%" valign="top"><a href="reseller.htm"  STYLE="text-decoration:none"><font face="arial" size=2 color=white><B>Reseller</B></font></a></td>\n'

	 

	  nav += '<td width="10%" valign="top" ><a href="support.htm" STYLE="text-decoration:none"><font face="arial" size=2 color=white><B>Support</B></font></a></td>\n'
	
	  nav += '<td width="10%" valign="top"><a href="contact.htm" STYLE="text-decoration:none"><font face="arial" size=2 color=white><B>Contact Us</B></font></a></td>\n'
	  nav += '</tr>\n'
	  nav += '</table>\n'
	
	  document.write(nav);

