function html(strg)
{
 document.write(strg);
}


html('<CENTER><TABLE border="0" cellpadding="0" cellspacing="0" >');
html('<TR><TD><P align="center">');
html('<A HREF="index.html" target=_top><IMG ALT="Home" BORDER="0"'); html(' WIDTH="98" HEIGHT="44" SRC="indexb2.gif"></A>');
html('<A HREF="prod.html" target=_top><IMG alt="Products" border="0"');
html(' width="98" height="44" SRC="prodb2.gif"></A>');
html('<A HREF="refs.html" target=_top><IMG alt="Rentals" border="0"'); html(' width="98" height="44" SRC="Rental.gif"></A>');
html('<A HREF="info.html" target=_top><IMG alt="Feature Articles"');
html(' border="0" width="98" height="44" SRC="ArtclBtn.gif"></A>');
html('<A HREF="contact.html" target="_top" onClick="return isOnLine()"><IMG alt="Contact Us!" ');
html('border="0" width="98" height="44" SRC="contactb2.gif"></A>');
html('<A HREF="news.html" target=_top>');
html('<IMG alt="What\'s New" border="0" width="98" height="44" ');
html('SRC="newsb2.gif"></A><A HREF="about.html" target=_top>');
html('<IMG alt="About" border="0" width="98" height="44" ');
html('SRC="aboutb2.gif"></A>');
html('</TD></TR></TABLE></CENTER><P ALIGN=Center>');
html('<CENTER><TABLE CELLPADDING=20><TD><P ALIGN=Center>');
html('<IMG WIDTH="150" SRC="flag.gif"></TD><TD>');
html('<FONT COLOR="#ff0000"><BIG><B>PHONE: &nbsp;1-800-407-4674</B>');
html('</BIG></FONT><P><FONT COLOR="#ff0000"><BIG><B>');
html('FAX: &nbsp; &nbsp; &nbsp;&nbsp; 1-800-361-1973</B></BIG>');
html('</FONT></H3><P ALIGN=Center><FONT COLOR="YELLOW"><BIG>');
html('E-Mail us at <A HREF="contact.html" target="_top" onClick="return isOnLine()">MightyLite@aol.com</A>');
html('</BIG></TD><TD><P ALIGN=Center>');
html('<IMG WIDTH="150" SRC="flag.gif"></TD></TABLE></CENTER>');

