<!-- Begin CSS Horizontal Menu - menu ver 3.0 2008
var message="You may not right mouse click this page.";
if (navigator.appName == 'Microsoft Internet Explorer'){
function NOclickIE(e) {
if (event.button == 2 || event.button == 3) {
alert(message);
return false;
}
return true;
}
document.onmousedown=NOclickIE;
document.onmouseup=NOclickIE;
window.onmousedown=NOclickIE;
window.onmouseup=NOclickIE;
}
else {
function NOclickNN(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=NOclickNN; }
document.oncontextmenu=new Function("alert(message);return false")
}

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide">');

document.write('<ul id="menunav">');





// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li style="width: 65px;"><a href="index.html">Home</a>'); 



document.write('  <li style="width: 110px;"><a href="index.html">Classes & News</a>'); 
document.write('    <ul>');
document.write('      <li><a href="infants.htm">Incredible Infants</a></li>');
document.write('      <li><a href="toddler.htm">Tiny Toddlers</a></li>');
document.write('      <li><a href="twos-younger.htm">Too Cool Younger Twos</a></li>');
document.write('      <li><a href="twos-older.htm">Too Cool Older Twos</a></li>');
document.write('      <li><a href="threes.htm">Terrific Threes & Pre-4s</a></li>');
document.write('      <li><a href="fours.htm">VPK and Pre-K</a></li>');
document.write('      <li><a href="aftercare.htm">After School Program</a></li>');
//document.write('      <li><a href="kindergarten.htm">Kindergarten</a></li>');//
//document.write('      <li><a href="first.htm">Elementary Grades</a></li>');//
document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 175px;"><a href="index.html">Staff Bios</a>');
document.write('    <ul>');
document.write('      <li><a href="galleryerica.htm">Erica Epstein - Owner & Co-Director</a></li>');
document.write('      <li><a href="galleryeric.htm">Eric Epstein - Owner</a></li>');
document.write('      <li><a href="galleryamanda.htm">Ms. Amanda - Co-Director</a></li>');
document.write('      <li><a href="galleryvalery.htm">Ms. Valery - Office Manager</a></li>');
document.write('      <li><a href="gallerymojica.htm">Ms. Maria - VPK Teacher</a></li>');
document.write('      <li><a href="galleryguadalupe.htm">Ms. Lupe - Pre-4s Teacher</a></li>');
document.write('      <li><a href="galleryjules.htm">Ms. Jules - After School</a></li>');
document.write('      <li><a href="gallerylisett.htm">Ms. Lisett - Infant Teacher</a></li>');
//document.write('      <li><a href="gallerycasey.htm">Ms. Casey - Infant Teacher</a></li>');//
document.write('      <li><a href="galleryrachael.htm">Ms. Rachael - Young 2s Teacher</a></li>');
document.write('      <li><a href="galleryelena.htm">Ms. Elena - Older 2s Teacher</a></li>');
//document.write('      <li><a href="galleryheidi.htm">Ms. Heidi - Young 3s Teacher</a></li>');//
document.write('      <li><a href="gallerykeira.htm">Ms. Keira - Toddler Teacher</a></li>');
document.write('      <li><a href="galleryanu.htm">Ms. Anu - Assistant Teacher</a></li>');
document.write('      <li><a href="galleryrachel.htm">Ms. Rachel - VPK Teacher</a></li>');
//document.write('      <li><a href="gallerygiovanna.htm">Ms. Giovanna - Pre-K Teacher</a></li>');//
document.write('      <li><a href="gallerytiffany.htm">Ms. Tiffany - Assistant Teacher</a></li>');


document.write('    </ul>');
document.write('  </li>');

document.write('<li style="width: 110px;"><a href="whyus.htm">Why Choose Us?</a></li>');

document.write('<li style="width: 160px;"><a href="cameras.htm">Access to Video Cameras</a></li>');

document.write('<li style="width: 145px;"><a href="pdfgallery.htm">Tuition & Documents</a></li>');

document.write('<li style="width: 120px;"><a href="comments.htm">Parent Reviews</a></li>');

document.write('<li style="width: 150px;"><a href="abcinthenews.htm">ABC On The Local News</a></li>');


document.write('<li style="width: 130px;"><a href="photos.htm">Photo Gallery</a></li>');


document.write('<li style="width: 110px;"><a href="jobs.htm">Job Openings</a></li>');

//document.write('<li style="width: 110px;"><a href="pto.htm">PTO Page</a></li>');//

//document.write('<li style="width: 110px;"><a href="camp.htm">Summer Camp</a></li>');//


document.write('<li style="width: 175px;"><a href="ecw.htm">Early Childhood Wellness</a></li>');


document.write('<li style="width: 110px;"><a href="contact.htm">Contact Us</a></li>');





// END LINKS //

document.write('</ul>');

document.write('</td></tr></table>');

// END -->
