
if((document.images)&&(browser))
  {
 
  
   navmap_label_off = new Image(120,90);
   navmap_label_off.src = "images/collegehill_label.gif"; // SPECIFIC TO THIS DOCUMENT

   detail_off = new Image(280,280);
   detail_off.src = "images/sullivandorrhouse0.jpg"; // SPECIFIC TO THIS DOCUMENT
   
   detail_label_off = new Image(280,90);
   detail_label_off.src = "images/sullivandorrhouse_label.gif"; // SPECIFIC TO THIS DOCUMENT
  
   
  }
