//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("homeid", "Home", "Home",  "http://www.penelco.com/tangway/", "");
	menu.addItem("coopid", "Cooperative Info", "Cooperative Info",  null, null);
	menu.addItem("consumerid", "Consumer Services", "Consumer Services",  null, null);
	menu.addItem("newsid", "News & Updates", "News & Updates",  null, null);
	menu.addItem("eventsid", "Events & Activities", "Events & Activities",  null, null);
        menu.addItem("bulletinid", "Message Board", "Message Board",  "http://www.penelco.com/tangway/index.php?option=com_simpleboard&Itemid=55", "");
        menu.addItem("contactid", "Contact Us", "Contact Us",  "http://www.penelco.com/tangway/index.php?option=com_contact&Itemid=3", "");

	menu.addSubItem("coopid", "About PENELCO", "About PENELCO",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=8&Itemid=45", "");
	menu.addSubItem("coopid", "History of PENELCO", "History of PENELCO",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=7&Itemid=44", "");
	menu.addSubItem("coopid", "Mission & Vision", "Mission & Vision",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=9&Itemid=46", "");
	menu.addSubItem("coopid", "Facilities", "Facilities",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=10&Itemid=47", "");
	menu.addSubItem("coopid", "Awards", "Awards",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=11&Itemid=48", "");
        menu.addSubItem("coopid", "Employment", "Employment",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=33&Itemid=58", "");
        menu.addSubItem("coopid", "PENELCO Hymn", "PENELCO Hymn",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=12&Itemid=49", "");
        
        menu.addSubItem("consumerid", "New Electric Services", "New Electric Services",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=13&Itemid=50", "");
	menu.addSubItem("consumerid", "Service Fee", "Service Fee",  "http://www.penelco.com/tangway/downloads/penelco_sched_rates.pdf", "_blank");
	menu.addSubItem("consumerid", "Application Requirements", "Application Requirements",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=14&Itemid=51", "");
	menu.addSubItem("consumerid", "Billing Information", "Billing Information",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=15&Itemid=52", "");
	menu.addSubItem("consumerid", "FAQ", "FAQ",  "http://www.penelco.com/tangway/index.php?option=content&task=category&sectionid=2&id=13&Itemid=56", "");
	menu.addSubItem("consumerid", "Downloads", "Downloads",  "http://www.penelco.com/tangway/index.php?option=com_remository&Itemid=40", "");
	
	menu.addSubItem("newsid", "ULAT Kooperatiba", "ULAT Kooperatiba",  "http://www.penelco.com/tangway/index.php?option=content&task=section&id=1&Itemid=2", "");
	menu.addSubItem("newsid", "Announcements", "Announcements",  "http://www.penelco.com/tangway/index.php?option=com_simpleboard&Itemid=55&func=showcat&catid=3", "");
	
	menu.addSubItem("eventsid", "Events Calendar", "Events Calendar",  "http://www.penelco.com/tangway/index.php?option=com_events&Itemid=28", "");
	menu.addSubItem("eventsid", "Photo Gallery", "Photo Gallery",  "http://www.penelco.com/tangway/index.php?option=com_akogallery&Itemid=26", "");
        menu.addSubItem("eventsid", "PENELCO Bands & Dancers", "PENELCO Bands & Dancers",  "http://www.penelco.com/tangway/index.php?option=content&task=view&id=31&Itemid=57", "");
	
	menu.showMenu();
}