<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES


var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<span class="printhide">');

document.write('<img src="picts/front-pic1.jpg" width="70" height="70" border="1"');

document.write('<br  /> <br  /> <br  /> ');

document.write('<img src="picts/front-pic2.jpg" width="70" height="70" border="1"');

document.write('<br  /> <br  /> <br  /> ');

document.write('<img src="picts/front-pic3.jpg" width="70" height="70" border="1"');



document.write('</span>');
}



//  End -->