<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 2ND 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">');






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/lent.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}















// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/lent.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START SECOND 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">About Kolbe House:</span></legend>');


document.write('<a href="director.htm">Message from Fr. Arturo Perez</a><BR> ');
document.write('<a href="staff.htm">Meet the Staff</a><BR> ');
document.write('<a href="mission.htm">Mission Statement</a><BR> ');
document.write('<a href="4pillars.htm">Four Pillars of Kolbe House</a> ');


document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA






// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="lentretreat2010_welcome.htm"><IMG SRC="picts/lent.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}




// START THIRD 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">News:</span></legend>');

document.write('<a href="xmasmass.htm">Thanks to Christmas Mass Volunteers</a><BR><BR> ');
document.write('<a href="monthlymass.htm">Monthly 1st Sunday Santuario Mass</a><BR><BR> ');
document.write('<a href="http://www.catholicnewworld.com/cnwonline/2009/0621/6.aspx" target=blank>Kolbe House Creates Sanctuary with Art</a><BR><BR> ');
document.write('<a href="http://www.catolicoperiodico.com/catonline/2009/06/4.aspx" target=blank>Santuario de Kolbe House, el sue&ntilde;o del Larry Craig</a><BR><BR> ');

document.write('<a href="art.htm">Art of the Incarcerated</a><BR><BR> ');
document.write('<a href="news.htm">Faith Behind Bars Discussion</a> ');

document.write('</fieldset>');
document.write('<br><br>');
}
// END THIRD TEXT AREA



// SAMPLE LINKS AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Get Involved Today:</span></legend>');

document.write('<a href="prayer.htm">Prayer for Jail Inmates</a><br>');

document.write('<a href="volunteer.htm">Volunteer</a><br>');

document.write('<a href="newsletters.htm">Support our Newsletters</a><br>');

document.write('<a href="wishlist.htm">Wish List</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA


// START FIRST TEXT AREA

   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"></span></legend>');

document.write('<b>Kolbe House is an agency of the <a href="http://www.archchicago.org/decw/" target=_blank>Department of Evangelization, Catechesis, and Worship</a> of the <a href="http://www.archdiocese-chgo.org/" target=_blank>Archdiocese of Chicago</a><BR><BR> </b>  ');

document.write('Last Update: 09-14-09  ');

document.write('</fieldset>');
document.write('<br><br><br>');
}


// END FIRST TEXT AREA











document.write('</td></tr></table>');
//  End -->