//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, "CARIBSCAPE","","../default.html",null);
menu.addItem("designid","Web Design"," & Rationale",null,null);
menu.addItem("newsid","Web News","Portfolio & Recent Work",null,null);
menu.addItem("directoryid","Web Directory","Portfolio & Category Search",null,null);
menu.addItem("analysisid","Web Analysis","Opinions & Analysiss",null,null);
menu.addItem("websiteid","Web Sites","Client Directory",null,null);
menu.addItem("webcardid","Web Cards","One Pagers & Logos",null,null);

menu.addSubItem("designid","Introduction","","../design/default.html","");
menu.addSubItem("designid","Communication","","../design/communication.html","");
menu.addSubItem("designid","Consultation","","../design/consultation.html","");
menu.addSubItem("designid","Realization","","../design/realization.html","");
menu.addSubItem("designid","Direction","","../design/direction.html","");
menu.addSubItem("designid","Construction","","../design/construction.html","");

menu.addSubItem("newsid","2011","","../news/2011.html","");
menu.addSubItem("newsid","2010","","../news/2010.html","");
menu.addSubItem("newsid","2009","","../news/2009.html","");
menu.addSubItem("newsid","2008","","../news/2008.html","");
menu.addSubItem("newsid","2007","","../news/2007.html","");
menu.addSubItem("newsid","2006","","../news/2006.html","");
menu.addSubItem("newsid","2005","","../news/2005.html","");
menu.addSubItem("newsid","2004","","../news/2004.html","");
menu.addSubItem("newsid","2003","","../news/2003.html","");
menu.addSubItem("newsid","2002","","../news/2002.html","");
menu.addSubItem("newsid","2001","","../news/2001.html","");
menu.addSubItem("newsid","2000","","../news/2000.html","");
menu.addSubItem("newsid","1999","","../news/1999.html","");
menu.addSubItem("newsid","1998","","../news/1998.html","");
menu.addSubItem("newsid","1997","","../news/1997.html","");

menu.addSubItem("directoryid","Caribbean","","../directory/caribbean/default.html","");
menu.addSubItem("directoryid","Arts","","../directory/arts/default.html","");
menu.addSubItem("directoryid","Resources","","../directory/resources/default.html","");
menu.addSubItem("directoryid","Information","","../directory/information/default.html","");
menu.addSubItem("directoryid","Business","","../directory/business/default.html","");
menu.addSubItem("directoryid","Sport","","../directory/sport/default.html","");
menu.addSubItem("directoryid","Craft","","../directory/craft/default.html","");
menu.addSubItem("directoryid","Associations","","../directory/associations/default.html","");
menu.addSubItem("directoryid","Property","","../directory/property/default.html","");
menu.addSubItem("directoryid","Entertainment","","../directory/entertainment/default.html","");
menu.addSubItem("directoryid","&nbsp;","","../directory/default.html","");
menu.addSubItem("directoryid","Advanced Search","","../directory/default.html","");

menu.addSubItem("analysisid","Example","","../analysis/default.html","");
menu.addSubItem("analysisid","Content","","../analysis/example/default.html","");
menu.addSubItem("analysisid","Practice","","../analysis/example/practice.html","");
menu.addSubItem("analysisid","Ideas","","../analysis/example/ideas.html",""); 
menu.addSubItem("analysisid","Schedule","","../analysis/example/schedule.html","");
menu.addSubItem("analysisid","Indexing","","../analysis/example/webindex.html","");
menu.addSubItem("analysisid","Estimate","","../analysis/example/estimate.html","");
menu.addSubItem("analysisid","Hosting","","../analysis/example/host.html","");
menu.addSubItem("analysisid","Support","","../analysis/example/support.html","");
menu.addSubItem("analysisid","Referral","","../analysis/example/referral.html","");
menu.addSubItem("analysisid","Designers","","../analysis/example/design.html","");

menu.addSubItem("websiteid","Developing","","../website/default.html","");
menu.addSubItem("websiteid","Developed","","../website/develop.html","");
menu.addSubItem("websiteid","Logos","","../website/logo.html","");
menu.addSubItem("websiteid","Retrospective","","../website/retro.html","");

menu.addSubItem("webcardid","Introduction","","../webcard/default.html","");
menu.addSubItem("webcardid","Members","","../webcard/members.html","");
menu.addSubItem("webcardid","Search","","../webcard/search.html","");
menu.addSubItem("webcardid","About","","../webcard/about.html","");

menu.showMenu();
}
