/*	Current Tab Names:
	homeTab - productsTab - servicesTab - industriesTab -	trainingTab - supportTab -  newsTab - eventsTab - companyTab 
*/

/*
	addTabURL syntax:
	addTabURL(  "/directory_path" , "tabName"  );
*/
addTabURL( "/", 				           "homeTab"	);
addTabURL( "/products.html", 		   "productsTab"	);
addTabURL( "/industries.html", 		 "industriesTab"	);
addTabURL( "/About", 			"companyTab"	);
addTabURL( "/company", 				    "companyTab"	);
addTabURL( "/industries", 			 "industriesTab"	);
addTabURL( "/news", 				       "newsTab"	);
addTabURL( "/software", 			   "productsTab"	);
addTabURL( "/training", 		       "trainingTab"	);


// ======================================================================
//  MENUS

// addMainItem(description, URL, _target, tabName);
addMainItem("Начало", "/index.html", "", "homeTab");
	
	
// addMainItem(description, URL, _target, tabName);
addMainItem("Продукты", "/software/Products.html ", "", "productsTab");
// productsMenu

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("ArcGIS", "/software/ArcGIS/index.html", "");
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("&nbsp;&nbsp;&nbsp;&#151;ArcInfo", "/software/ArcGIS/ArcInfo/index.html", "");
	
	// addSubmenuItem(description, URL, _target);	
	addSubmenuItem("&nbsp;&nbsp;&nbsp;&#151;ArcEditor", "/software/ArcGIS/ArcEditor/index.html", ""); 
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("&nbsp;&nbsp;&nbsp;&#151;ArcView", "/software/ArcGIS/ArcView/index.html", "");		
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("&nbsp;&nbsp;&nbsp;&#151;ArcGIS Explorer", "/software/ArcGIS/ArcGISExp/index.html", ""); 			
	
	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("&nbsp;&nbsp;&nbsp;&#151;ArcGIS Server", "/software/ArcGIS/ArcGISserver/index.html", "");

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("&nbsp;&nbsp;&nbsp;&#151;ArcPad", "/software/ArcGIS/ArcPad/index.html", "");


addMainItem("Отрасли", "http://www.dataplus.ru/Industries/", "_blank", "industriesTab");
// industriesMenu


addMainItem("Обучение", "http://www.dataplus.ru/Training/", "_blank", "trainingTab");
// trainingMenu

		
addMainItem("Поддержка", "http://www.dataplus.ru/Support/", "_blank", "supportTab");
// supportMenu

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Форум", "http://www.dataplus.ru/Forum/", "_blank", ""); 
	
	// addSubmenuItem(description, URL, _target);
    addSubmenuItem("Задать вопрос", "http://www.dataplus.ru/Root/tehsupp/Index.asp", "_blank", "");
	

addMainItem("Новости", "/news/index.html", "", "newsTab");
// newsMenu
	 
	// addSubmenuItem(description, URL, _target);	
	//addSubmenuItem("News and Publications", "/news/index.html", "");	   

	
addMainItem("О компании", "/About/about_esricis.html", "", "companyTab");
// companyMenu

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("О Компании", "/About/about.html", "", "companyTab"); 

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Контакты", "/About/Contact.html", "", "companyTab"); 

  // addSubmenuItem(description, URL, _target);
	addSubmenuItem("Дистрибьюторы", "/About/dist.html", "", "companyTab"); 

	// addSubmenuItem(description, URL, _target);
	addSubmenuItem("Партнеры", "/About/Partners.html", "", "companyTab"); 	




generateMenus();

