if((document.images)&&(browser))
  {
  
   navmap_label_off = new Image(120,90);
   navmap_label_off.src = "images/uppersouthprovidence_label.gif"; // DEFAULT NAVMAP LABEL

   detail_off = new Image(280,280);
   detail_off.src = "images/atwallcompany0.jpg"; // DEFAULT DETAIL IMAGE
   
   detail_label_off = new Image(280,90);
   detail_label_off.src = "images/atwallcompany_label.gif"; // DEFAULT DETAIL LABEL
  }

