﻿<!--hiding script from old browsers
function topHTMLasJS() {
// following table is closed with bottomHTMLasJS on calling page
    document.write("<table border=0 width=100% align=center cellspacing=0 cellpadding=4>");
    document.write("<tr>");
    document.write("<td align=center rowspan=3 width=115px valign=top background=\"..\/graphics\/sidebgcolor.jpg\">");
    document.write("<br \/>");
    document.write("<a href=\"..\/pages\/about.htm\"><img src=\"..\/graphics\/company.gif\" border=0 width=\"125\" alt=\"about us link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/faqs.htm\"><img src=\"..\/graphics\/faqs.gif\" border=0 width=\"125\" alt=\"faqs link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/contactus.htm\"><img src=\"..\/graphics\/contact.gif\" border=0 width=\"125\" alt=\"contact us link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/truck.htm\"><img src=\"..\/graphics\/cauto.gif\" border=0 width=\"125\" alt=\"commercial auto link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/garage.htm\"><img src=\"..\/graphics\/garage.gif\" border=0 width=\"125\" alt=\"garage link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/propcas.htm\"><img src=\"..\/graphics\/propgl.gif\" border=0 width=\"125\" alt=\"property and casualty link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/persline.htm\"><img src=\"..\/graphics\/persline.gif\" border=0 width=\"125\" alt=\"personal lines link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/online.htm\"><img src=\"..\/graphics\/submit.gif\" border=0 width=\"125\" alt=\"submit link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/download.htm\"><img src=\"..\/graphics\/download.gif\" border=0 width=\"125\" alt=\"applications link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/links.htm\"><img src=\"..\/graphics\/industry.gif\" border=0 width=\"125\" alt=\"links link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/jobs.htm\"><img src=\"..\/graphics\/jobs.gif\" border=0 width=\"125\" alt=\"employment link button\"<\/a><br \/>");
    document.write("<a href=\"..\/pages\/specitem.htm\"><img src=\"..\/graphics\/specbut.gif\" border=0 width=\"125\" alt=\"special item link button\"<\/a><br \/>");
    document.write("<br \/>");
    document.write("<a href=\"..\/index.php\"><img src=\"..\/graphics\/home.gif\" border=0 width=\"125\" alt=\"button\"<\/a><br \/>");
    document.write("<\/td>");
    document.write("<td>");
// don't know why this has to be commented out but it does
//    document.write("</td>");
// see bottom.js line 3 </td> is caught there
}
//-->