function topbarIE() {


document.write ('<table border="0" cellpadding="0" cellspacing="0" width="600"><tr><td>')
document.write ('<p align="right"><a href="http://www.novus-technologies.com/contact1.html">')
document.write ('<img border="0" src="images/form03a.gif" width="96" height="100"></a></td>')
document.write ('<center><td align="center"><font face="Arial" size="4"><b>')
document.write ('<a href="http://www.novus-technologies.com/contact1.html">Quick Link to Our Information Request Form</a>')
document.write ('</b></font></td></tr></table></p><p align="center">  <table border="0" cellpadding="0" cellspacing="0" width="640"><tr><td align="center" colspan="2"><font face="Arial" size="4"><b>For Sales Assistance Please Contact</b></font></td></tr><tr><td align="center"></td><td align="center"><b><font face="Arial" size="5">Ernie Cope, Sales Manager<br></font></b><font face="Arial" size="4">334-749-6300 ext. 202</font></td></tr></table></p>')
document.write ('<p align="center" class="footrsm">Copyright Novus Mfg 1999-2010 All Rights Reserved.<br>');
document.write ('Direct Questions or comments to <a href="mailto:Info\@novus-technologies.com">Info\@Novus-Technologies.com<br></a><ahref="http://www.novus-technologies.com">http://www.novus-technologies.com</a><br></p>');
}

function topbarNS() {


document.write ('<table border="0" cellpadding="0" cellspacing="0" width="600"><tr><td>')
document.write ('<p align="right"><a href="http://www.novus-technologies.com/contact1.html">')
document.write ('<img border="0" src="images/form03a.gif" width="96" height="100"></a></td>')
document.write ('<center><td align="center"><font face="Arial" size="4"><b>')
document.write ('<a href="http://www.novus-technologies.com/contact1.html">Quick Link to Our Information Request Form</a>')
document.write ('</b></font></td></tr></table></p><p align="center">  <table border="0" cellpadding="0" cellspacing="0" width="640"><tr><td align="center" colspan="2"><font face="Arial" size="4"><b>For Sales Assistance Please Contact</b></font></td></tr><tr><td align="center"></td><td align="center"><b><font face="Arial" size="5">Ernie Cope, Sales Manager<br></font></b><font face="Arial" size="4">334-749-6300 ext. 202</font></td></tr></table></p>')
document.write ('<p align="center" class="footrsm">Copyright Novus Mfg 1999-2010 All Rights Reserved.<br>');
document.write ('Direct Questions or comments to <a href="mailto:Info\@novus-technologies.com">Info\@Novus-Technologies.com<br></a><a href="http://www.novus-technologies.com">http://www.novus-technologies.com</a><br></p>');
}

// Browser-sniffing variables.
   var minNav3 = (navigator.appName == "Netscape" && 
      parseInt(navigator.appVersion) >= 3)
   var minIE4 = (navigator.appName.indexOf("Microsoft") >= 0 && 
      parseInt(navigator.appVersion) >= 4)
   var minDOM = minNav3 || minIE4   // Baseline DOM required for this function
   if (minIE4)  {
            topbarIE()
    }
     else {
        if (minNav3)  {
            topbarNS()
        
     }
    }