b_1on = new Image ();
b_1on.src = "/images/b2_ballu1.gif";

b_2on = new Image ();
b_2on.src = "/images/b2_boneco1.gif";

b_3on = new Image ();
b_3on.src = "/images/b2_shuft1.gif";

b_4on = new Image ();
b_4on.src = "/images/b2_fujitsu1.gif";

b_5on = new Image ();
b_5on.src = "/images/b2_mcquay1.gif";

b_6on = new Image ();
b_6on.src = "/images/b2_midea1.gif";



b_1off = new Image ();
b_1off.src = "/images/b2_ballu.gif";

b_2off = new Image ();
b_2off.src = "/images/b2_boneco.gif";

b_3off = new Image ();
b_3off.src = "/images/b2_shuft.gif";

b_4off = new Image ();
b_4off.src = "/images/b2_fujitsu.gif";

b_5off = new Image ();
b_5off.src = "/images/b2_mcquay.gif";

b_6off = new Image ();
b_6off.src = "/images/b2_midea.gif";



function imgAct (imgName)
{
imgOn = eval (imgName+"on.src");
document [imgName].src = imgOn;
}

function imgInAct (imgName)
{
imgOff = eval (imgName+"off.src");
document [imgName].src = imgOff;
}
