

// 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("Domicilio social", "http://www.rolegal.com/es/bucarest-domicilio.html");

		menu2.addItem("Oficina virtual", "http://www.rolegal.com/es/rumania-oficina-virtual.html");

		menu2.addItem("Cuentas bancarias", "http://www.rolegal.com/es/cuentas-bancarias.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("Derecho Corporativo y Comercial", "http://www.rolegal.com/es/corporativo-y-derecho-comercial-en-rumania.html");
		menu5.addItem("Fusiones y Adquisiciones", "http://www.rolegal.com/es/empresas-de-derecho-civil/abogados-bucarest-rumania.html");
		menu5.addItem("Litigios", "http://www.rolegal.com/es/abogados-de-litigios-rumania.html");
		menu5.addItem("Derecho de la Propiedad Intelectual", "http://www.rolegal.com/es/propiedad-intelectual-en-rumania.html");
		 var submenu2 = menu5.addMenu(menu5.items[3]);
				submenu2.addItem("Registro de Marca", "http://www.rolegal.com/es/registro-de-marca-rumania.html");
				submenu2.addItem("Registro de Diseno Industrial", "http://www.rolegal.com/es/registro-de-diseno-industrial-rumania.html");
				submenu2.addItem("Registro de Patentes", "http://www.rolegal.com/es/registro-de-patentes-de-rumania.html");
		menu5.addItem("Servicios de Consultoria", "http://www.rolegal.com/es/consultoria-legal-rumania.html");
		menu5.addItem("Licencias de Negocios", "http://www.rolegal.com/es/licencias-de-negocios-de-rumania.html");
		 var submenu1 = menu5.addMenu(menu5.items[5]);
				submenu1.addItem("Licencia de Transporte", "http://www.rolegal.com/es/rumania-licencia-de-transporte.html");
				submenu1.addItem("Licencia Juego de Azaro", "http://www.rolegal.com/es/rumania-licencia-juego-de-azaro.html");
		menu5.addItem("Derecho Tributario", "http://www.rolegal.com/es/empresas-de-derecho-civil/abogados-bucarest-rumania.html");
		menu5.addItem("Derecho Inmobiliario", "http://www.rolegal.com/es/inmobiliarias-de-diligencia-debida-romania.html");
		menu5.addItem("Ley de Inmigracion", "http://www.rolegal.com/es/visados-rumania.html");
		 var submenu3 = menu5.addMenu(menu5.items[8]);
				submenu3.addItem("Visado de Corta Duracion", "http://www.rolegal.com/es/visado-rumano-de-corta-duracion.html");
				submenu3.addItem("Visado de Larga Duracion", "http://www.rolegal.com/es/visados-de-larga-duracion-rumania.html");
				submenu3.addItem("Derecho de Estancia Permanente", "http://www.rolegal.com/es/derecho-de-estancia-permanente-rumania.html");
				
		menu5.addItem("Rumano Ciudadania", "http://www.rolegal.com/es/ciudadano-rumano/rumano-ciudadania.html");		

		menu5.addItem("Ley de Empleo", "http://www.rolegal.com/es/ley-de-empleo-rumania.html");

		  

		 var submenu0 = menu5.addMenu(menu5.items[0]);

				submenu0.addItem("Informacion General", "http://www.rolegal.com/es/rumania-empresa-la-formacion/rumano-empresa.html");
				submenu0.addItem("Empresas ya Establecidas", "http://www.rolegal.com/es/empresas-ya-establecidas.html");
				submenu0.addItem("Sociedad de Responsabilidad Limitada", "http://www.rolegal.com/es/rumano-sociedad-de-responsabilidad-limitada.html");
			    submenu0.addItem("Sociedad Anonima", "http://www.rolegal.com/es/establecer-rumano-sociedad-anonima.html");
				submenu0.addItem("Establecer Sucursal", "http://www.rolegal.com/es/establecer-sucursal-rumana.html");
				submenu0.addItem("Establecer Filial", "http://www.rolegal.com/es/establecer-filial-en-rumania.html");
				submenu0.addItem("Establecer Oficina de Representacion", "http://www.rolegal.com/es/establecer-oficina-de-representacion-en-rumania.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();

	}