<!-- 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		= "120"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "234"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "4"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 1 IMAGE


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<span class="printhide">');

// This line replaced by modified version just below.  RFC 8/18/9
// document.write('<a href="gallery1.htm"><img src="picts/menu-logo2.jpg" border="0" onmouseover="alert_msg(\'&copy;BEW Engineering, Inc.\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class=""></a><br>');

document.write('<img src="picts/menu-logo2.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class=""><br>');

document.write('<img src="picts/spacer.gif" width="0" height="'+spacerheight+'"><br>');




document.write('</span>');
}



//  End -->

