<!-- Hide script from old browsers
// Pre-load the rollover graphics

if (document.images) {
  
   B5_on = new Image
   B5_on.src = "images/menu/logo1.gif"
   B5_off = new Image
   B5_off.src = "images/menu/logo.gif"
   
  
   B7_on = new Image
   B7_on.src = "images/menu/home_on.gif"
   B7_off = new Image
   B7_off.src = "images/menu/home.gif"

   B8_on = new Image
   B8_on.src = "images/menu/gallery_on.gif"
   B8_off = new Image
   B8_off.src = "images/menu/gallery.gif"

   B9_on = new Image
   B9_on.src = "images/menu/email_on.gif"
   B9_off = new Image
   B9_off.src = "images/menu/email.gif"
  
   B10_on = new Image
   B10_on.src = "images/menu/calender_on.gif"
   B10_off = new Image
   B10_off.src = "images/menu/calender.gif"

   B11_on = new Image
   B11_on.src = "images/menu/links_on.gif"
   B11_off = new Image
   B11_off.src = "images/menu/links.gif"
   
   B12_on = new Image
   B12_on.src = "images/menu/board_on.gif"
   B12_off = new Image
   B12_off.src = "images/menu/board.gif"

   B13_on = new Image
   B13_on.src = "images/menu/join_on.gif"
   B13_off = new Image
   B13_off.src = "images/menu/join.gif"
  
   B14_on = new Image
   B14_on.src = "images/menu/decode_on.gif"
   B14_off = new Image
   B14_off.src = "images/menu/decode.gif"

   B15_on = new Image
   B15_on.src = "images/menu/info_on.gif"
   B15_off = new Image
   B15_off.src = "images/menu/info.gif"
   
   B16_on = new Image
   B16_on.src = "images/menu/book_on.gif"
   B16_off = new Image
   B16_off.src = "images/menu/book.gif"

   B17_on = new Image
   B17_on.src = "images/menu/newsletter_on.gif"
   B17_off = new Image
   B17_off.src = "images/menu/newsletter.gif"

   B18_on = new Image
   B18_on.src = "images/menu/weather_on.gif"
   B18_off = new Image
   B18_off.src = "images/menu/weather.gif"

   B19_on = new Image
   B19_on.src = "images/menu/how_on.gif"
   B19_off = new Image
   B19_off.src = "images/menu/how.gif"
  


}
else {
   
   document.B5 = ""
   document.B7 = ""
   document.B8 = ""
   document.B9 = ""
   document.B10 = ""
   document.B11 = ""
   document.B12 = ""
   document.B13 = ""
   document.B14 = ""
   document.B15 = ""
   document.B16 = ""
   document.B17 = ""
   document.B18 = ""
   document.B19 = ""

   
   
   B5_on = ""
   B5_off = ""
   B7_on = ""
   B7_off = ""
   B8_on = ""
   B8_off = ""
   B9_on = ""
   B9_off = ""
   B10_on = ""
   B10_off = ""
   B11_on = ""
   B11_off = ""
   B12_on = ""
   B12_off = ""
   B13_on = ""
   B13_off = ""
   B14_on = ""
   B14_off = ""
   B15_on = ""
   B15_off = ""
   B16_on = ""
   B16_off = ""
   B17_on = ""
   B17_off = ""
   B18_on = ""
   B18_off = ""
   B19_on = ""
   B19_off = ""

    
}
// End hiding script from old browsers -->


