
// JavaScript Document
/* this is a 
multi-line comment */
document.write(" <table width='700' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='white'>  <tr> ") 
document.write(" <td rowspan='2'><img src='../../images/fade.gif' alt='Academybiznet logo' width='100' height='100' border='0'></td> ") 
document.write(" <td height='80' colspan='3' width='360' align='center'><img src='../../images/Academybiznet.org_logo_flag.gif' alt='COOL' border='0' width='250'></td> ") 
document.write("  <td colspan='2' width='240'> ")  
//		<!-- INSTRUCTIONS:  Place this on the page where you want the pulldown -->
//		<!-- START Pulldown TWO Menu  -->
document.write(" <FORM NAME='product2Goto' ACTION='' METHOD=''> ") 
document.write(" <FONT COLOR='#000000' FACE='Geneva, Arial, Helvetica' SIZE='-3'> ") 
document.write("<SELECT NAME='product2List' ONCHANGE='gotoFunction2()' ONBLUR='return options[0].selected = true'>") 
document.write(" <OPTION value='#'>SELECT A LINK ") 
document.write("<OPTION value='#'>---- Service Academies ----  ") 
document.write(" <OPTION value='http://www.usma.edu/'>Army ") 
document.write("<OPTION value='http://www.usna.edu/'>Navy  ") 
document.write(" <OPTION value='http://www.usafa.af.mil/flash.cfm'>Air Force  ") 
document.write("<OPTION value='#'>---- Additional Links ----  ") 
document.write(" <OPTION VALUE='http://charlotteacademynetwork.com'>Charlotte Academy Network</SELECT></FONT></FORM> ") 
//		<!-- END Pulldown TWO Menu -->
document.write(" </td></tr></table> ") 

//Main Menu Follows
document.write("<table width='700' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='white'> ")
document.write("<tr><td align='center' width='120'  height='20' class='menu' >  ") 
document.write(" <a href='http://www.academybiznet.org/index.html'>Home&nbsp;&nbsp;&nbsp; ")
document.write(" <img src='../../../images/home-white.gif' alt='Home' border='0' width='15'></a></td> ")
document.write("<td align='center' width='120'  height='20' class='menu' ><a href='http://www.academybiznet.org/schedule.asp'>Schedule</a></td>  ")
document.write(" <td align='center' width='120'  height='20' class='menu' ><a href='http://www.academybiznet.org/roster.html'>Roster</a></td> ")
document.write(" <td align='center' width='120'  height='20' class='menu'  ><a href='http://www.academybiznet.org/resumes_jobs.html'>R&eacute;sum&eacute;s/Jobs</a></td> ")
document.write(" <td align='center' width='120'  height='20' class='menu' >  <a href='http://www.academybiznet.org/guestbook.html'>Guestbook</a>	</td> </tr></table> ")


