var urllocal=location.href;
var path = "";
var sense = 0;

path = "rusc/2/2/";

function redirect(){
var sustituirpor="/"+document.formu.idioma.options[document.formu.idioma.selectedIndex].value; 
var localidad=location.href;
var asustituir = "";
var destino = "";
  if(localidad.indexOf("/cat/")>0){
  destino = localidad.replace(/\/cat/g,sustituirpor)
  }
  if(localidad.indexOf("/esp/")>0){
  destino = localidad.replace(/\/esp/g,sustituirpor)
  } 
  if(localidad.indexOf("/eng/")>0){
  destino = localidad.replace(/\/eng/g,sustituirpor)
  }

location.href=destino;  
}


document.write('	<div id="cabecera">');
document.write('		<a target="_parent" href="http://www.uoc.edu/rusc/index.html"><img src="http://www.uoc.edu/'+path+'img/logo_rusc.gif" alt="RUSC" align="left" vspace="0" hspace="0" border="0"></a>');
document.write('		<div id="logoteca"><img src="http://www.uoc.edu/'+path+'img/logoteca.gif" border="0" usemap="#logos"></div>');
document.write('	</div>');
document.write('	<div id="subcabecera"><img src="http://www.uoc.edu/'+path+'img/issn.gif" alt="ISSN" vspace="0" hspace="0"><img src="http://www.uoc.edu/'+path+'img/slogan.gif" usemap="#frase" border="0" alt="Una publicació de la Cátedra Unesco d\'e-learning de la UOC" vspace="0" hspace="0"><img src="http://www.uoc.edu/'+path+'img/contacta.gif" border="0" alt="" vspace="0" hspace="0"><img src="http://www.uoc.edu/'+path+'img/buscador.gif" border="0" alt="" vspace="0" hspace="0"></div>	');
document.write('	<div id="menu"><a target="_parent" href="http://www.uoc.edu/'+path+'index.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana1.gif" border="0" alt="Inicio" vspace="0" hspace="0"></a><a target="_parent" href="http://www.uoc.edu/'+path+'linea.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana2.gif" border="0" alt="Línea editorial" vspace="0" hspace="0"></a><a target="_parent" href="http://www.uoc.edu/'+path+'comite.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana3.gif" border="0" alt="Comité editorial" vspace="0" hspace="0"></a><a target="_parent" href="http://www.uoc.edu/'+path+'guia.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana4.gif" border="0" alt="Guía para colaboradores" vspace="0" hspace="0"></a>');
if (sense==1){
document.write('<img height="40" src="http://www.uoc.edu/'+path+'img/pestana5.gif" border="0" alt="Números anteriores" vspace="0" hspace="0"></a><a target="_parent" href="http://www.uoc.edu/'+path+'subscripcion.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana6.gif" border="0" alt="Subscripción" vspace="0" hspace="0"></div>		');
}else{
document.write('<a target="_parent" href="http://www.uoc.edu/'+path+'numeros.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana5.gif" border="0" alt="Números anteriores" vspace="0" hspace="0"></a><a target="_parent" href="http://www.uoc.edu/'+path+'subscripcion.html"><img height="40" src="http://www.uoc.edu/'+path+'img/pestana6.gif" border="0" alt="Subscripción" vspace="0" hspace="0"></a></div>		');
}
document.write('<map name="frase">');
document.write('<area shape="rect" coords="155,1,253,20" target="_blank" href="http://www.uoc.edu/catedra/unesco/">');
document.write('</map>');
document.write('<map name="logos">');
document.write('  <area shape="rect" coords="63,8,151,32" href="http://www.uoc.edu/" target="_blank">');
document.write('  <area shape="rect" coords="170,3,209,36" href="http://www.uoc.edu/catedra/unesco/esp/" target="_blank">');
document.write('</map>');

