<!-- 
var _imgbase="Images/Sidebar/"; var _imgbase3="Images/Commercial/"; var ready = false; var imageDB = new Array();
function getImages(){
if (document.images){
   imageDB['btn1']=new Array();
   imageDB['btn1']['on'] = new Image(169,23); imageDB['btn1']['on'].src=_imgbase +"btnHome2.jpg";
   imageDB['btn1']['off'] = new Image(169,23); imageDB['btn1']['off'].src=_imgbase +"btnHome1.jpg";
   imageDB['btn2']=new Array();
   imageDB['btn2']['on'] = new Image(169,23); imageDB['btn2']['on'].src=_imgbase +"btnResidential2.jpg";
   imageDB['btn2']['off'] = new Image(169,23); imageDB['btn2']['off'].src=_imgbase +"btnResidential1.jpg";
   imageDB['btn3']=new Array();
   imageDB['btn3']['on'] = new Image(169,23); imageDB['btn3']['on'].src=_imgbase +"btnCommercial2.jpg";
   imageDB['btn3']['off'] = new Image(169,23); imageDB['btn3']['off'].src=_imgbase +"btnCommercial1.jpg";
   imageDB['btn4']=new Array();
   imageDB['btn4']['on'] = new Image(169,23); imageDB['btn4']['on'].src=_imgbase +"btnOnTheBoards2.jpg";
   imageDB['btn4']['off'] = new Image(169,23); imageDB['btn4']['off'].src=_imgbase +"btnOnTheBoards1.jpg";
   imageDB['btn5']=new Array();
   imageDB['btn5']['on'] = new Image(169,23); imageDB['btn5']['on'].src=_imgbase +"btnAwards2.jpg";
   imageDB['btn5']['off'] = new Image(169,23); imageDB['btn5']['off'].src=_imgbase +"btnAwards1.jpg";
   imageDB['btn6']=new Array();
   imageDB['btn6']['on'] = new Image(169,23); imageDB['btn6']['on'].src=_imgbase +"btnPersonnel2.jpg";
   imageDB['btn6']['off'] = new Image(169,23); imageDB['btn6']['off'].src=_imgbase +"btnPersonnel1.jpg";
   imageDB['btn7']=new Array();
   imageDB['btn7']['on'] = new Image(169,23); imageDB['btn7']['on'].src=_imgbase +"btnFirm2.jpg";
   imageDB['btn7']['off'] = new Image(169,23); imageDB['btn7']['off'].src=_imgbase +"btnFirm1.jpg";
    imageDB['btn8']=new Array();
   imageDB['btn8']['on'] = new Image(169,23); imageDB['btn8']['on'].src=_imgbase +"btnPublications2.jpg";
   imageDB['btn8']['off'] = new Image(169,23); imageDB['btn8']['off'].src=_imgbase +"btnPublications1.jpg";
   
   imageDB['btnC1']=new Array();
   imageDB['btnC1']['on'] = new Image(169,23); imageDB['btnC1']['on'].src=_imgbase3 +"comm1b.jpg";
   imageDB['btnC1']['off'] = new Image(169,23); imageDB['btnC1']['off'].src=_imgbase3 +"comm1a.jpg";
   imageDB['btnC2']=new Array();
   imageDB['btnC2']['on'] = new Image(169,23); imageDB['btnC2']['on'].src=_imgbase3 +"comm2b.jpg";
   imageDB['btnC2']['off'] = new Image(169,23); imageDB['btnC2']['off'].src=_imgbase3 +"comm2a.jpg";
   imageDB['btnC3']=new Array();
   imageDB['btnC3']['on'] = new Image(169,23); imageDB['btnC3']['on'].src=_imgbase3 +"comm3b.jpg";
   imageDB['btnC3']['off'] = new Image(169,23); imageDB['btnC3']['off'].src=_imgbase3 +"comm3a.jpg";
   imageDB['btnC4']=new Array();
   imageDB['btnC4']['on'] = new Image(169,23); imageDB['btnC4']['on'].src=_imgbase3 +"comm4b.jpg";
   imageDB['btnC4']['off'] = new Image(169,23); imageDB['btnC4']['off'].src=_imgbase3 +"comm4a.jpg";
   imageDB['btnC5']=new Array();
   imageDB['btnC5']['on'] = new Image(169,23); imageDB['btnC5']['on'].src=_imgbase3 +"comm5b.jpg";
   imageDB['btnC5']['off'] = new Image(169,23); imageDB['btnC5']['off'].src=_imgbase3 +"comm5a.jpg";
   imageDB['btnC6']=new Array();
   imageDB['btnC6']['on'] = new Image(169,23); imageDB['btnC6']['on'].src=_imgbase3 +"comm6b.jpg";
   imageDB['btnC6']['off'] = new Image(169,23); imageDB['btnC6']['off'].src=_imgbase3 +"comm6a.jpg";
   imageDB['btnC7']=new Array();
   imageDB['btnC7']['on'] = new Image(169,23); imageDB['btnC7']['on'].src=_imgbase3 +"comm7b.jpg";
   imageDB['btnC7']['off'] = new Image(169,23); imageDB['btnC7']['off'].src=_imgbase3 +"comm7a.jpg";
   imageDB['btnC8']=new Array();
   imageDB['btnC8']['on'] = new Image(169,23); imageDB['btnC8']['on'].src=_imgbase3 +"comm8b.jpg";
   imageDB['btnC8']['off'] = new Image(169,23); imageDB['btnC8']['off'].src=_imgbase3 +"comm8a.jpg";
   imageDB['btnC9']=new Array();
   imageDB['btnC9']['on'] = new Image(169,23); imageDB['btnC9']['on'].src=_imgbase3 +"comm9b.jpg";
   imageDB['btnC9']['off'] = new Image(169,23); imageDB['btnC9']['off'].src=_imgbase3 +"comm9a.jpg";
   imageDB['btnC10']=new Array();
   imageDB['btnC10']['on'] = new Image(169,23); imageDB['btnC10']['on'].src=_imgbase3 +"comm10b.jpg";
   imageDB['btnC10']['off'] = new Image(169,23); imageDB['btnC10']['off'].src=_imgbase3 +"comm10a.jpg";
   imageDB['btnC11']=new Array();
   imageDB['btnC11']['on'] = new Image(169,23); imageDB['btnC11']['on'].src=_imgbase3 +"comm11b.jpg";
   imageDB['btnC11']['off'] = new Image(169,23); imageDB['btnC11']['off'].src=_imgbase3 +"comm11a.jpg";
   
   ready = true;
  }
} //end getImages

function btnOn(_sect){
   if (ready) document.images[_sect].src=imageDB[_sect]['on'].src;
   return true;
} //end btnOn
function btnOff(_sect){
   if (ready) document.images[_sect].src=imageDB[_sect]['off'].src;
   return true;
} //end btnOff  

// -->
