//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{

menu = new Menu();

//begin edit
//AddItem(id, text, hint, location, alternativeLocation);

menu.addItem(null,"Home","","index.html",null);
menu.addItem("competeid","Competition","",null,null);
menu.addItem("aboutid","Inside Athletics","",null,null);
menu.addItem("fanzoneid","Fan Zone","",null,null);
menu.addItem("memberid","Membership","",null,null);
menu.addItem("coachid","Coaching","",null,null);
menu.addItem("mediaid","Photo & Video","",null,null);
menu.addItem("sponsorid","Sponsorship","",null,null);
menu.addItem("indexid","Index","","webindex.html",null);

//menu.addSubItem("competeid","&nbsp;","","","");
menu.addSubItem("competeid","Events & Results","","compete/index.html","");
menu.addSubItem("competeid","Records","","compete/records/index.html","");
menu.addSubItem("competeid","Ranking","","compete/ranking/index.html","");
menu.addSubItem("competeid","Rules","","compete/rules/index.html","");
menu.addSubItem("competeid","Officials","","compete/officials.html","");
menu.addSubItem("competeid","Sanctioning","","compete/sanction.html","");
menu.addSubItem("competeid","Standards","","compete/standards/index.html","");
//menu.addSubItem("competeid","&nbsp;","","","");

//menu.addSubItem("aboutid","&nbsp;","","","");
menu.addSubItem("aboutid","About NAAATT","","about/index.html","");
menu.addSubItem("aboutid","History","","about/history.html","");
menu.addSubItem("aboutid","Executive","","about/executive/index.html","");
menu.addSubItem("aboutid","Committees","","about/committees/index.html","");
menu.addSubItem("aboutid","Links","","about/links.html","");
menu.addSubItem("aboutid","Contact Directory","","about/contact.html","");
//menu.addSubItem("aboutid","&nbsp;","","","");

//menu.addSubItem("fanzoneid","&nbsp;","","","");
menu.addSubItem("fanzoneid","What's New","","fanzone/index.html","");
menu.addSubItem("fanzoneid","Media Articles","","fanzone/article/index.html","");
menu.addSubItem("fanzoneid","Media Releases","","fanzone/release/index.html","");
menu.addSubItem("fanzoneid","Athlete Profiles","","fanzone/athletes/index.html","");
menu.addSubItem("fanzoneid","Newsletter","","fanzone/newsletter/index.html","");
//menu.addSubItem("fanzoneid","&nbsp;","","","");

//menu.addSubItem("memberid","&nbsp;","","","");
menu.addSubItem("memberid","How to Join","","member/index.html","");
menu.addSubItem("memberid","Ordinary Membership","","member/ordinary/index.html","");
menu.addSubItem("memberid","Athletic Membership","","member/athlete/index.html","");
menu.addSubItem("memberid","Club Membership","","member/club/index.html","");
//menu.addSubItem("memberid","&nbsp;","","","");

//menu.addSubItem("coachid","&nbsp;","","","");
menu.addSubItem("coachid","Coaching Certification","","coach/index.html","");
menu.addSubItem("coachid","IAAF Programmes","","coach/program/index.html","");
menu.addSubItem("coachid","Coaching Resources","","coach/resource/index.html","");
//menu.addSubItem("coachid","&nbsp;","","","");

//menu.addSubItem("mediaid","&nbsp;","","","");
menu.addSubItem("mediaid","2012","","media/2012/index.html","");
menu.addSubItem("mediaid","2011","","media/2011/index.html","");
menu.addSubItem("mediaid","Retrospective","","media/retro/index.html","");
//menu.addSubItem("mediaid","&nbsp;","","","");

//menu.addSubItem("sponsorid","&nbsp;","","","");
menu.addSubItem("sponsorid","Sponsorship","","sponsor/index.html","");
menu.addSubItem("sponsorid","Advertising","","sponsor/advertise.html","");
//menu.addSubItem("sponsorid","&nbsp;","","","");


//end edit

menu.showMenu();
}
