function MM_openBrWindow(theURL) {
	window.open(theURL,'MytaxLink','400,450');
}
if(mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 2, mtDropDown.reference.bottomLeft);

			var menu32 = ms.addMenu(document.getElementById('menu32'));
		
				menu32.addItem('Atklātie semināri','http://www.bkpartneri.lv/?content=35');
			
			var menu33 = ms.addMenu(document.getElementById('menu33'));
		
			var menu36 = ms.addMenu(document.getElementById('menu36'));
		
			var menu34 = ms.addMenu(document.getElementById('menu34'));
		
			var menu6 = ms.addMenu(document.getElementById('menu6'));
		mtDropDown.renderAll();}
