absolutepath = "http://www.saratogacars.com/";

document.write("<html><head><title>SaratogaCars.com</title></head><body style='margin:0px; font-family:arial; font-size:9pt; text-align:center;'><div style='background-color:#e9e9e9; border-left-style:groove; border-left-width:2px; border-right-style:groove; border-right-width:2px; height:100%; position:relative; width:800px;'><div style='border-bottom-style:groove; border-bottom-width:2px;'><img src='" + absolutepath + "graphics/top_banner.gif' style='border-style:none;' usemap='#topbannermap'/></div><map id='#topbannermap' name='topbannermap'><area shape='rect' coords='0,0,110,75' href='" + absolutepath + "index.htm' alt='Go to Main Page'/><area shape='rect' coords='0,60,160,75' href='" + absolutepath + "index.htm' alt='Home'/><area shape='rect' coords='210,60,310,75' href='" + absolutepath + "Driving Directions.htm' alt='Driving Directions'/><area shape='rect' coords='370,60,440,75' href='http://www.saratogacars.com/info_form.htm' target='_blank' alt='Locate a Car'/><area shape='rect' coords='500,60,630,75' href='" + absolutepath + "Used Car Bill of Rights.htm' alt='Used Car Bill of Rights'/><area shape='rect' coords='700,60,750,75' href='mailto:togacars@nycap.rr.com' alt='E-mail Us'/></map>");

phone = "(518) 664-8276";
fax = "(518) 664-0939"; 
document.write("<div style='position:absolute; left:600px; top:5px; font-weight:bold; text-align:left;'><span style='width:60px;'>Phone #:</span>" + phone + "<br/><span style='width:60px;'>Fax #:</span>" + fax + "</div>");
