<!-- Begin

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



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

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


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

   if (showimages1 == "yes") {
document.write('<a href="profile-bayne.htm"><img src="picts/bayne-1.jpg" border="0" onmouseover="alert_msg(\'Profile<br>Bayne Perrin\')" 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="profile-bette.htm"><img src="picts/bette-1.jpg" border="0" onmouseover="alert_msg(\'Profile<br>Elizabeth Perrin\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

// ORIGINAL CODE for 2nd image
//   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="profile-samantha.htm"><img src="picts/samantha-1.jpg" border="0" onmouseover="alert_msg(\'Profile<br>Samantha\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}

   if (showimages4 == "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>');
}



//  End -->
