
button1 = new Image(137,36);
button1.src="../images/homeb2.gif";

button2 = new Image(137,36);
button2.src="../images/aboutb2.gif";

button3 = new Image(137,36);
button3.src="../images/calendarb2.gif";

button4 = new Image(137,36);
button4.src="../images/memberb2.gif";

button5 = new Image(137,36);
button5.src="../images/linksb2.gif";

button6 = new Image(137,36);
button6.src="../images/contactb2.gif";

button7 = new Image(137,36);
button7.src="../images/jobb2.gif";

button8 = new Image(137,36);
button8.src="../images/classifiedb2.gif";

button9 = new Image(137,36);
button9.src="../images/mdirb2.gif";

button10 = new Image(137,36);
button10.src="../images/newsb2.gif";

button11 = new Image(137,36);
button11.src="../images/whatshotb2.gif";

button12 = new Image(137,36);
button12.src="../images/joinb2.gif";

button13 = new Image(137,36);
button13.src="../images/qab2.gif";

button14 = new Image(137,36);
button14.src="../images/findoptb2.gif";

button15 = new Image(137,36);
button15.src="../images/electionsb2.gif";

button16 = new Image(137,36);
button16.src="../images/practiceb2.gif";

button17 = new Image(137,36);
button17.src="../images/awardb2.gif";

button18 = new Image(137,36);
button18.src="../images/stub2.gif";

abutton1 = new Image(137,36);
abutton1.src="../images/homeb1.gif";

abutton2 = new Image(137,36);
abutton2.src="../images/aboutb1.gif";

abutton3 = new Image(137,36);
abutton3.src="../images/calendarb1.gif";

abutton4 = new Image(137,36);
abutton4.src="../images/memberb1.gif";

abutton5 = new Image(137,36);
abutton5.src="../images/linksb1.gif";

abutton6 = new Image(137,36);
abutton6.src="../images/contactb1.gif";

abutton7 = new Image(137,36);
abutton7.src="../images/jobb1.gif";

abutton8 = new Image(137,36);
abutton8.src="../images/classifiedb1.gif";

abutton9 = new Image(137,36);
abutton9.src="../images/mdirb1.gif";

abutton10 = new Image(137,36);
abutton10.src="../images/newsb1.gif";

abutton11 = new Image(137,36);
abutton11.src="../images/whatshotb1.gif";

abutton12 = new Image(137,36);
abutton12.src="../images/joinb1.gif";

abutton13 = new Image(137,36);
abutton13.src="../images/qab1.gif";

abutton14 = new Image(137,36);
abutton14.src="../images/findoptb1.gif";

abutton15 = new Image(137,36);
abutton15.src="../images/electionsb1.gif";

abutton16 = new Image(137,36);
abutton16.src="../images/practiceb1.gif";

abutton17 = new Image(137,36);
abutton17.src="../images/awardb1.gif";

abutton18 = new Image(137,36);
abutton18.src="../images/stub1.gif";

function img_act(imgName) {
imgOn = eval(imgName + ".src")
document[imgName + "1"].src = imgOn;
}

function img_inact(imgName) {
imgOff = eval("a" + imgName + ".src")
document[imgName + "1"].src =imgOff;
}


