/*	Current Tab Names:
	newsTab - productsTab - supportTab - servicesTab -	trainingTab - industriesTab - partnerTab -  companyTab 
*/

/*
	addTabURL syntax:
	addTabURL(  "/directory_path" , "tabName"  );
*/
//addTabURL( "/", 				           "homeTab"	);
addTabURL( "/news", 			       "newsTab"	);
addTabURL( "/products",     		   "productsTab"	);
addTabURL( "/support", 		           "supportTab"	);
addTabURL( "/services",     		   "servicesTab"	);
addTabURL( "/schulung", 		       "trainingTab"	);
addTabURL( "/industries",              "industriesTab"	);
//addTabURL( "/partner", 			"partnerTab");
addTabURL( "/about", 			"companyTab");
addTabURL( "/downloads",    		   "supportTab"	);
// addTabURL( "/absolventenprogramm", 		 "industriesTab"	);
addTabURL( "/demos", 		 "productsTab"	);
// addTabURL( "/schule", 		 "industriesTab"	);
//addTabURL( "/events", 	     "newsTab"	);

// ======================================================================
//  MENUS

// addMainItem(description, URL, _target, tabName);
//addMainItem("Home", "/index.html", "", "homeTab");
	
addMainItem("News &amp; Events", "/news/index.html", "", "newsTab");
// newsMenu
	 
	// addSubmenuItem(description, URL, _target);	
	addSubmenuItem("&Uuml;bersicht", "/news/index.html", "");
	addSubmenuItem("ESRI News", "/news/current.html", "");	   
//	addSubmenuItem("arc<strong>aktuell</strong>", "/news/arcaktuell/index.html", "");	   
	addSubmenuItem("Veranstaltungen", "/news/events/index.html", "");	   
	
	
// addMainItem(description, URL, _target, tabName);
addMainItem("Produkte", "/products/index.html", "", "productsTab");
// productsMenu

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Produkte &Uuml;bersicht", "/products/index.html", "");
	addSubmenuItem("ArcGIS", "/products/arcgis/index.html", "");
	//addSubmenuItem("ArcWeb Services", "/products/arcwebservices/index.html", "");
//	addSubmenuItem("Weitere GIS Software", "/products/others/index.html", "");
	addSubmenuItem("Demos", "/demos/index.html", ""); 
	addSubmenuItem("Downloads", "/downloads/index.html", ""); 
	addSubmenuItem("B&uuml;cher", "/products/books.html", ""); 


addMainItem("Support", "/support/index.html", "", "supportTab");
// servicesMenu

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Support &Uuml;bersicht", "/support/index.html", "");
	//addSubmenuItem("ESRI Support-Seiten", "http://support.esri-germany.de", "_blank"); 
	addSubmenuItem("Downloads", "/downloads/index.html", ""); 
	addSubmenuItem("ESRI Usergroup Austria", "/about/usergroups.html", "");
	addSubmenuItem("Links", "/support/links.html", "");
    
/*
addMainItem("Services", "/services/index.html", "", "servicesTab");
// servicesMenu

    // addSubmenuItem(description, URL, _target);
	addSubmenuItem("Services &Uuml;bersicht", "/services/index.html", "");
	addSubmenuItem("Consulting", "/services/consulting.html", ""); 
	addSubmenuItem("Softwareentwicklung", "/services/engineering.html", ""); 	
	addSubmenuItem("Hosting", "/services/hosting.html", ""); 
*/

addMainItem("Schulung", "/schulung/index.html", "", "trainingTab");
// trainingMenu
     // addSubmenuItem(description, URL, _target);
	addSubmenuItem("Schulung &Uuml;bersicht", "/schulung/index.html", ""); 
	addSubmenuItem("Kurse", "/schulung/courses.html", ""); 
	addSubmenuItem("Schulungstermine", "/schulung/dates.html", ""); 
	addSubmenuItem("Schulungsorte", "/schulung/offices.html", ""); 
	addSubmenuItem("Anmeldung", "/schulung/registration.html", ""); 


addMainItem("M&auml;rkte", "/industries/index.html", "", "industriesTab");
// industriesMenu
	//addSubmenuItem(description, URL, _target);
	addSubmenuItem("M&auml;rkte &Uuml;bersicht", "/industries/index.html", ""); 
	
	
//addMainItem("Partner", "/partner/index.html", "", "partnerTab");
// supportMenu

	// addSubmenuItem(description, URL, _target);
//	addSubmenuItem("Partner &Uuml;bersicht", "/partner/index.html", ""); 
//	addSubmenuItem("Business Partner Programm", "/partner/bpp_international.html", ""); 
//	addSubmenuItem("Business Partner", "/partner/business_partner.html", ""); 
	//addSubmenuItem("Corporate Partner", "/partner/corporate_partner.html", ""); 


addMainItem("&Uuml;ber SynerGIS", "/about/index.html", "", "companyTab");
// companyMenu

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("&Uuml;bersicht", "/about/index.html", ""); 
	//addSubmenuItem("Unsere Verantwortung", "/about/engagement.html", ""); 	
//	addSubmenuItem("Firmenverbund ESRI - con terra", "/about/affiliation.html", ""); 	
//	addSubmenuItem("Niederlassungen", "/about/offices.html", ""); 	
//	addSubmenuItem("Jobs@ESRI", "/about/jobs.html", ""); 
	addSubmenuItem("Kontakt", "/about/contact.html", "");	
	addSubmenuItem("ESRI Usergroup Austria", "/about/usergroups.html", "");

generateMenus();

