<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3ND PARAGRAPH
var paragraph_4 	= "no"		// SHOW THE 4ND PARAGRAPH
var paragraph_5 	= "no"		// SHOW THE 5ND PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 6ND PARAGRAPH
var paragraph_7 	= "yes"		// SHOW THE 7ND PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="individual_support.htm"><img src="../photos/gift_button.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="cal_12.htm">Our Daily Calendar</a><br></legend>');

document.write('Click <a href="cal_12.htm">HERE</a> to view our daily calendar of events.<br> Click <a href="Visitor Programs/2011 Fall Calendar.pdf">HERE</a> to download our 2011 Fall and Holiday Calendar.<br>  ');
document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="cal_12.htm"><img src="../photos/wreath.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 7 EDIT THIS AREA

   if (paragraph_7 == "yes") {

document.write('<fieldset><legend>');

document.write('<a target="_blank" href="slidegallery/imagevue.php#/content/Tour%20the%20Gardens/Welcome%20Tour/01%5FOWG.jpg/">Take a Tour</a><br></legend>');

document.write('Click <a target="_blank" href="slidegallery/imagevue.php#/content/Tour%20the%20Gardens/Welcome%20Tour/01%5FOWG.jpg/">HERE</a> to take a wonderful photographic tour of Old Westbury Gardens.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 7



// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="Wedding Showcase/wedding_showcase_2011.htm">Wedding Showcase</a><br></legend>');

document.write('Click <a href="Wedding Showcase/wedding_showcase_2011.htm">HERE</a> to find out about our Wedding Showcase.<br>  ');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="membership_survey.htm">Membership Survey</a><br></legend>');

document.write('Click <a href="membership_survey.htm">HERE</a> to take our membership survey and receive two free tickets.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

  if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="se_picnic_pops_11.htm">The Picnic Pops</a><br></legend>');

document.write('The Picnic Pops starts on Wednesday, June 29th with Vanessa Trouble \& the Red Hot Swing. Click <a href="se_picnic_pops_11.htm">HERE</a> for the complete schedule.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3






// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="register_online.htm"><img src="../photos/register.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_6 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="corporate_sponsor.htm">Corporate Support</a><br></legend>');

document.write('Check out corporate support opportunities and see what businesses support our activities by clicking<a href="corporate_sponsor.htm"> HERE.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 6



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="volunteer_information.htm"><img src="../photos/volunteer.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('Taste of Spring<br></legend>');

document.write('Click on <a href="se_dog_days_2009.htm">TASTE OF SPRING</a> for a complete.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.historiclongisland.com"><img src="../picts/gold_coast_mansions.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="newsletter.htm"><img src="../photos/press_room.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

document.write('</td></tr></table>');


// -- END -->
