
// 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 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4RD PARAGRAPH
var showimage2		= "yes"		// SHOW A SIDEBAR IMAGE
var topspacing		= "2"		// 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="5" border="0" class="sidebartext-right"><tr><td>');







// PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<div align="right"><a href="http://www.facebook.com/pages/Decatur-IL/Decatur-Family-YMCA/117940834915918#" target="_blank"><img src="picts/facebookbutton.jpg" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.twitter.com/DecaturYMCA" target="_blank"><img src="picts/twitterbutton.jpg" border="0"></a><br><br>');

document.write('<fieldset><legend>');

document.write('YMCA Hours<br></legend>');

document.write('<a href="memberspecclose.htm">MONDAY thru FRIDAY<br> 4:30AM - 10PM<br>SATURDAY 6AM - 6PM<br>SUNDAY 8AM - 5PM<br>');

document.write('</fieldset></a>');
document.write('<br>');

}
// END PARAGRAPH 1





// SMALL PICTURE FOR FORM.ASP AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="form.asp"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('PROGRAM<br>Registration<br></legend>');

document.write('<a href="yfonlineregister.htm">Online Registration for all PROGRAMS</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END PARAGRAPH 2





// PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('SPORTS<br>Registration<br></legend>');

document.write('<a href="https://www.quickscores.com/Orgs/Forms.php?OrgDir=decaturymca" target="_blank"> Online Registration for all SPORTS Programs</a><br>');

document.write('</fieldset></a>');
document.write('<br><br>');

}
// END PARAGRAPH 3





// PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('MEMBERSHIP<br>Registration<br></legend>');

document.write('<a href="memberonlineregister.htm"> Online Membership Registration to the Decatur Family YMCA</a><br>');

document.write('</fieldset></a>');
document.write('<br>');

}
// END PARAGRAPH 4

// SMALL PICTURE FOR MOTH

   if (showimage2 == "yes") {

document.write('<br><center>');
document.write('<a href="pdf/memberofmonth.pdf" target="_blank"><img src="picts/motm.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


document.write('</td></tr></table>');


