<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="91%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var notes3		= "yes"		// SHOW 3ND NOTES
var notes4		= "yes"		// SHOW 4ND NOTES
var notes5		= "yes"		// SHOW 5ND NOTES
var sidewidth		= "100"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "20"		// ADD HEIGHT TO ALL PAGES


document.write('');



// 1ST AREA

   if (notes4 == "yes") {

document.write('<a href="http://www.mundelein.org/centennial/"><img src="picts/home-9.jpg" WIDTH="120" HEIGHT="140" border="2" alt="image"></a>');

document.write('<br><br>');
}



// 2ND AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Business Section<br></legend>');

document.write('<a href="http://www.mundelein.org/economic/bizsec.htm"><img src="picts/home-1.jpg" WIDTH="120" HEIGHT="80" border="1" alt="image"></a><br>');

document.write('<IMG SRC="picts/spacer.gif"></fieldset>');
document.write('<br>');
}



// 3RD AREA

   if (notes4 == "yes") {
document.write('<fieldset><legend>');

document.write('CN Acquisition<br></legend>');

document.write('<a href="http://www.mundelein.org/community/cnacquisition.htm"><img src="picts/home-5.jpg" WIDTH="120" HEIGHT="138" border="1" alt="image"></a>');

document.write('<IMG SRC="picts/spacer.gif"></fieldset>');
document.write('<br>');
}



// 4TH AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Housing<br></legend>');

document.write('<a href="http://www.mundelein.org/homes/homes.html"><img src="picts/home-3.jpg" WIDTH="120" HEIGHT="80" border="1" alt="image"></a><br>');

document.write('<IMG SRC="picts/spacer.gif"></fieldset>');
document.write('<br>');
}



// 5TH AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write('Lodging<br></legend>');

document.write('<a href="http://www.mundelein.org/lodging/lodging.html"><img src="picts/home-4.jpg" WIDTH="120" HEIGHT="80" border="1" alt="image"></a>');

document.write('<IMG SRC="picts/spacer.gif"></fieldset>');
document.write('');
}



// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0">');

document.write('</td></tr></table>');


//  End -->