<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "133"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "67"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "no"		// SHOW THE 2nd  IMAGE
var showimages3		= "no"		// SHOW THE 3rd  IMAGE



   if (showimages1 == "yes") {
document.write('<a href="contact.htm"><img src="picts/sidebar-1.jpg" border="0" onmouseover="alert_msg(\'Contact Us\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="gallery2.htm"><img src="picts/sidebar-2.jpg" border="0" onmouseover="alert_msg(\'View Gallery 2\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="gallery3.htm"><img src="picts/sidebar-3.jpg" border="0" onmouseover="alert_msg(\'View Gallery 3\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}



document.write('<br>');
document.write('<form name="eMailer">');
document.write('<span style="color: #FFFFCE;">Tell a friend:</span>');
document.write('<input type="text" name="email" size="15" value="Enter Address Here" onFocus="this.value=\'\'" onMouseOver="window.status=\'Enter email address here and tell a friend about this site...\'; return true" onMouseOut="window.status=\'\';return true" style="font-size:10px;">');
document.write('<br>');
document.write('<input type="button" value="Send this URL" onMouseOver="window.status=\'Click to send an email (with this page address) to a friend! Enter email address above...\'; return true" onMouseOut="window.status=\'\';return true" onClick="mailThisUrl();">');
document.write('</form>');


//  End -->