
function showToolbar()
{
// addItem(id, text, hint, location, alternativeLocation,addDivider,offset);
// addGraphicalItem(imageon, imageoff, statustext, width, height, id, text, hint, location, alternativeLocation,addDivider,offset);
// addSubItem(idParent, text, hint, location,addDivider,itemHeight);

var isNS5=0;
if (document.layers) {isNS5=1;}
	menu = new Menu();
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/home_on.jpg","/rrcassoc/bfc/images/nav/home_off.jpg","BFC home",118,19,"homeid", "home", "", null,  "http://www.boulderfocuscenter.com/index.html",0,11);
if (isNS5) {
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/rfp_on.jpg","/rrcassoc/bfc/images/nav/rfp_off.jpg","RFP",33,19,"rfpid", "RFP", "", null,  "http://www.boulderfocuscenter.com/v3/rfp/index.html",0,54);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/directions_on.jpg","/rrcassoc/bfc/images/nav/directions_off.jpg","directions",64,19,"directionsid", "directions", "", null,  "http://www.boulderfocuscenter.com/v3/directions/index.shtml",0,160);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/facilities_on.jpg","/rrcassoc/bfc/images/nav/facilities_off.jpg","facilities",58,19,"facilitiesid", "facilities", "", null,  "http://www.boulderfocuscenter.com/v3/facilities/index.shtml",0,210);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/localinfo_on.jpg","/rrcassoc/bfc/images/nav/localinfo_off.jpg","local info",63,19,"localinfoid", "local info", "", null,  "http://www.boulderfocuscenter.com/v3/localinfo/index.shtml",0,250);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/panelists_on.jpg","/rrcassoc/bfc/images/nav/panelists_off.jpg","panelists wanted",105,19,"panelistswantedid", "panelists wanted", "", null,  "http://www.boulderfocuscenter.com/v3/panelists/index.html",0,455);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/consumer_on.jpg","/rrcassoc/bfc/images/nav/consumer_off.jpg","consumer research",118,19,"consumerid", "consumer research", "", null,  "http://www.boulderfocuscenter.com/v3/help/index.shtml",0,455);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/contact_on.jpg","/rrcassoc/bfc/images/nav/contact_off.jpg","contact",50,19,"contactid", "contact", "", null,  "http://www.boulderfocuscenter.com/v3/contact/index.html",0,455);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/help_on.jpg","/rrcassoc/bfc/images/nav/help_off.jpg","help",41,19,"helpid", "help", "", null,  "http://www.boulderfocuscenter.com/v3/help/index.shtml",0,455);
} else {
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/rfp_on.jpg","/rrcassoc/bfc/images/nav/rfp_off.jpg","RFP",33,19,"rfpid", "RFP", "", null,  "http://www.boulderfocuscenter.com/v3/rfp/index.html",0,54);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/directions_on.jpg","/rrcassoc/bfc/images/nav/directions_off.jpg","directions",64,19,"directionsid", "directions", "", null,  "http://www.boulderfocuscenter.com/v3/directions/index.shtml",0,169);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/facilities_on.jpg","/rrcassoc/bfc/images/nav/facilities_off.jpg","facilities",58,19,"facilitiesid", "facilities", "", null,  "http://www.boulderfocuscenter.com/v3/facilities/index.shtml",0,200);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/localinfo_on.jpg","/rrcassoc/bfc/images/nav/localinfo_off.jpg","local info",63,19,"localinfoid", "local info", "", null,  "http://www.boulderfocuscenter.com/v3/localinfo/index.shtml",0,333);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/panelists_on.jpg","/rrcassoc/bfc/images/nav/panelists_off.jpg","panelists wanted",105,19,"panelistswantedid", "panelists wanted", "", null,  "http://www.boulderfocuscenter.com/v3/panelists/index.html",0,455);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/consumer_on.jpg","/rrcassoc/bfc/images/nav/consumer_off.jpg","consumer research",118,19,"consumerid", "consumer research", "", null,  "http://www.boulderfocuscenter.com/v3/help/index.shtml",0,400);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/contact_on.jpg","/rrcassoc/bfc/images/nav/contact_off.jpg","contact",50,19,"contactid", "contact", "", null,  "http://www.boulderfocuscenter.com/v3/contact/index.html",0,455);
	menu.addGraphicalItem("/rrcassoc/bfc/images/nav/help_on.jpg","/rrcassoc/bfc/images/nav/help_off.jpg","help",41,19,"helpid", "help", "", null,  "http://www.boulderfocuscenter.com/v3/help/index.shtml",0,455);
}

	menu.addSubItem("helpid", "privacy policy", "",  "http://www.boulderfocuscenter.com/help/privacylong.shtml",1,20);
	menu.addSubItem("helpid", "sitemap", "",  "http://www.boulderfocuscenter.com/help/sitemap.shtml",1,20);
	menu.addSubItem("helpid", "&nbsp;", "&nbsp;",  "http://www.boulderfocuscenter.com/help/",0,1);
	
	
	menu.showMenu();
} 
