//Contents for menu1
var menu1 = new Array()
menu1[0] = '<a href="/about.html">NTOA Overview</a>'
menu1[1] = '<a href="/conferences.html">Conferences</a>'
menu1[2] = '<a href="/news.html">NTOA News</a>'
menu1[3] = '<a href="/publications.html">Publications</a>'
menu1[4] = '<a href="/programs.html">Corporate Programs</a>'
menu1[5] = '<a href="/corporatesponsers.html">Corporate Sponsors</a>'
menu1[6] = '<a href="/awards.html">Award Nominations</a>'
menu1[7] = '<a href="/join.html">Membership/Join</a>'
menu1[8] = '<a href="http://ntoastore.org/mm5/merchant.mvc?Screen=CTGY&Store_Code=NOP&Category_Code=M">Membership Renewal</a>'
menu1[9] = '<a href="/contact.html">Contact & Hours</a>'



//Contents for menu2
var menu2 = new Array()
menu2[0] = '<a href="/overview.html">Overview</a>'
menu2[1] = '<a href="/join.html">Membership/Join</a>'
menu2[2] = '<a href="http://ntoastore.org/mm5/merchant.mvc?Screen=CTGY&Store_Code=NOP&Category_Code=M">Membership Renewal</a>'
menu2[3] = '<a href="https://www.ntoa.org/membership/update.shtml">Membership Update</a>'
menu2[4] = '<a href="/forums.html">Discussion Forums</a>'
menu2[5] = '<a href="/resource_lib.html">Resource Library</a>'
menu2[6] = '<a href="http://www.ntoa.org/article/article_index.html">Article Index</a>'
menu2[7] = '<a href="/file_sharing.html">File Sharing</a>'
menu2[8] = '<a href="/PCIR.html">PCIR/LL Database</a>'
menu2[9] = '<a href="/grants.html">TEAM Grants</a>'
menu2[10] = '<a href="/mtdatabase.html">Member Tested Program</a>'
menu2[11] = '<a href="https://www.ntoa.org/files/intelligence/intell_reports.php">Intelligence Reports</a>'
menu2[12] = '<a href="http://www.ntoa.org/files/teams/team.php">Team Packet Updates</a>'
menu2[13] = '<a href="/statelinks.html">State Association Links</a>'
menu2[14] = '<a href="/awards.html">Award Nominations</a>'





//Contents for mennu3
var menu3 = new Array()
menu3[0] = '<a href="/training_calender.php">Training Calender</a>'
menu3[1] = '<a href="/course_description.html">Course Descriptions</a>'
menu3[2] = '<a href="/cnt/conference/index.html">CNT Conference</a>'
menu3[3] = '<a href="/conference/index.html">Tactical Conference</a>'
menu3[4] = '<a href="/events.html">State Assoc & Other Training</a>'

//Contents for news
var menu4 = new Array()
menu4[0] = '<a href="/cntoverview.html">CNT Overview</a>'
menu4[1] = '<a href="/training_calender.php">Training Calender</a>'
menu4[2] = '<a href="/cnt/conference/index.html">CNT Conference</a>'
menu4[3] = '<a href="/NCNAguidelines.doc">NCNA Guidelines</a>'
menu4[4] = '<a href="/forums.html">CNT Discussion Forum</a>'
menu4[5] = '<a href="http://www.ntoa.org/cnt/scenarios/cntscenarios.php">CNT Scenario Database</a>'
menu4[6] = '<a href="/statelinks.html#cnt">CNT Association Links</a>'
menu4[7] = '<a href="/file_sharing.html">CNT File Sharing</a>'
menu4[8] = '<a href="/awards.html">Award Nominations</a>'





//Contents for contact
var menu5 = new Array()
menu5[0] = '<a href="/temsoverview.html">Overview</a>'
menu5[1] = '<a href="/training_calender.php">Training Calender</a>'
menu5[2] = '<a href="/forums.html">Discussion Forums</a>'
menu5[3] = '<a href="/file_sharing.html">TEMS File Sharing</a>'

//Contents for menu6
var menu6 = new Array()
menu6[0] = '<a href="/resource_lib.html">Resource Library</a>'




var menuwidth = '150px' //default menu width
var menubgcolor = 'lightyellow'  //menu bgcolor
var disappeardelay = 250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick = "yes" //hide menu when user clicks within menu?

/////No further editting needed
