<!-- 
if (document.images) {
sgphdflt=new Image();
sgphdflt.src="sgphotos/case.jpg"
sgph1=new Image();
sgph1.src="sgphotos/ches.jpg"
sgph2=new Image();
sgph2.src="sgphotos/patap1.jpg"
sgph3=new Image();
sgph3.src="sgphotos/sassa.jpg";
sgph4=new Image();
sgph4.src="sgphotos/severn.jpg";
sgph5=new Image();
sgph5.src="sgphotos/susque.jpg";
sgph6=new Image();
sgph6.src="sgphotos/bush.jpg";
sgph7=new Image();
sgph7.src="sgphotos/potomac.jpg";
sgph8=new Image();
sgph8.src="sgphotos/rappah.jpg";
sgph9=new Image();
sgph9.src="sgphotos/choptank.jpg";
sgph10=new Image();
sgph10.src="sgphotos/pocomoke.jpg";
sgph11=new Image();
sgph11.src="sgphotos/bohemia05.jpg";
sgph12=new Image();
sgph12.src="sgphotos/nanticoke01.jpg";
sgph13=new Image();
sgph13.src="sgphotos/gunpowder.jpg";
sgph14=new Image();
sgph14.src="sgphotos/elk01.jpg";
sgph15=new Image();
sgph15.src="sgphotos/potomac2bronze.jpg";
sgph16=new Image();
sgph16.src="sgphotos/potom2pewter.jpg";
}
function changeImages() {
 if(document.images) {
  for (var i=0; i<changeImages.arguments.length; i+=2) {
   document[changeImages.arguments[i]].src=eval
(changeImages.arguments[i+1] + ".src");
  }
 }
}
// -->
