/* This script creates the footer for all webpages that are displayed in the 
   remtrol home page area. */

document.write("<hr width=\"96%\">");
document.write("<table border=0 cellspacing=0 cellpading=0 align='center'>");
document.write("<tr><td align='center' style=\"font-family:verdana; font-weight:none; font-size:11px; color:#990000;\">");
document.write("Remtrol, Inc. - 141 Suburban Rd. A3 - San Luis Obispo, CA 93401<br>");
document.write("Phone: (805) 597-3172, FAX: (805) 597-3177 - <a href='mailto:info@remtrol.com' class=mainlinks>info@remtrol.com</a><br>");
document.write("Copyright © 2004 Remtrol, Inc. All rights reserved.</td></tr>");
document.write("</table><br><br>");
