<!-- Begin

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



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

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



   if (showimages1 == "yes") {
document.write('<img src="images/sidebar-4.jpg" border="0" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br><br>');
//document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


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


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




//  End -->