<!--//

{
topnav1off = new Image();
topnav1off.src = "/graphics/topnav1_off.gif";
topnav1on = new Image();
topnav1on.src = "/graphics/topnav1_on.gif";
topnav1over = new Image();
topnav1over.src = "/graphics/topnav1_over.gif";

topnav2off = new Image();
topnav2off.src = "/graphics/topnav2_off.gif";
topnav2on = new Image();
topnav2on.src = "/graphics/topnav2_on.gif";
topnav2over = new Image();
topnav2over.src = "/graphics/topnav2_over.gif";

topnav3off = new Image();
topnav3off.src = "/graphics/topnav3_off.gif";
topnav3on = new Image();
topnav3on.src = "/graphics/topnav3_on.gif";
topnav3over = new Image();
topnav3over.src = "/graphics/topnav3_over.gif";

topnav4off = new Image();
topnav4off.src = "/graphics/topnav4_off.gif";
topnav4on = new Image();
topnav4on.src = "/graphics/topnav4_on.gif";
topnav4over = new Image();
topnav4over.src = "/graphics/topnav4_over.gif";

topnav5off = new Image();
topnav5off.src = "/graphics/topnav5_off.gif";
topnav5on = new Image();
topnav5on.src = "/graphics/topnav5_on.gif";
topnav5over = new Image();
topnav5over.src = "/graphics/topnav5_over.gif";

topnav6off = new Image();
topnav6off.src = "/graphics/topnav6_off.gif";
topnav6on = new Image();
topnav6on.src = "/graphics/topnav6_on.gif";
topnav6over = new Image();
topnav6over.src = "/graphics/topnav6_over.gif";

topnav7off = new Image();
topnav7off.src = "/graphics/topnav7_off.gif";
topnav7on = new Image();
topnav7on.src = "/graphics/topnav7_on.gif";
topnav7over = new Image();
topnav7over.src = "/graphics/topnav7_over.gif";

topnav8off = new Image();
topnav8off.src = "/graphics/topnav8_off.gif";
topnav8on = new Image();
topnav8on.src = "/graphics/topnav8_on.gif";
topnav8over = new Image();
topnav8over.src = "/graphics/topnav8_over.gif";

topnav9off = new Image();
topnav9off.src = "/graphics/topnav9_off.gif";
topnav9on = new Image();
topnav9on.src = "/graphics/topnav9_on.gif";
topnav9over = new Image();
topnav9over.src = "/graphics/topnav9_over.gif";

topnav10off = new Image();
topnav10off.src = "/graphics/topnav10_off.gif";
topnav10on = new Image();
topnav10on.src = "/graphics/topnav10_on.gif";
topnav10over = new Image();
topnav10over.src = "/graphics/topnav10_over.gif";


frontright1off = new Image();
frontright1off.src = "/graphics/frontright1_off.gif";
frontright1on = new Image();
frontright1on.src = "/graphics/frontright1_on.gif";

frontright2off = new Image();
frontright2off.src = "/graphics/frontright2_off.gif";
frontright2on = new Image();
frontright2on.src = "/graphics/frontright2_on.gif";

frontright3off = new Image();
frontright3off.src = "/graphics/frontright3_off.gif";
frontright3on = new Image();
frontright3on.src = "/graphics/frontright3_on.gif";

frontright4off = new Image();
frontright4off.src = "/graphics/frontright4_off.gif";
frontright4on = new Image();
frontright4on.src = "/graphics/frontright4_on.gif";


insideright1off = new Image();
insideright1off.src = "/graphics/insideright1_off.gif";
insideright1on = new Image();
insideright1on.src = "/graphics/insideright1_on.gif";

insideright2off = new Image();
insideright2off.src = "/graphics/insideright2_off.gif";
insideright2on = new Image();
insideright2on.src = "/graphics/insideright2_on.gif";

insideright3off = new Image();
insideright3off.src = "/graphics/insideright3_off.gif";
insideright3on = new Image();
insideright3on.src = "/graphics/insideright3_on.gif";

insideright4off = new Image();
insideright4off.src = "/graphics/insideright4_off.gif";
insideright4on = new Image();
insideright4on.src = "/graphics/insideright4_on.gif";
}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}
//-->