// JavaScript Document

<!-- hide from none JavaScript Browsers 

if (document.images)
{
pic1= new Image(179,150); 
pic1.src="images/exhibits/kaczmarek/moth_home.jpg"; 
  
pic2= new Image(250,168); 
pic2.src="../images/theshop/owners.jpg";

pic3= new Image(250,168); 
pic3.src="../images/theshop/mirrors.jpg";

pic4= new Image(250,168); 
pic4.src="../images/logos/logo.gif";

pic5= new Image(350,220); 
pic5.src="../images/logos/words1.gif";

pic6= new Image(231,25); 
pic6.src="../images/logos/art.gif";

pic7= new Image(250,168); 
pic7.src="../images/theshop/walkin.jpg";

pic8= new Image(250,168); 
pic8.src="../images/theshop/eastlyme_hs.jpg";

pic9= new Image(250,168); 
pic9.src="../images/theshop/frontdesk.jpg";

pic10= new Image(250,168); 
pic10.src="../images/theshop/tge_outside.jpg";

}

// End Hiding -->

