

// 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("Sede", "http://www.rolegal.com/pt/bucareste-sede.html");

		menu2.addItem("Escritório virtual ", "http://www.rolegal.com/pt/escritorio-virtual-romania.html");

		menu2.addItem("Contas bancárias", "http://www.rolegal.com/pt/romenia-conta-bancaria.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("Direito Comercial e Corporativo", "http://www.rolegal.com/pt/romenia-direito-empresarial-e-comercial.html");
		

		menu5.addItem("Contencioso", "http://www.rolegal.com/pt/advogado-contencioso-romenia.html");
		menu5.addItem("Cobrança de Dívidas", "http://www.rolegal.com/pt/cobranca-de-dividas-romenia.html");

		menu5.addItem("Serviços de Consultoria", "http://www.rolegal.com/pt/consultoria-juridica-romenia.html");
		menu5.addItem("As autorizações Especiais e Licenças", "http://www.rolegal.com/pt/autorizacoes-especiais-para-empresas-romenas.html");
			 var submenu1 = menu5.addMenu(menu5.items[4]);
				submenu1.addItem("Licença de Jogo", "http://www.rolegal.com/pt/romenia-licenca-de-jogo.html");
				submenu1.addItem("Licença de Transporte", "http://www.rolegal.com/pt/romenia-licenca-de-transporte.html");
		menu5.addItem("Direito Tributário", "http://www.rolegal.com/pt/advogados-romenia-pratica-areas.html");

		menu5.addItem("Direito Imobiliário", "http://www.rolegal.com/pt/romenia-imobiliario-due-diligence.html");
		menu5.addItem("Direito da Propriedade Intelectual", "http://www.rolegal.com/pt/direito-da-propriedade-intelectual-romenia.html");
					 var submenu2 = menu5.addMenu(menu5.items[7]);
						submenu2.addItem("Registo de Marcas", "http://www.rolegal.com/pt/registo-de-marcas-romenia.html");
						submenu2.addItem("Registo de Desenho Industrial", "http://www.rolegal.com/pt/registro-de-desenho-romenia.html");
						submenu2.addItem("Registo de Patentes", "http://www.rolegal.com/pt/registo-de-patentes-romenia.html");
		menu5.addItem("Fusões & Aquisições", "http://www.rolegal.com/pt/fusoes-e-aquisicoes-romenia.html");
		menu5.addItem("Lei da Imigração", "http://www.rolegal.com/pt/imigracao-romania.html");
					 var submenu3 = menu5.addMenu(menu5.items[9]);
						submenu3.addItem("Visto de Curta Duração", "http://www.rolegal.com/pt/romeno-visto-de-curta-duracao.html");
						submenu3.addItem("Visto de Longa Duração", "http://www.rolegal.com/pt/estadia-de-longa-romeno-visto.html");
						submenu3.addItem("Direito de Residência Permanente", "http://www.rolegal.com/pt/direito-de-residencia-permanente.html");
		menu5.addItem("Romeno Cidadania", "http://www.rolegal.com/pt/romeno-cidadao/cidadania-romena.html");		
		menu5.addItem("Direito do Trabalho", "http://www.rolegal.com/pt/direito-do-trabalho-romenia.html");

		  

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

				submenu0.addItem("Informações Gerais", "http://www.rolegal.com/pt/romenia-formacao-empresa.html");
				submenu0.addItem("Prazo de Empresas", "http://www.rolegal.com/pt/prazo-de-empresa-romania.html");
				submenu0.addItem("Sociedade de Responsabilidade Limitada", "http://www.rolegal.com/pt/romeno-companhia-de-responsabilidade-limitada.html");
				submenu0.addItem("Sociedade Anonima", "http://www.rolegal.com/pt/romeno-sociedade-anonima.html");
				submenu0.addItem("Configurar Ramo", "http://www.rolegal.com/pt/configurar-ramo-romeno.html");
				submenu0.addItem("Configurar Subsidiaria", "http://www.rolegal.com/pt/configurar-subsidiaria-na-romenia.html");
				submenu0.addItem("Configurar Representante Escritorio", "http://www.rolegal.com/pt/configurar-representante-escritorio-na-romenia.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();

	}