//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("origo", "<img border=0 src='images/arrow-toplinks.gif' width='5' height='9'>", "To see the brand",  null, null);
	menu.addItem("programok", "Profile", "Ingyenes programok letöltése",  null, null);
	menu.addItem("ujdonsagok", "Why Us", "Legújabb szerzeményeink",  null, null);
	menu.addItem("webemil", "Services", "WEB elérése emillel",  null, null);
	menu.addItem("kapocs", "Products & Solutions", "Kapcsolatok",  null, null);
	menu.addItem("forumok", "Contact Us", "FreePC fórumai",  null, null);*/
	menu.addItem("home", "<img border=0 src='images/arrow-toplinks.gif' width='5' height='9'> Home", "Home",  "index.html", null);
	menu.addItem("profile", "<img border=0 src='images/arrow-toplinks.gif' width='5' height='9'> Profile", "Profile",  "company-profile.html", null);
	menu.addItem("whyus","<img border=0 src='images/arrow-toplinks.gif' width='5' height='9'> Why Us", "Why Us",  "whyus.html", null);
	menu.addItem("services", "<img border='0' src='images/arrow-toplinks2.gif' width='9' height='5'> Services", "Services",  null, null);
	menu.addItem("product", "<img border='0' src='images/arrow-toplinks2.gif' width='9' height='5'> Products & Solutions", "Products & Solutions",  null, null);
	menu.addItem("Online Data Form", "<img border=0 src='images/arrow-toplinks.gif' width='5' height='9'> Online Data Form", "Online Data Form",  "online-data-form.html", null);
	menu.addItem("Enquiry", "<img border=0 src='images/arrow-toplinks.gif' width='5' height='9'> Enquiry", "Enquiry",  "enquiry.html", null);


	menu.addSubItem("services", "Background", "Background",  "background.html", "");
	menu.addSubItem("services", "Power Quality & Analysis", "Power Quality & Analysis",  "power-quality&analysis.html", "");
	menu.addSubItem("services", "Data Warehousing", "Data Warehousing",  "warehousing.html", "");
	menu.addSubItem("services", "Load Flow Analysis", "Load Flow Analysis",  "load-flow-analysis.html", "");
	menu.addSubItem("services", "Load Monitoring Services", "Load Monitoring Services",  "load-monitoring-services.html", "");
	menu.addSubItem("services", "Power Factor Study", "Power Factor Study",  "power-factor-study.html", "");
	menu.addSubItem("services", "Harmonic Study", "Harmonic Study",  "harmonic-study.html", "");
	menu.addSubItem("services", "Transient & Flicker Analysis", "Transient & Flicker Analysis",  "transient-flicker-analysis.html", "");
    menu.addSubItem("services", "Fault Analysis", "Fault Analysis",  "fault-analysis.html", "");
    menu.addSubItem("services", "Root Cause Analysis", "Root Cause Analysis",  "root-cause-analysis.html", "");
    menu.addSubItem("services", "Energy Audit Services", "Energy Audit Services",  "energy-audit-services.html", "");
 
	menu.addSubItem("product", "Power Factor Correction", "Power Factor Correction",  "power-factor-correction.html", "");
	menu.addSubItem("product", "Harmonic Filter", "Harmonic Filter",  "harmonic-filtration.html", "");
	menu.addSubItem("product", "Data Warehousing", "Data Warehousing",  "data-warehousing.html", "");
	menu.addSubItem("product", "Energy Management System", "Energy Management System",  "energy-managment-system.html", "");
	menu.addSubItem("product", "Portable Power Quality Analyzer", "Portable Power Quality Analyzer",  "m3000.html", "");
   
	
	
	//menu.addSubItem("forumok", "FreePC", "FreePC fóruma",  "http://forum.supergamez.hu/forum.php3?azonosito=freeware", "");
	menu.showMenu();
}