﻿<!-- Begin Main Menu

// JScript File
// NOTE: If you use a ' add a slash before it like this \'

document.write('                <a href="/lcss/registration.html" class="reg-btn" onmouseover="this.className=\'reg-red-btn\'" onmouseout="this.className=\'reg-btn\'">Registration</a>');

document.write('                <a href="/chrome" class="tp-btn" onmouseover="this.className=\'tp-red-btn\'" onmouseout="this.className=\'tp-btn\'">Teacher Portal</a>');
document.write('                <a href="http://ic.lee.k12.ga.us/campus/portal/lee.jsp" class="pp-btn" onmouseover="this.className=\'pp-red-btn\'" onmouseout="this.className=\'pp-btn\'">Parent Portal</a>');
document.write('                </div>');
document.write('                <div id="btnNav2">');
document.write('                <a href="https://mail.google.com/a/lee.k12.ga.us/" class="web-btn" onmouseover="this.className=\'web-red-btn\'" onmouseout="this.className=\'web-btn\'">Webmail</a>');
document.write('                </div>');
document.write('                <div>');
document.write('                <a href="http://www.myschoolbucks.com/" target=new><img src=/images/mysbsmall.jpg /></a>');


// end menu --> 

