webfxMenuImagePath	= "xmenu/images/";
webfxMenuUseHover=true;

var myMenu1 = new WebFXMenu;
myMenu1.add(new WebFXMenuItem("Начало        ", "main_news_page.php"));
//myMenu1.add(new WebFXMenuItem("Контакти   ", "mainplace.php"));
myMenu1.add(new WebFXMenuItem("IBAN", "mainkontakt.php" ));

var myMenu2 = new WebFXMenu;
//myMenu2.add(new WebFXMenuItem("Селско стопанство", "mainstop.php"));
//myMenu2.add(new WebFXMenuItem("Инфраструктура", "maininfra.php"));

  var mySubMenu = new WebFXMenu;
  mySubMenu.add(new WebFXMenuItem("Индустриални палатки", "main_catalog.php?news_id=2", "Tool tip to show"));
  mySubMenu.add(new WebFXMenuItem("Парти шатри", "main_catalog.php?news_id=1", "Tool tip to show"));
  mySubMenu.add(new WebFXMenuItem("Налични палатки", "mainhotel.php", "Tool tip to show"));
  mySubMenu.add(new WebFXMenuItem("Цени за наем", "mainzaved.php", "Tool tip to show"));
  
  
myMenu2.add(new WebFXMenuItem("Индустриални палатки и шатри", null, null, mySubMenu));


 var mySubMenu1 = new WebFXMenu;
  mySubMenu1.add(new WebFXMenuItem("Павилиони за напитки", "main_catalog.php?news_id=3", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("Павилони имбиси", "main_catalog.php?news_id=4", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("Ремаркета за презентации", "main_catalog.php?news_id=5", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("Контейнери за напитки", "main_catalog.php?news_id=6", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("Контейнери имбиси", "main_catalog.php?news_id=7", "Tool tip to show"));
 mySubMenu1.add(new WebFXMenuItem("Дози", "main_catalog.php?news_id=8", "Tool tip to show"));

 myMenu2.add(new WebFXMenuItem("Павилиони", null, null, mySubMenu1));

var mySubMenu1 = new WebFXMenu;
  mySubMenu1.add(new WebFXMenuItem("URIMAT Standard", "main_items.php?news_number=53", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("Urimat Профилиния", "main_items.php?news_number=54", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("URIMAT Еколиния", "main_items.php?news_number=55", "Tool tip to show"));
  mySubMenu1.add(new WebFXMenuItem("МВ активно почистващо средство", "main_items.php?news_number=56", "Tool tip to show"));
mySubMenu1.add(new WebFXMenuItem("Infoдисплей", "main_items.php?news_number=57", "Tool tip to show"));
myMenu2.add(new WebFXMenuItem("Urimat", null, null, mySubMenu1));
  
var myMenu3 = new WebFXMenu;
myMenu3.add(new WebFXMenuItem("ROKA-Werk GmbH","http://www.roka-werk.de"));
myMenu3.add(new WebFXMenuItem("Much Festservice GmbH & Co KG", "http://www.much-festservice.de" ));
myMenu3.add(new WebFXMenuItem("URIMAT Deutschland AG", "http://www.urimat.de"));
myMenu3.add(new WebFXMenuItem("HALTEC Hallensysteme GmbH", "http://www.haltec.net"));
myMenu3.add(new WebFXMenuItem("E. Missel GmbH & Co. KG", "http://www.missel.de/"));
myMenu3.add(new WebFXMenuItem("Kuhl- und Tiefkuhlzellen GmbH", "http://www.k-u-t.de/"));
myMenu3.add(new WebFXMenuItem("FUN TRADE AG", "http://www.fun-trade.com/"));





var myMenu4 = new WebFXMenu;
myMenu4.add(new WebFXMenuItem("Читалище","mainchit.php"));
myMenu4.add(new WebFXMenuItem("Библиотека", "mainbiblio.php"));
myMenu4.add(new WebFXMenuItem("Самодейни състави","mainsastav.php"));
myMenu4.add(new WebFXMenuItem("Галерия", "maingaleria.php"));
myMenu4.add(new WebFXMenuItem("Литературен клуб", "mainlitera.php"));
myMenu4.add(new WebFXMenuItem("Детски комплекс", "mainchild.php"));
myMenu4.add(new WebFXMenuItem("Театрална трупа", "mainteater.php"));

var myMenu5 = new WebFXMenu;
myMenu5.add(new WebFXMenuItem("История", "mainedu1.php"));
myMenu5.add(new WebFXMenuItem("Детски градини","mainedu2.php"));
myMenu5.add(new WebFXMenuItem("Основни училища", "mainedu3.php"));
myMenu5.add(new WebFXMenuItem("Средни училища", "mainedu4.php" ));
//myMenu5.add(new WebFXMenuItem("Професионални гимназии"));

var myMenu6 = new WebFXMenu;
myMenu6.add(new WebFXMenuItem("В-к Мездра 21 век","mainnewspaper.php"));
myMenu6.add(new WebFXMenuItem("КТ Интерсат", "mainkabel.php"));
myMenu6.add(new WebFXMenuItem("Радио Мездра"));


var myBar = new WebFXMenuBar;
//myBar.add(new WebFXMenuButton("Начало","main_news_page.php", null, null));
myBar.add(new WebFXMenuButton("&nbsp;Global TRS Ltd&&nbsp;&nbsp;", "main_news_page.php", null, myMenu1));
myBar.add(new WebFXMenuButton("&nbsp;&nbsp;Продукти&nbsp;&nbsp;", null, null, myMenu2));
//myBar.add(new WebFXMenuButton("&nbsp;Павилиони&nbsp;&nbsp;", null, null, myMenu3));
myBar.add(new WebFXMenuButton("&nbsp;&nbspПартньори&nbsp;&nbsp;", null, null, myMenu3));
myBar.add(new WebFXMenuButton("&nbsp;&nbspОрганизирани събития&nbsp;", null, null, null));
myBar.add(new WebFXMenuButton("&nbsp;&nbsp;Контакти&nbsp;&nbsp;","maindocum.php?doc_id=../contacts/contacts.php", null, null));


