function ensenya(capa){
				if(document.getElementById(capa).style.display=="block"){
					document.getElementById(capa).style.display="none";
				}else{
					document.getElementById(capa).style.display="block";
				}
			}
			
		function mira(){
			var Url = location.href;
			Url = Url.replace(/.*\?(.*?)/,"$1");
			Variables = Url.split ("&");
			if(Variables.length > 0){
				var m="";
				var idioma="";
				for (i = 0; i < Variables.length; i++) {
					var Separ = Variables[i].split("=");
					if(Separ[1]){
						eval(Separ[0]+'="'+Separ[1]+'";');
					}
				}
				if(m=="ok"){
					document.location.href="#contacte1";
				}else{
					if(m=="ko"){
						document.location.href="#contacte2";
					}
				}
				if(idioma=="ca"){
					canvia(idioma);
				}else{
					if(idioma=="es"){
						canvia(idioma);
					}
				}
			}
		}
	function canvia(idioma){
		document.getElementById('obj_1').movie = 'optimitzada_preloader.swf?idioma=' + idioma;
		if (navigator.appName != "Microsoft Internet Explorer"){
			//document.getElementById('hola').innerHTML="<embed src='optimitzada_preloader.swf?idioma="+idioma+"' quality='high' bgcolor='#ffffff' width='720' height='410' name='web_xml' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
			if(idioma=="es"){document.location.href="index_es.html";}
			if(idioma=="ca"){document.location.href="index.html";}
		}			
		document.getElementById('link_html').href=idioma+'/ilercolor.html';
		//document.getElementById('link_credits').href=idioma+'/credits.html';
		//document.getElementById('link_avis').href=idioma+'/avis.html';
		if(idioma=="es"){
			document.getElementById('link_avis').href="javascript:void(window.open('es/avis.html','legal','width=500, height=200, top=100, left=300, scrollbars=YES, resizable=YES, location=NO'));";
			document.getElementById('link_credits').href="javascript:void(window.open('es/credits.html','legal','width=300, height=500, top=100, left=300, scrollbars=YES, resizable=YES, location=NO'));";
			document.getElementById('link_html').innerHTML="versión html";
			document.getElementById('link_credits').innerHTML="créditos";
			document.getElementById('link_avis').innerHTML="aviso legal";
		}
		if(idioma=="ca"){
			document.getElementById('link_avis').href="javascript:void(window.open('ca/avis.html','legal','width=500, height=200, top=100, left=300, scrollbars=YES, resizable=YES, location=NO'));";
			document.getElementById('link_credits').href="javascript:void(window.open('ca/credits.html','legal','width=300, height=500, top=100, left=300, scrollbars=YES, resizable=YES, location=NO'));";
			document.getElementById('link_html').innerHTML="versió html";
			document.getElementById('link_credits').innerHTML="crèdits";
			document.getElementById('link_avis').innerHTML="avís legal";
		}
	}
onload=mira;
