
var n3 = false;
image1       = new Image();  image1.src   = "http://brandywineautorepair.com/images/bho.gif";
image1on     = new Image();  image1on.src = "http://brandywineautorepair.com/images/bhox.gif";

image2       = new Image();  image2.src   = "http://brandywineautorepair.com/images/bab.gif";
image2on     = new Image();  image2on.src = "http://brandywineautorepair.com/images/babx.gif";

image3       = new Image();  image3.src   = "http://brandywineautorepair.com/images/bse.gif";
image3on     = new Image();  image3on.src = "http://brandywineautorepair.com/images/bsex.gif";
 
image4       = new Image();  image4.src   = "http://brandywineautorepair.com/images/bsp.gif";
image4on     = new Image();  image4on.src = "http://brandywineautorepair.com/images/bspx.gif";

image5       = new Image();  image5.src   = "http://brandywineautorepair.com/images/bdi.gif";
image5on     = new Image();  image5on.src = "http://brandywineautorepair.com/images/bdix.gif";

image6       = new Image();  image6.src   = "http://brandywineautorepair.com/images/bfe.gif";
image6on     = new Image();  image6on.src = "http://brandywineautorepair.com/images/bfex.gif";

image7       = new Image();  image7.src   = "http://brandywineautorepair.com/images/bco.gif";
image7on     = new Image();  image7on.src = "http://brandywineautorepair.com/images/bcox.gif";


function on3(name)
{    document[name].src = eval(name + "on.src");   }

function off3(name)
{    document[name].src = eval(name + ".src");     }

n3 = true;
function on(name)
{
   if (n3)
      on3(name);
}

function off(name)
{
   if (n3)
      off3(name);
}
