<!-- 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	= "4"		// 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('<a href="javascript:popUpSlideshow(\'http://www.valleybrookcc.net/slideshow_grounds.htm\')"><img src="http://www.valleybrookcc.net/images/grounds_icon.jpg" border="0" onmouseover="alert_msg(\'Pools and Grounds\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders" alt="Enjoy the pool at Valleybrook Country Club"></a><br>');
document.write('<img src="http://www.valleybrookcc.net/picts/spacer.gif" width="5" height="'+spacerheight+'" alt="Valleybrook Country Club Swim and Tennis in Harford County Maryland"><br>');


document.write('<a href="javascript:popUpSlideshow(\'http://www.valleybrookcc.net/slideshow_summer.htm\')"><img src="http://www.valleybrookcc.net/images/vbcc29_70x70.jpg" border="0" onmouseover="alert_msg(\'Summer Fun Photos\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders" alt="Summer fun in Harford County Maryland"></a><br>');
document.write('<img src="http://www.valleybrookcc.net/picts/spacer.gif" width="5" height="'+spacerheight+'" alt="Valleybrook Country Club Swim and Tennis in Harford County Maryland"><br>');



document.write('<a href="javascript:popUpSlideshow(\'http://www.valleybrookcc.net/slideshow11.htm\')"><img src="http://www.valleybrookcc.net/images/vbcc_phototour.jpg" border="0" onmouseover="alert_msg(\'Photo Tour\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders" alt="Swimming and Tennis in Baltimore and Harford County Maryland"></a><br>');
document.write('<img src="http://www.valleybrookcc.net/picts/spacer.gif" width="5" height="'+spacerheight+'" alt="Valleybrook Country Club Swim and Tennis in Harford County Maryland"><br>');

}



//  End -->
