<!-- Begin POP-UP SIZES AND OPTIONS CODE
// ONLY USE lowercase FOR yes no OPTIONS
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

var show1   = "no"      // SHOW ONE LARGE IMAGE
var show2   = "yes"     // SHOW FIRST SMALL IMAGE
var show3   = "yes"     // SHOW SECOND SMALL IMAGE

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="154"><tr><td class="menutrans">');
document.write('<img src="../Images/menu-top.gif" width="154" height="70"></a><br>');

// START LINKS

document.write('</td></tr><tr><form action="../GGEG/Index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

document.write('</td></tr><tr></form><form action="../GGEG/Products.html"><td>');
document.write('<input type="submit" value="Products" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

/*
The following link is for the Web Store
*/
document.write('</td></tr><tr></form><form action="../Store/gamestore.html"><td>');
document.write('<input type="submit" value="Web Store" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

/*
The following addes the HRCI course link to the menu
*/
document.write('</td></tr><tr></form><form action="../GGEG/HRCI.html"><td>');
document.write('<input type="submit" value="HR Certification" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

document.write('</td></tr><tr></form><form action="../Secure/Index.aspx"><td>');
document.write('<input type="submit" value="Game Registration" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

/*
document.write('</td></tr><tr></form><form action="../Secure/TutorialRegister.aspx"><td>');
document.write('<input type="submit" value="Core Values Orientation" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

document.write('</td></tr><tr></form><form action="../Secure/DemoRegister.aspx"><td>');
document.write('<input type="submit" value="Hot Topics Orientation" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');
*/

document.write('</td></tr><tr></form><form action="../GGEG/Orientation.html"><td>');
document.write('<input type="submit" value="Orientation" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

//document.write('</td></tr><tr></form><form action="../GGEG/FAQs.html"><td>');
//document.write('<input type="submit" value="FAQs" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

//document.write('</td></tr><tr></form><form action="../GGEG/Events.html"><td>');
//document.write('<input type="submit" value="Coming Events" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

//document.write('</td></tr><tr></form><form action="../Store/NCBFAAStore.html"><td>');
//document.write('<input type="submit" value="NCBFAA" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

document.write('</td></tr><tr></form><form action="../Secure/Contact.htm"><td>');
document.write('<input type="submit" value="Contact Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button1\'" class="button1"><br>');

// END LINKS

document.write('</td></tr><tr></form><td align="left" background="../Images/button1.gif" height="34">');
document.write('<img src="../Images/menu-bottom.gif" width="154" height="34"></a><br>');
document.write('</td></tr><tr><td align="center">');
document.write('<br><br>');

// START IMAGE AREA

if (show1 == "yes") {
    document.write('<img src="../Images/menu-picture-1.jpg" width="75" height="150"></a><br><br>');
}

if (show2 == "yes") {
    document.write('<a href="../Secure/StudentLogin.aspx"><img src="../Images/menu-picture-2.jpg" border="0"></a><br><br><br/><br/><br/>');
}

document.write('</td></tr></table></DIV>');

//  End -->