
<!-- Activate Cloaking Device
// Necessary to declare these here for browsers with less than JavaScript 1.1.
function off_image(img) { }
function on_image(loc, img) {  }
// Deactivate Cloaking -->


<!-- Activate Cloaking Device

// Preload 8 images to memory.
MENUImages = new Array(8)
MENUImages[1] = new Image(137,25)
MENUImages[1].src = "images/about-2.jpg" 
MENUImages[2] = new Image(137,25)
MENUImages[2].src = "images/about-1.jpg" 
MENUImages[3] = new Image(137,23)
MENUImages[3].src = "images/gallery-2.jpg" 
MENUImages[4] = new Image(137,23)
MENUImages[4].src = "images/gallery-1.jpg" 
MENUImages[5] = new Image(137,23)
MENUImages[5].src = "images/pricing-2.jpg" 
MENUImages[6] = new Image(137,23)
MENUImages[6].src = "images/pricing-1.jpg" 
MENUImages[7] = new Image(137,25)
MENUImages[7].src = "images/contact-2.jpg" 
MENUImages[8] = new Image(137,25)
MENUImages[8].src = "images/contact-1.jpg" 

// Called by onMouseOver
function on_image(loc, img)
   { loc.src=MENUImages[img].src; }
  
// Called by onMouseOut
function off_image(loc, img) 
   { loc.src=MENUImages[img].src; }

// Deactivate Cloaking  -->


