<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" style="z-index: 10;" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="152" height="90" class="menutrans"><br>');
}
document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA


// This line goes to the main page of the website
document.write('  <li class="menuT"><a href="http://www.district158.org">District 158 Home</a></li>');

// This line goes to the main page of the subweb
document.write('  <li class="menuT"><a href="index.html">About Preschool</a></li>'); 

// This line goes to the main page of the subweb
document.write('  <li class="menuT"><a href="screening.htm">Preschool Screening</a></li>'); 

// This line goes to the main page of the subweb
document.write('  <li class="menuT"><a href="documents/Handbook 11-12 for Website.pdf">Preschool Handbook</a></li>'); 

document.write('  <li class="menuT"><a href="directory.htm">Staff Directory</a></li>'); 


document.write('  <li class="menuT"><a href="teachers.htm">Preschool Teachers</a></li>');

document.write('  <li class="menuT"><a href="parent.htm">Parent Resources</a></li>');

document.write('  <li class="menuT"><a href="related.htm">Related Services</a></li>');


document.write('  <li class="menuT"><a href="http://www.district158.org/special-services">Special Services Dept.</a></li>'); 


// This line goes to the main page of the subweb
document.write('  <li class="menuT"><a href="documents/PreschoolCalendar.pdf">Preschool Calendar</a></li>'); 
document.write('  <li class="menuT"><a href=""></a></li>');


// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');

 
   if (showimage2 == "yes") {
document.write('<a href="index.html"><img src="images/girl.jpg" border="0" class="borders"></a><br><br>');
}


//  End -->



document.write('</td></tr></table></DIV>');








// COPYRIGHT 2005 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;
