<!-- Begin

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

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showarea_1a		= "yes"		// SHOW THE SCHEDULE PARAGRAPH
var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH

var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "no"		// SHOW THE 3RD PARAGRAPH

var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR


var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');




// START SCEDHULE TEXT AREA

   if (showarea_1a == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Fair Photos:</span></legend>');

document.write('Some photos from the Sustainability Fair -- <br> ');

document.write('<a href="http://www.greenlima.com/gallery1.html">Photo Gallery One...</a><br>');
document.write('<a href="http://www.greenlima.com/gallery2.html">Photo Gallery Two...</a><br>');
document.write('<a href="http://www.greenlima.com/gallery3.html">Photo Gallery Three...</a><br>');
document.write('<a href="http://www.flickr.com/photos/37989740@N07/">GREEN LIMA ON FLICKR...</a>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END SCHEDULE TEXT AREA






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<a href="tours.html"><IMG SRC="picts/sidebar-1.jpg" border="0" width="150" height="113" class="borders"></a><br><br>');
}




// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Lima Heritage:</span></legend>');

document.write('Tours throughout the day to explore restored vintage buildings in the downtown area. ');

document.write('<a href="tours.html">More...</a>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA








// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<a href="tours.html"><IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">A "Green" House:</span></legend>');

document.write('Visit a Wind and Solar powered property just north of Lima. ');

document.write('<a href="tours.html">More...</a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA





// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Volunteers Needed:</span></legend>');

document.write('The list of ways in which you might help is almost endless. So if you like the idea of the fair and wish to be part of this community event - for an hour or a day - please contact us and we will help you find your "special niche." ');

document.write('<a href="contact.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END THIRD TEXT AREA


// START FOURTH TEXT AREA
   if (showarea_4 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Family Activities:</span></legend>');

document.write('All day long there are children\'s activities in the Town Hall basement. Print out this <a href="CALLING_ALL_KIDS.pdf">Application for the Kids Poster Contest</a> [grades K-8] and enter by April 30th. Print out this flyer <a href="http://greenlima.com/30_Ways_to_go_Green_2009.pdf">"30 Ways To Go Green In Lima"</a> and help your family learn better methods of conserving.  ');

document.write('<a href="press.htm">See also Resource Page here...</a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END THIRD TEXT AREA





// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="http://www.villageoflima.org/">Village of Lima Website</a><br>');

document.write('<a href="http://www.townoflima.org/">Town of Lima Website</a><br>');

document.write('<a href="http://growinlima.org/calendar.htm">Lima Community Calendar</a><br>');

document.write('<a href="http://growinlima.org/formsdocs/LimaBizDir.pdf" target="_blank">Lima Business Directory</a><br>');

document.write('<a href="http://greenlima.com/30_Ways_to_go_Green_2009.pdf" target="_blank">FAMILY FLYER: 30 Ways To Go Green In Lima</a><br>');

//document.write('<a href="http://greenlima.com/Poster_Contest.pdf" target="_blank">POSTER CONTEST</a><br>');

document.write('<a href="http://greenlima.com/CALLING_ALL_KIDS.pdf" target="_blank">POSTER CONTEST APPLICATION</a><br>');





document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA














document.write('</td></tr></table>');
//  End -->
