// JavaScript Document
// copyright 2000, a.i. Design Group, Inc.


//preload images
imgHomeOn = new Image(30,13);
imgHomeOn.src = "common/home_red.gif";
imgHomeOff = new Image(30,13);
imgHomeOff.src = "common/home_grey.gif";
imgComOn = new Image(127,13);
imgComOn.src = "common/com_red.gif";
imgComOff = new Image(127,13);
imgComOff.src = "common/com_grey.gif";
imgRecOn = new Image(134,13);
imgRecOn.src = "common/rec_red.gif";
imgRecOff = new Image(134,13);
imgRecOff.src = "common/rec_grey.gif";
imgContactOn = new Image(63,13);
imgContactOn.src = "common/contact_red.gif";
imgContactOff = new Image(63,13);
imgContactOff.src = "common/contact_grey.gif";
imgBXOn = new Image(65,37);
imgBXOn.src = "common/bx_black.gif"
imgBXOff = new Image(65,37);
imgBXOff.src = "common/bx_grey.gif"
imgASOn = new Image(85,37);
imgASOn.src = "common/am_sports_black.gif"
imgASOff = new Image(85,37);
imgASOff.src = "common/am_sports_grey.gif"
imgWHOn = new Image(57,37);
imgWHOn.src = "common/case_black.gif"
imgWHOff = new Image(57,37);
imgWHOff.src = "common/case_grey.gif"
imgBBBOn = new Image(43,37);
imgBBBOn.src = "common/bbb_black.gif"
imgBBBOff = new Image(43,37);
imgBBBOff.src = "common/bbb_grey.gif"

