function abre_link(page)
{
	window.top.frames['central'].location.href = page;
}


function carga(src,num,nom){
	document.imatge.title=nom;
	document.imatge.src=''+src;
	eval("document.i"+anterior).src="../img/blanc.jpg";
	eval("document.i"+num).src="../img/marca.jpg";
	anterior=num;
}
function estils_over(op){

	eval("td"+op).className="links_ciutats_down";
	eval("link"+op).className="links_ciutats_down";

}
function estils_out(op){

	eval("td"+op).className="links_ciutats_up";
	eval("link"+op).className="links_ciutats_up";

}

function ventanaSecundaria (URL){
window.open(URL,"ventana1","width=460, height=350, scrollbars=yes, menubar=no, location=no, resizable=yes")
}

function print_pop(){
window.print();
}

function accedir(){
	var entrar=true;
	var nacionalitat=document.getElementById("Nacionalidad").value
	var residencia=document.getElementById("residencia").value;
	var aces=document.getElementById("aceso").value;

if(nacionalitat !="seleccionar" && residencia !="seleccionar"  && aces!="seleccionar"){
	if(nacionalitat=="canada" || nacionalitat =="estadosunidos" || nacionalitat=="japon"){
		entrar=false;
	}
	if(residencia=="canada" || residencia =="estadosunidos" || residencia=="japon"){
		entrar=false;
	}
	if(aces=="canada" || aces =="estadosunidos" || aces=="japon"){
		entrar=false;
	}
}else{
	entrar=false;
}
setCookie("Acceso",entrar);
if(entrar==true){
	var dire=getCookie("PAG");
	window.location.href=dire;

}else{
	window.location.href="no_entry.html";

}
}


function setCookie(name,value){
	//document.cookie= name + "=" + escape(value);

	expiredays=360;
var ExpireDate = new Date ();
  ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 24 * 3600 * 1000));

<!-- A continuacion se almacena la cookie asignado los valores pertinentes al objeto "document.cookie". La fecha se ajusta a la del meridiano de Greenwich ->

//if(document.cookie.length >0){
	//var	path="/";
  document.cookie = name + "=" + escape(value) +
  ((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString()) + "; path=/";

//}
}
function getCookie(Name){
	var search= Name + "=";
	if(document.cookie.length >0){
		offset=document.cookie.indexOf(search);
		if(offset != -1){
			offset +=search.length;
			end= document.cookie.indexOf(";",offset);
			if(end==-1){end= document.cookie.length;}
			return unescape(document.cookie.substring(offset,end));
		}
	}
}

function goToPage(dire){
		window.top.frames['central'].location.href=dire;
		/*document.cookie= "PAG" + "=" + escape(dire);
		var acceso= getCookie("Acceso");
		if(acceso=="false"){
			//window.open("restriccion_acceso.html","ventana1","width=460, height=350, scrollbars=yes, menubar=no, location=no, resizable=no");
			window.top.frames['central'].location.href="restriccion_acceso.html";
		}else if(acceso=="true"){
			window.top.frames['central'].location.href=dire;
		}else{
			//window.open("restriccion_acceso.html","ventana1","width=460, height=350, scrollbars=yes, menubar=no, location=no, resizable=no");
			window.top.frames['central'].location.href="restriccion_acceso.html";
		}*/
}

function goToPage2(dire){
		window.top.frames['central'].location.href=dire;
		/*document.cookie= "PAG" + "=" + escape(dire);
		var acceso= getCookie("Acceso");
		if(acceso=="false"){

			if(window.top.frames['central']){
				window.top.frames['central'].location.href="restriccion_acceso.html";
			}else{
				window.location="no_entry.html";
			}
		}else if(acceso=="true"){
			//**//*/
		/*}else{
			if(window.top.frames['central']){
				window.top.frames['central'].location.href="restriccion_acceso.html";
			}else{
				window.location="no_entry.html";
			}
		}*/
}

function writeFlash (cadena) {
	document.write(cadena);	
}

