// JavaScript Document
// foot menu for all pages

document.write("<div align=\"center\"> ");
document.write("<span style='font-weight:strong; font-family:arial; font-size:8pt'>");
document.write("<a href=\"index.html\"><b>HOME PAGE</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"driving.html\"><b>DEFENSIVE DRIVING</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"tobacco.html\"><b>TOBACCO AWARENESS</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"alcdrug.html\"><b>ALCOHOL AND DRUG EDUCATION</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"testkit.html\"><b>HOME DRUG TESTS</b></a> <br /> ");
document.write("<a href=\"discovery.html\"><b>DISCOVERY</b></a> &nbsp;&nbsp;|&nbsp;&nbsp;  ");
document.write("<a href=\"nometro.html\"><b>NORTH METRO DIVERSION</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"espanol.html\"><b>EN ESPAŅOL</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp;  ");
document.write("<a href=\"truantdrop.html\"><b>TRUANCY AND DROPOUT PREVENTION</b></a>  <br /> ");
document.write("<a href=\"violence.html\"><b>VIOLENCE PREVENTION</b></a> &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"misdemeanor.html\"><b>THEFT REDUCTION</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp;  ");
document.write("<a href=\"female.html\"><b>FEMALE OFFENDERS</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"parenting.html\"><b>PARENTING</b></a>  <br /> ");
document.write("<a href=\"locations.html\"><b>LOCATIONS</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"faq.html\"><b>FAQ</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"classindex.html\"><b>ABOUT I.S.A.E. - INDEX OF CLASSES - REFERRAL FORM</b></a>  &nbsp;&nbsp;|&nbsp;&nbsp; ");
document.write("<a href=\"http://isaeonline.com/contact.asp\"><b>CONTACT OR REGISTER</b></a> ");
document.write(" </span>" );
document.write(" </div>" );

