 function swapHeader() {
var x=document.images;
x[0].useMap="#Map";
document.writeln ("<map name='Map'>");
document.writeln ("<area shape='rect' coords='506,15,692,55' href=' http://sandyspringstoyota.com/mapquest-directions.aspx' target='_self'>");
document.writeln ("<area shape='rect' coords='275,35,475,55' href=' mailto:sales@sandyspringstoyota.com'>");
document.writeln ("</map>");
document.writeln ("<style type=text/css>#top_bannerinfo, #top_bannerinfo a{display:none;}</STYLE>");
}

