

// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 

	// but you can experiment with effect on loadtime.

	if (TransMenu.isSupported()) {



		//==================================================================================================

		// create a set of dropdowns

		//==================================================================================================

		// the first param should always be down, as it is here

		//

		// The second and third param are the top and left offset positions of the menus from their actuators

		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use

		// something like -5, 5

		//

		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner

		// of the actuator from which to measure the offset positions above. Here we are saying we want the 

		// menu to appear directly below the bottom left corner of the actuator

		//==================================================================================================

		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);



		//==================================================================================================

		// create a dropdown menu

		//==================================================================================================

		// the first parameter should be the HTML element which will act actuator for the menu

		//==================================================================================================

		

		//==================================================================================================



		//==================================================================================================

		var menu2 = ms.addMenu(document.getElementById("additional"));

		menu2.addItem("Место регистрации", "http://www.rolegal.com/ru/buharest-zaregistrirovannogo-ofisa.html");

		menu2.addItem("Виртуальный офис", "http://www.rolegal.com/ru/rumyniya-virtualnogo-ofisa.html");

		menu2.addItem("Банковские счета", "http://www.rolegal.com/ru/rumyniya-bankovskogo-scheta.html");

		//==================================================================================================



		//==================================================================================================

		/*var menu3 = ms.addMenu(document.getElementById("servicii"));

		menu3.addItem("Servicii Proprietate Industriala", "http://www.romarkip.ro/servicii-proprietate-industriala.html");

		menu3.addItem("Reprezentare in Instanta", "http://www.romarkip.ro/reprezentare-instanta-proprietate-intelectuala.html");

		*/

		//==================================================================================================



		//==================================================================================================

	/*	var menu4 = ms.addMenu(document.getElementById("news"));

		menu4.addItem("news Nationale", "http://www.romarkip.ro/inregistrare-news-inventie.html#nationale");

		menu4.addItem("news Regionale", "http://www.romarkip.ro/inregistrare-news-inventie.html#regionale");

		menu4.addItem("news Internationalee", "http://www.romarkip.ro/inregistrare-news-inventie.html#internationale");

	*/

		//==================================================================================================



		//==================================================================================================

	var menu5 = ms.addMenu(document.getElementById("practiceareas"));

	

		menu5.addItem("Корпоративные & торговому праву", "http://www.rolegal.com/ru/korporativnogo-i-kommercheskogo prava-v-rumynii.html");
 		menu5.addItem("судебное разбирательство", "http://www.rolegal.com/ru/rumyniya-sudebnye-advokaty.html");
		menu5.addItem("Взыскание долгов", "http://www.rolegal.com/ru/rumyniya-vzyskaniya-dolgov.html");
		menu5.addItem("юридические консультации", "http://www.rolegal.com/ru/yuridicheskaya-konsul-tatsiya-rumynii.html");
		menu5.addItem("Специальных разрешений и лицензий", "http://www.rolegal.com/ru/rumynskii-spetsial-nyh-razreshenii-i-litse-ezii.html");
				 var submenu1 = menu5.addMenu(menu5.items[4]);
					submenu1.addItem("игорные лицензии", "http://www.rolegal.com/ru/rumyniya-azartnye-igry-litse-ezii.html");
					submenu1.addItem("Транспорт лицензии", "http://www.rolegal.com/ru/rumyniya-transport-litse-ezii.html");
		menu5.addItem("Налоговое право", "http://www.rolegal.com/ru/yuristy-raionov-rumyniya-praktika.html");
		menu5.addItem("Недвижимость закона", "http://www.rolegal.com/ru/rumyniya-nedvizhimost-due-diligence.html");
		menu5.addItem("Право интеллектуальной собственности", "http://www.rolegal.com/ru/pravo-intellektual-noi-sobstvennosti.html");
				 var submenu2 = menu5.addMenu(menu5.items[7]);
					submenu2.addItem("регистрация товарного знака", "http://www.rolegal.com/ru/registratsiya-torgovoi-marki-rumynii.html");
					submenu2.addItem("рисунок регистрации", "http://www.rolegal.com/ru/registratsiya-promyshlennyh-risunkov.html");
					submenu2.addItem("регистрации патента", "http://www.rolegal.com/ru/patenty-registratsiya-rumynii.html");
		menu5.addItem("Слияние & Поглощения", "http://www.rolegal.com/ru/korporativnyh-sliyaniyah-i-pogloshcheniyah.html");
		menu5.addItem("Закон об иммиграции", "http://www.rolegal.com/ru/immigratsionnye-rumyniya.html");
				var submenu3 = menu5.addMenu(menu5.items[9]);
					submenu3.addItem("Визы для краткосрочного пребывания", "http://www.rolegal.com/ru/rumynskoi-vizy-dlya-kratkosrochnogo-prebyvaniya.html");
					submenu3.addItem("Виза длительного пребывания", "http://www.rolegal.com/ru/dlitel-noe-prebyvanie-rumynskih-viz.html");
					submenu3.addItem("Постоянное пребывание права", "http://www.rolegal.com/ru/pravo-postoyannogo-prebyvaniya-v-rumynii.html");
		menu5.addItem("Румынское гражданство", "http://www.rolegal.com/ru/rumynskii-grazhdanin/rumynskoe-grazhdanstvo.html");		
		menu5.addItem("Трудовое право", "http://www.rolegal.com/ru/zanyatost-trudovoe-pravo-rumynii.html");

		  

		 var submenu0 = menu5.addMenu(menu5.items[0]);
				submenu0.addItem("Общая информация", "http://www.rolegal.com/ru/rumyniya-kompanii.html");
				submenu0.addItem("Готовые Компании", "http://www.rolegal.com/ru/rumyniya-shelfa-kompaniyei.html");
				submenu0.addItem("Общество с ограниченной ответственностью", "http://www.rolegal.com/ru/rumynskii-obshchestvo-s-ogranichennoi-otvet-stvennost-yu.html");
				submenu0.addItem("Акционерное общество", "http://www.rolegal.com/ru/rumyniya-aktsionernoe-obshchestvo.html");
				submenu0.addItem("Филиал", "http://www.rolegal.com/ru/rumyniya-filiala-kompanii.html");
				submenu0.addItem("вспомогательный", "http://www.rolegal.com/ru/sozdavat-dochernie-predpriyatiya-v-rumynii.html");
				submenu0.addItem("Представительства", "http://www.rolegal.com/ru/nastroika-predstavitel-stvo-v-rumynii.html");

				      

		//==================================================================================================

/*var menu6 = ms.addMenu(document.getElementById("howtoformacompany1"));

		menu6.addItem("Business Licenses", "http://www.romania-company.com/romania-business-licenses.php");

		menu6.addItem("Bank Account ", "http://www.romania-company.com/romania-business-licenses.php");

		menu6.addItem("Taxes", "http://www.romania-company.com/romania-taxes.php"); */

		//==================================================================================================

		// write drop downs into page

		//==================================================================================================

		// this method writes all the HTML for the menus into the page with document.write(). It must be

		// called within the body of the HTML page.

		//==================================================================================================

		TransMenu.renderAll();

	}