<!--
var ruta="../";
//var ruta="http://www.esece.com/"

function irlink(enlace,destino) { //Crear link
	eval(destino+".location.href='"+ruta+enlace+"'");
}

function linkcuerpoder(enlace) { //Crear link para ir a cuerpoXXX
   parent.frames.CuerpoDer.location.href=ruta+enlace
}

function AbrirVentana(enlace,NombreVentana,configVentana) { //Abrir nueva ventana
//  window.open(ruta+enlace,NombreVentana,configVentana);
  window.open(enlace,NombreVentana,configVentana);
}

//function linkmenu(refrescartodo,mnsup,mnlat) { 
//   if (refrescartodo==true) {top.frames.TELFSup_.frames.FramePrincipal.frames.FrameCuerpo.frames.CuerpoIzq.location.href=ruta+mnsup+'/cuerpoMenu.htm'};
//   top.frames.TELFSup_.frames.FramePrincipal.frames.FrameCuerpo.frames.CuerpoDer.location.href=ruta+mnsup+'/cuerpo'+mnlat+'.htm';
//   if (refrescartodo==true) {top.frames.TELFSup_.frames.FramePrincipal.frames.FrameCabecera.location.href=ruta+mnsup+'/cabecera.htm'};
//}

function linkmenu(refrescartodo,mnsup,mnlat) { 
   if (refrescartodo==true) {top.frames.FramePrincipal.frames.FrameCuerpo.frames.CuerpoIzq.location.href=ruta+mnsup+'/cuerpoMenu.htm'};
//   top.frames.FramePrincipal.frames.FrameCuerpo.frames.CuerpoDer.location.href=ruta+mnsup+'/cuerpo'+mnlat+'.htm';
   top.frames.FramePrincipal.frames.FrameCuerpo.frames.CuerpoDer.location.href=ruta+mnsup+'/cuerpo'+mnlat;
   if (refrescartodo==true) {top.frames.FramePrincipal.frames.FrameCabecera.location.href=ruta+mnsup+'/cabecera.htm'};
}

//-->