//
// This is the code that is included at the end of all Heim EnterpriZes pages.
//
var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);

document.write("<table cellpadding=2 border=1 cellspacing=0>");
document.write("<tr bgcolor=red>");
document.write("<th colspan=2>");
document.write("<font size=+1 face=courier color=white>The HeimNet.com Tool Crib</font>");
document.write("</th>");
document.write("</tr>");

document.write("<tr bgcolor=white>");
document.write("<td bgcolor=black>");
document.write("<center>");
document.write("<a href='http://home.netscape.com/download/index.html'>");
document.write("<img src=http://www.HeimNet.com/gif/NetscapeNow.gif border=0></a>");
document.write("</center>");
document.write("</td>");

document.write("<td>");

if(browserName == "Netscape" && browserVer >= 3) {
  document.write("<font face='Comic Sans MS' color=black>");
  document.write("<b>CONGRATULATIONS:</b> This site utilizes JavaScripts and HTML "+
                   "syntax that are best viewed with Netscape Communicator.");
}
else {
  document.write("<font face='Comic Sans MS' color=red>");
  document.write("<b>WARNING:</b> This site utilizes JavaScripts and HTML syntax that "+
                   "might not be supported by your Web Browser. <i>Download Netscape Now!</i>");
}

document.write("</td>");
document.write("</tr>");

document.write("<tr bgcolor=white>");
document.write("<td bgcolor='green'>");
document.write("<center>");
document.write("<A HREF='https://sub.copper.net/promo/50338.asp' TARGET='_new'>");
document.write("<IMG  width=100 height=28 SRC='http://www.HeimNet.com/gif/CopperNetLogo.gif' BORDER=0></A><BR>");
document.write("</center>");
document.write("</td>");
document.write("<td>");
document.write("<font face='Comic Sans MS' color=black>");
document.write("Copper.Net Nationwide discount dial-up Internet and e-mail $99/year.");
document.write("</font>");
document.write("</td>");
document.write("</tr>");

document.write("<tr bgcolor=white>");                  
document.write("<td bgcolor='0xFFCC00'>");
document.write("<center>");             
document.write("<A HREF='http://www.adobe.com/prodindex/acrobat/readstep.html' TARGET='_new'>");
document.write("<IMG SRC='http://www.HeimNet.com/gif/getacrobatTR.gif' BORDER=0></A><BR>");
document.write("</center>");
document.write("</td>");
document.write("<td>");
document.write("<font face='Comic Sans MS' color=black>");
document.write("Adobe Acrobat Reader allows you access to PDF files utilized by this web site.");
document.write("</font>");
document.write("</td>");
document.write("</tr>");

document.write("<tr bgcolor=white>");
document.write("<td bgcolor=blue>");
document.write("<center>");
document.write("<A HREF='http://www.winzip.com/winzip/winzip.htm' TARGET='_new'>");
document.write("<IMG SRC='http://www.HeimNet.com/gif/winzip_icon.gif' BORDER=0></A><BR>");
document.write("</center>");
document.write("</td>");
document.write("<td>");
document.write("<font face='Comic Sans MS' color=black>");
document.write("WinZip allows you access to compressed archives utilized by this web site.");
document.write("</font>");
document.write("</td>");
document.write("</tr>");

document.write("<tr bgcolor=white>");
document.write("<td bgcolor=green>");
document.write("<center>");
document.write("<A HREF='http://www.cs.wisc.edu/~ghost/gsview/index.html' TARGET='_new'>");
document.write("<IMG SRC='http://www.HeimNet.com/gif/gsview2.gif' BORDER=0></A><BR>");
document.write("</center>");
document.write("</td>");
document.write("<td>");
document.write("<font face='Comic Sans MS' color=black>");
document.write("GSview allows you access to PostScript files utilized by this web site.");
document.write("</font>");
document.write("</td>");
document.write("</tr>");
// 
// document.write("<tr bgcolor=white>");
// document.write("<td bgcolor=>");
// document.write("<center>");
// document.write("<A HREF='http://www.worldwidemart.com/scripts/' TARGET='_new'>");
// document.write("<IMG SRC='http://www.HeimNet.com/gif/' BORDER=0></A><BR>");
// document.write("</center>");
// document.write("</td>");
// document.write("<td>");
// document.write("<font face='Comic Sans MS' color=black>");
// document.write(".");
// document.write("</font>");
// document.write("</td>");
// document.write("</tr>");
// 
document.write("<tr bgcolor=white>");
document.write("<td bgcolor='0x003366'>");
document.write("<center>");
document.write("<A HREF='http://www.dilbert.com' TARGET='_new'>");
document.write("<IMG SRC='http://www.HeimNet.com/gif/DTlink_anim2.gif' BORDER=0></A><BR>");
document.write("</center>");
document.write("</td>");
document.write("<td>");
document.write("<font face='Comic Sans MS' color=black>");
document.write("<b>Very Important JOB RELATED Information</b>");
document.write("</font>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
