// OnMouseOver Script for buttons
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
if (browser) {
   off1=new Image(); off1.src="images/buttons2/bhome.jpg"
   over1=new Image(); over1.src="images/buttons2/bhome2.jpg"
   off2=new Image(); off2.src="images/buttons2/bhistory.jpg"
   over2=new Image(); over2.src="images/buttons2/bhistory2.jpg"
   off3=new Image(); off3.src="images/buttons2/blinks.jpg"
   over3=new Image(); over3.src="images/buttons2/blinks2.jpg"
   off4=new Image(); off4.src="images/buttons2/bcontact.jpg"
   over4=new Image(); over4.src="images/buttons2/bcontact2.jpg"
   off5=new Image(); off5.src="images/buttons2/btitledept.jpg"
   over5=new Image(); over5.src="images/buttons2/btitledept2.jpg" 
   off6=new Image(); off6.src="images/buttons2/bconstruction.jpg"
   over6=new Image(); over6.src="images/buttons2/bconstruction2.jpg"
   off7=new Image(); off7.src="images/buttons2/bclosing.jpg"
   over7=new Image(); over7.src="images/buttons2/bclosing2.jpg"
   off8=new Image(); off8.src="images/buttons2/bfinal.jpg"
   over8=new Image(); over8.src="images/buttons2/bfinal2.jpg"
   
   function change (imgDocID,imgObjName) {
      if (browser)  
         document.images[imgDocID].src = eval(imgObjName + ".src")      
   } // end function change

   function statusbar (message) {
      if (browser) {
         window.status = message; return true
      }
   } // end function statusbar
} // end if browser  