<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS

document.write('<li><A HREF="index.html">Home</a><br>');

document.write('<li><A HREF="about.html">About Us</a><br>');

document.write('<li><A HREF="dept.html">Departments</a><br>');

document.write('<li><A HREF="datadmin/index.html">Data Administrators</a><br>');

document.write('<li><a href="http://www.datamentor.org" target="_blank">DataMentor</a><br>');

document.write('<li><A HREF="cognos/index.html">Data Warehouse</a><br>');

document.write('<li><A HREF="http://webmail.mhric.org">Employee Email</a><br>');

document.write('<li><A HREF="links.html">Links</a><br>');

document.write('<li><A HREF="http://www.gotoassist.com/ph/mhric.org">MHRIC GoTo Web Assistance</a><br>');

document.write('<li><A HREF="schools.html">Our Schools</a><br>');

document.write('<li><a href="podcasts/index.html">Podcasts</a><br>');

document.write('<li><a href="schooltool/index.html">schoolTool Training Center</a><br>');

document.write('<li><a href="student/index.html">Student Management Systems</a><br>');

document.write('<li><A HREF="serviceguide.html">Services Guide</a><br>');

document.write('<li><A HREF="tssclasses/tssclasses.html">TSS Classes</a><br>');

document.write('<li><A HREF="wdug/index.html">Web Developer Group</a><br>');

document.write('<li><A HREF="inform/privacy.html">Privacy Policy</a><br>');

//-- END MENU LINKS




document.write('</ul>');
document.write('</td></tr></table>');



//  End -->