//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("notableid","Notable Bishopians","","../../notable/index.html",null);
menu.addItem("aboutid","About BHS Alumni","",null,null);
menu.addItem("membersid","Membership","",null,null);
menu.addItem("newsid","News &amp; Events","",null,null);
menu.addItem("photosid","Photo Gallery","",null,null);
menu.addItem("messagesid","Message Board","","../../messages/index.html",null);
menu.addItem("tobagoid","Tobago Links","","../../tobago/index.html",null);
menu.addItem("indexid","Index","","../../webindex.html",null);

//menu.addSubItem("aboutid","&nbsp;","","","");
menu.addSubItem("aboutid","History","","../../about/index.html","");
menu.addSubItem("aboutid","Executive","","../../about/executive.html","");
menu.addSubItem("aboutid","Archives","","../../about/archive/index.html","");
menu.addSubItem("aboutid","&nbsp;","","","");

//menu.addSubItem("membersid","&nbsp;","","","");
menu.addSubItem("membersid","Join Us","","../../members/index.html","");
menu.addSubItem("membersid","Directory","","../../members/directory.html","");
menu.addSubItem("membersid","Database","","../../members/database.html","");
menu.addSubItem("membersid","&nbsp;","","","");

//menu.addSubItem("notableid","&nbsp;","","","");
//menu.addSubItem("notableid","Honour Roll","","../../notable/index.html","");
//menu.addSubItem("notableid","Early History","","../../notable/early.html","");
//menu.addSubItem("notableid","Recent History","","../../notable/recent.html","");
//menu.addSubItem("notableid","&nbsp;","","","");

//menu.addSubItem("newsid","&nbsp;","","","");
menu.addSubItem("newsid","What's New","","../../news/index.html","");
menu.addSubItem("newsid","Media","","../../news/media/index.html","");
menu.addSubItem("newsid","Newsletter","","../../news/letter/index.html","");
menu.addSubItem("newsid","Annual Review","","../../news/review/index.html","");
menu.addSubItem("newsid","&nbsp;","","","");

//menu.addSubItem("photosid","&nbsp;","","","");
menu.addSubItem("photosid","Awards 2008","","../../photos/awards_08/index.html","");
menu.addSubItem("photosid","Cadets 2008","","../../photos/cadets_08/index.html","");
menu.addSubItem("photosid","Historic Images","","../../photos/historic/index.html","");
menu.addSubItem("photosid","Notable Bishopians","","../../photos/notable/index.html","");
menu.addSubItem("photosid","Reunion 2004","","../../photos/reunion_04/index.html","");
menu.addSubItem("photosid","Cadets","","../../photos/cadets/index.html","");
menu.addSubItem("photosid","Social Events","","../../photos/events/index.html","");
menu.addSubItem("photosid","&nbsp;","","","");

//end edit

menu.showMenu();
}