// JavaScript Document

	function aviso() {
		 alert("EN CONSTRUCCION" + '\n' + "-------------------------" + '\n' + "Nuestro equipo est\u00e1 trabajando para poner a su" + '\n' + "disposici\u00f3n esta secci\u00f3n en el menor tiempo posible." + '\n\n' + "Disculpen las molestias.");
	}
	
	function aviso_cat() {
		 alert("EN CONSTRUCCIÓ" + '\n' + "-------------------------" + '\n' + "El nostre equip est\u00E0 treballant per a posar" + '\n' + " a la vostra disposici\u00f3 aquesta secci\u00f3 en el menor temps possible." + '\n\n' + "Disculpeu les molèsties.");
	}
	
	function aviso_aleman() {
		 alert("IM AUFBAU" + '\n' + "-------------------------" + '\n' + "Unser Team arbeitet derzeit an dieser Sektion, um sie" + '\n' + "Ihnen baldm\u00f6glichst zur Verf\u00fcgung stellen zu k\u00f6nnen." + '\n\n' + "Bitte entschuldigen Sie die Umst\u00e4nde.");
	}
	
	function aviso_eng() {
		 alert("UNDER CONSTRUCTION" + '\n' + "-------------------------" + '\n' + "Our team is working to make this section available as soon as possible." + '\n\n' +  "We apologise for the delay.");
	}
	
	function aviso_fr() {
		 alert("EN CONSTRUCTION" + '\n' + "-------------------------" + '\n' + "Nous travaillons afin que le site soit accessible dans les plus brefs délais." + '\n\n' +  "Veuillez-nous excusez pour les inconvénients.");
	}
	
	function bandera_es_cn() {
		alert("Atenci\u00f3n" + '\n' + "-------------------------" + '\n' + "Para visualizar correctamente las p\u00e1ginas en el idioma seleccionado, necesitar\u00e1" + '\n' + "tener instalada la compatibilidad con idiomas asi\u00e1ticos en su sistema operativo.");
		window.location = "http://www.uniconsult.com.cn/";		
	}
	
	function bandera_eng_cn() {
		alert("Attention" + '\n' + "-------------------------" + '\n' + "In order to correctly view these pages in the selected language, you need to install" + '\n' + "the compatibility software for Asiatic languages onto your operating system.");
		window.location = "http://www.uniconsult.com.cn/";		
	}
	
	function bandera_cat_cn() {
		alert("Atenci\u00f3:" + '\n' + "-------------------------" + '\n' + "Per a visualitzar correctament les p\u00E0gines en en l'idioma seleccionat, necessitar\u00E0" + '\n' + "tenir instal·lada la compatibilitat amb idiomes asi\u00E0ticos en el seu sistema operatiu.");
		window.location = "http://www.uniconsult.com.cn/";		
	}
	
	function bandera_ger_cn() {
		alert("Um diese Seiten in der ausgewählten Sprache richtig anzeigen zu können, müssen Sie" + '\n' + "die Kompatibilität mit asiatischen Sprachen über Ihr Betriebssystem installiert haben.");
		window.location = "http://www.uniconsult.com.cn/";		
	}
	
	function bandera_fra_cn() {
		alert("Attention :" + '\n' + "-------------------------" + '\n' + "Pour une bonne visualisation du site en chinois, veuillez installer" + '\n' + "le logiciel de reconnaissance des langues asiatiques.");
		window.location = "http://www.uniconsult.com.cn/";		
	}