var bn = navigator.appName;
var vn = navigator.appVersion;

if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0")) {
  
  getmore1 = new  Image();
  getmore1.src = "/neocSpecialitySites/resorts/images/neoc_resorts_landing_nav01a.gif";
    
  getmore2 = new  Image();
  getmore2.src = "/neocSpecialitySites/resorts/images/neoc_resorts_landing_nav01b.gif";
  
  cabins1 = new  Image();
  cabins1.src = "/neocSpecialitySites/resorts/images/neoc_resorts_landing_nav02a.gif";
    
  cabins2 = new  Image();
  cabins2.src = "/neocSpecialitySites/resorts/images/neoc_resorts_landing_nav02b.gif";
  
  res1 = new  Image();
  res1.src = "/neocSpecialitySites/resorts/images/neoc_resorts_landing_nav03a.gif";
    
  res2 = new  Image();
  res2.src = "/neocSpecialitySites/resorts/images/neoc_resorts_landing_nav03b.gif";
          
}
  
function hiLite(name, source) {
  var bn = navigator.appName;
  var vn = navigator.appVersion;

  if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0")) {
    document.images[name].src = eval(source + ".src");
  }
}