/*	Current Tab Names:
		productsTab - servicesTab - parnersTab -	showcaseTab - trainingTab - supportTab - companyTab
*/

/*
	addTabURL syntax:
	addTabURL(  "/directory_path" , "tabName"  );
*/
//alert('in menubar array');
addTabURL( "/",							"homeTab"	);
addTabURL( "/products", 			"productsTab"	);
addTabURL( "/home/services.htm", 			"servicesTab"	);
addTabURL( "/home/partners.htm", 				"partnersTab"	);
addTabURL( "/events", 				"eventsTab"	);
//addTabURL( "/home/training.htm", 			"trainingTab"	);
addTabURL( "/home/about_us.htm", 			"companyTab"	);
addTabURL( "/home/contact_us.htm", 			"companyTab"	);
addTabURL( "/home/snapshots.htm", 			"companyTab"	);
addTabURL( "/home/careers.htm", 			"companyTab"	);
addTabURL( "/home/location.htm", 			"companyTab"	);
addTabURL( "/training", 			"trainingTab"	);
addTabURL( "/products", 			"productsTab"	);
addTabURL( "/careers", 			"companyTab"	);
// ======================================================================
//  MENUS

// addMainItem(description, URL, _target, tabName);
addMainItem("Home", "/index.html", "", "homeTab");

// homeMenu


// addMainItem(description, URL, _target, tabName);
addMainItem("Products", "/products/index.html", "", "productsTab");

// productsMenu


	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("GIS Software", "/products/GIS_software.htm", "");
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Facilities Management Software", "/products/FM_software.htm", "");
	
	// addSubmenuItem(description, URL, _target);	
	addSubmenuItem("Telecom OSP and ISP", "/products/telecom.htm", ""); 
	
    // addSubmenuItem(description, URL, _target);
	addSubmenuItem("GIS Data Conversion", "/products/GIS_data_con.htm", "");
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Specialized GIS Solutions", "/products/GIS_solutions.htm", "");
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Image Compression", "/products/img_compression.htm", ""); 
		
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Precision Input for GIS", "/products/precision.htm", "");

addMainItem("Services", "/home/services.htm", "", "servicesTab");
// servicesMenu
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("GIS Consulting", "/services/GIS_consulting.htm");
	addSubmenuItem("Database Services", "/services/database_services.htm");
	addSubmenuItem("Geographic Imaging", "/services/geographic_imaging.htm");
	addSubmenuItem("Applications Development", "/services/applications_development.htm");
	addSubmenuItem("Server &amp; Web GIS", "/services/server_web_gis.htm");
	addSubmenuItem("Training", "/services/training.htm");
	
addMainItem("Training", "/training/index.html", "", "trainingTab");
// trainingMenu
	
	// addSubmenuItem(description, URL, _target);
	//addSubmenuItem("Courses", "/training/courses.htm", ""); 
	
	// addSubmenuItem(description, URL, _target);
	//addSubmenuItem("Ongoing Training Courses", "/training/schedule.htm", ""); 
	//addSubmenuItem("Online Training Registration", "/training/online_reg_form.htm", ""); 
	addSubmenuItem("Training Schedule", "/training/training_course2.php", ""); 
	addSubmenuItem("Recommended Courses", "/training/recommended_courses.php", ""); 
		
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Hotels", "/training/hotels.htm", ""); 
		// addSubmenuItem(description, URL, _target);
	
	

	
addMainItem("Events", "/home/events.htm", "", "eventsTab");
// EventsMenu
addSubmenuItem("GISWORX", "/events/gisworx.html"); 
addSubmenuItem("EGI Awards", "/events/egi.html");
addSubmenuItem("GIS Career Forum", "/giscareerforum/index.html");
addSubmenuItem("List of Events", "/home/events.htm"); 

addMainItem("Partners", "/home/partners.htm", "", "partnersTab");
// partnersMenu
	addSubmenuItem("Join Reseller Program", "/enquiry_forms/whytojoin.htm"); 
	addSubmenuItem("Apply", "/enquiry_forms/apply_reseller_program.htm"); 	
	
/* addMainItem("Support", "support.htm", "", "supportTab");
// supportMenu
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("GISTEC Support Center", "http://support.esri.com", ""); 
	
	// addSubmenuItem(description, URL, _target);
    addSubmenuItem("Software", "http://support.esri.com/index.cfm?fa=software.gateway", "");
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Knowledge Base", "http://support.esri.com/index.cfm?fa=knowledgeBase.gateway", ""); 

    // addSubmenuItem(description, URL, _target);
	addSubmenuItem("Downloads", "http://support.esri.com/index.cfm?fa=downloads.gateway", ""); 
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("User Forums", "http://support.esri.com/index.cfm?fa=forums.gateway", ""); 

    // addSubmenuItem(description, URL, _target);
	addSubmenuItem("For Developers", "http://support.esri.com/index.cfm?fa=developers.gateway", ""); 
	
	    // addSubmenuItem(description, URL, _target);
	addSubmenuItem("Project Center", "http://support.esri.com/index.cfm?fa=projectCenter.gateway", ""); 

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("User Group Meetings", "http://gis.esri.com/usersupport/usergroups/usergroups.cfm", ""); 

*/

addMainItem("About Us", "/home/about_us.htm", "", "companyTab");
// companyMenu
	
	addSubmenuItem("Our Customers", "/home/clients.htm", ""); 
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("News", "/press/news.htm", ""); 
	addSubmenuItem("Location", "/home/location.htm", ""); 
	addSubmenuItem("Careers", "/home/careers.htm", ""); 
	addSubmenuItem("Contact Us", "/home/contact_us.htm", ""); 

	
generateMenus();

