<!--
var message="The copying of graphics, site content, or code is not permitted here.\n\nWith Few Exceptions Contents & Graphics Copyright © Michael W. Davidson\n\nEmail to ask@gmtips.com for permission to use content."; // Message for the alert box
function click(e){if (document.all){if (event.button == 2){alert(message);return false;}}if (document.layers) {
if (e.which == 3){alert(message);return false;}}}if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;
<!--
if (document.images) {
image1on = new Image();
image1on.src = "xxx"; 		
image1off = new Image();
image1off.src = "xxx";	
image2on = new Image();
image2on.src = "xxx"; 
image2off = new Image();
image2off.src = "xxx";	
image3on = new Image();
image3on.src = "dox/splash/3x1-1.jpg"; 
image3off = new Image();
image3off.src = "dox/splash/3x1.jpg";	
image4on = new Image();
image4on.src = "dox/splash/4x1-1.jpg"; 
image4off = new Image();
image4off.src = "dox/splash/4x1.jpg";	
image5on = new Image();
image5on.src = "dox/splash/5x1-1.jpg"; 
image5off = new Image();
image5off.src = "dox/splash/5x1.jpg";	
image6on = new Image();
image6on.src = "dox/splash/6x1-1.jpg"; 
image6off = new Image();
image6off.src = "dox/splash/6x1.jpg";
image7on = new Image();
image7on.src = "dox/splash/7x1-1.jpg"; 
image7off = new Image();
image7off.src = "dox/splash/7x1.jpg";
image8on = new Image();
image8on.src = "dox/splash/8x1-1.jpg"; 
image8off = new Image();
image8off.src = "dox/splash/8x1.jpg";
otherImageDefault = new Image();
otherImageDefault.src = "dox/splash/2x1-1.jpg";
otherImage1 = new Image();
otherImage1.src = "dox/splash/2x1.jpg";
otherImageDefaultA = new Image();
otherImageDefaultA.src = "dox/splash/roll/2x1-1.jpg";
otherImage1A = new Image();
otherImage1A.src = "dox/splash/roll/2x1-2.jpg";
otherImage2A = new Image();
otherImage2A.src = "dox/splash/roll/2x1-3.jpg";
otherImage3A = new Image();
otherImage3A.src = "dox/splash/roll/2x1-4.jpg";
otherImage4A = new Image();
otherImage4A.src = "dox/splash/roll/2x1-5.jpg";
otherImage5A = new Image();
otherImage5A.src = "dox/splash/roll/2x1-6.jpg";
otherImage6A = new Image();
otherImage6A.src = "dox/splash/roll/2x1-7.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");
    }
  }
}

// -->