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

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

menu = new Menu();
menu.addItem(null,"Home","","../../../../index.html",null);
menu.addItem("clubid","Club","",null,null);
menu.addItem("memberid","Members","",null,null);
menu.addItem("raceid","Races","",null,null);
menu.addItem("trainid","Training","",null,null);
menu.addItem("manageid","Services","",null,null);
menu.addItem("newsid","News","",null,null);
menu.addItem("forumid","Forum","",null,null);
menu.addItem("galleryid","Gallery","",null,null);
menu.addItem("indexid","Index","","../../../../webindex.html",null);

menu.addSubItem("clubid","&nbsp","","","");
menu.addSubItem("clubid","About TTRRC","","../../../../club/index.html","");
menu.addSubItem("clubid","Activities","","../../../../club/activity.html","");
menu.addSubItem("clubid","History","","../../../../club/history.html","");
menu.addSubItem("clubid","Executive","","../../../../club/exec/index.html","");
menu.addSubItem("clubid","Contact","","../../../../club/contact.html","");
menu.addSubItem("clubid","&nbsp","","","");

menu.addSubItem("memberid","&nbsp","","","");
menu.addSubItem("memberid","Club Benefits","","../../../../member/index.html","");
menu.addSubItem("memberid","Sports Wear","","../../../../member/wear.html","");
menu.addSubItem("memberid","Social Events","","../../../../member/social.html","");
menu.addSubItem("memberid","Discount Shopping","","../../../../member/shop.html","");
menu.addSubItem("memberid","Registration & Fees","","../../../../member/register.html","");
menu.addSubItem("memberid","&nbsp","","","");

menu.addSubItem("raceid","&nbsp","","","");
menu.addSubItem("raceid","2012","","../../../../race/2012/index.html","");
menu.addSubItem("raceid","2011","","../../../../race/2011/index.html","");
menu.addSubItem("raceid","2010","","../../../../race/2010/index.html","");
menu.addSubItem("raceid","2009","","../../../../race/2009/index.html","");
menu.addSubItem("raceid","2008","","../../../../race/2008/index.html","");
menu.addSubItem("raceid","2007","","../../../../race/2007/index.html","");
menu.addSubItem("raceid","2006","","../../../../race/2006/index.html","");
menu.addSubItem("raceid","2005","","../../../../race/2005/index.html","");
menu.addSubItem("raceid","&nbsp","","","");
menu.addSubItem("raceid","Current Fixtures...","","../../../../race/index.html","");
menu.addSubItem("raceid","&nbsp","","","");

menu.addSubItem("trainid","&nbsp","","","");
menu.addSubItem("trainid","Welcome Beginners","","../../../../train/index.html","");
menu.addSubItem("trainid","Distance Running","","../../../../train/distance.html","");
menu.addSubItem("trainid","Marathon Programme","","../../../../train/marathon/index.html","");
menu.addSubItem("trainid","Training Videos","","../../../../train/video/index.html","");
menu.addSubItem("trainid","&nbsp","","","");

menu.addSubItem("manageid","&nbsp","","","");
menu.addSubItem("manageid","Race Management","","../../../../manage/index.html","");
menu.addSubItem("manageid","&nbsp","","","");

menu.addSubItem("newsid","&nbsp","","","");
menu.addSubItem("newsid","What's New","","../../../../news/index.html","");
menu.addSubItem("newsid","Media Feature","","../../../../news/media/index.html","");
menu.addSubItem("newsid","&nbsp","","","");

menu.addSubItem("forumid","&nbsp","","","");
menu.addSubItem("forumid","Runners Profiles","","../../../forum/runners/index.html","");
menu.addSubItem("forumid","Training Courses","","../../../forum/course/index.html","");
menu.addSubItem("forumid","Garmin Plots","","../../../forum/garmin/index.html","");
menu.addSubItem("forumid","Club Links","","../../../forum/links/index.html","");
menu.addSubItem("forumid","&nbsp","","","");

menu.addSubItem("galleryid","&nbsp","","","");
menu.addSubItem("galleryid","2012","","../../../../gallery/2012/index.html","");
menu.addSubItem("galleryid","2011","","../../../../gallery/2011/index.html","");
menu.addSubItem("galleryid","2010","","../../../../gallery/2010/index.html","");
menu.addSubItem("galleryid","2009","","../../../../gallery/2009/index.html","");
menu.addSubItem("galleryid","2008","","../../../../gallery/2008/index.html","");
menu.addSubItem("galleryid","2007","","../../../../gallery/2007/index.html","");
menu.addSubItem("galleryid","2006","","../../../../gallery/2006/index.html","");
menu.addSubItem("galleryid","2005","","../../../../gallery/2005/index.html","");
menu.addSubItem("galleryid","&nbsp","","","");
menu.addSubItem("galleryid","Recent Galleries...","","../../../../gallery/index.html","");
menu.addSubItem("galleryid","&nbsp","","","");

menu.showMenu();
}
