<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var showdonation 	= "yes"		// SHOW TEXT PARAGRAPH
var paragraph_1 	= "yes"		// SHOW TEXT PARAGRAPH
var boxwidth		= "200"		// WIDTH OF THE TEXT BOX
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "events.html"	// SIDEBAR IMAGE LINK
var sidewidth		= "161"		// WIDTH OF THE LEFT SIDEBAR
var pageheight		= "10"		// ADJUST OVERALL PAGE HEIGHT
var nudge		= "10"		// NUDGE SIDEBAR DOWN


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

document.write('<div id="sidebar" class="menu-layer">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="images/spacer.gif" height="'+nudge+'" width="5"><br>');




// START SIDEBAR TEXT - EDIT THIS AREA

// Start Donation

if (showdonation == "yes") {

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Support the Temple:<br>');

document.write('</td></tr><tr><td class="sidetext" align="center">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

// Donation Message
document.write('<p align="justify">Since 1949, the Zen Buddhist Temple of Chicago has helped people work to realize their inherent wisdom and compassion through Zen meditation and Dharma teachings.  Carrying on the traditions of our founder Soyu Matsuoka Roshi (Abbott from 1949 to 1971) and Kongo Langlois Roshi (Abbott from 1971 to 1999), we continue to offer the Buddha\'s Teaching to all beings, but we need your help.  Only with your support can we provide a center where we share and encourage Zen practice and continue to affirm inherent Buddha nature.  We thank you for your support.</p>');

//document.write('</td></tr><tr><td align="center">');

// Donation  Button

document.write('<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="MEX4XV83FQGYJ"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>');

document.write('</td></tr></table><br/>');
}


// End Donation


   if (paragraph_1 == "yes") {

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Events:<br>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('<p align="justify"></p><p align="justify">Our next <A HREF="sesshin.html"target="_blank">One Day Saturday Sesshin (meditation retreat)</A> will be held on Saturday February 4, 2012 </p><p align="justify"></p><p align="justify">The next <A HREF=" events.html#IntrotoZenFebruary2011"target="_self">Introduction to Zen Workshop</A> will be held on Sunday, February 19, 2012 at 2:00 p.m.</p>');

// SIDEBAR LINK

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







// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<br>');
document.write('<a href="'+linked+'"><IMG SRC="images/sidebar.jpg" border="0" width="148" class="bordersSB"></a><br>');

}






document.write('</td></tr></table>');
document.write('</div>');
document.write('<br>');
document.write('<div id="sidebar-spacer">');
document.write('<img src="images/spacer.gif" height="'+pageheight+'" width="'+sidewidth+'"><br>');
document.write('</div>');




//  End -->
