function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','400,450');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 2, mtDropDown.reference.bottomLeft);
  
var menu1 = ms.addMenu(document.getElementById('menu1'));

var menu2 = ms.addMenu(document.getElementById('menu2'));

var menu5 = ms.addMenu(document.getElementById('menu5'));

var menu6 = ms.addMenu(document.getElementById('menu6'));

var menu22 = ms.addMenu(document.getElementById('menu22'));

menu2.addItem('Vadītājiem', 'http://bkpartneri.lv/?content=3');
menu1.addItem('Apmācību programmas', 'http://bkpartneri.lv/?content=7');
menu5.addItem('Konsultācijas un projekti', 'http://bkpartneri.lv/?content=10');
menu6.addItem('Team Building', 'http://bkpartneri.lv/?content=14');
menu22.addItem('Biznesa idejas', 'http://bkpartneri.lv/?content=23');
menu2.addItem('Pārdevējiem', 'http://bkpartneri.lv/?content=4');
menu1.addItem('Atklātie semināri', 'http://bkpartneri.lv/?content=8');
menu22.addItem('Biznesa pārdošana', 'http://bkpartneri.lv/?content=24');
menu22.addItem('Biznesa iegāde', 'http://bkpartneri.lv/?content=25');
menu6.addItem('Team-4 Summer', 'http://bkpartneri.lv/?content=30');
menu6.addItem('Sporta spēles', 'http://bkpartneri.lv/?content=15');
menu2.addItem('Uzņēmuma diagnostika', 'http://bkpartneri.lv/?content=26');
menu1.addItem('Koučings (Coaching)', 'http://bkpartneri.lv/?content=17');
menu6.addItem('Pārgājiens', 'http://bkpartneri.lv/?content=21');
menu5.addItem('2007. - 2013. gada programmas', 'http://bkpartneri.lv/?content=13');
menu2.addItem('Darbinieku novērtēšana', 'http://bkpartneri.lv/?content=27');   mtDropDown.renderAll();
  }
