NS4 = (document.layers) ? true : false;
IE4 = (document.all && !document.getElementById) ? true : false;
IE5 = (document.all && document.getElementById) ? true : false;
NS6 = (!document.all && document.getElementById) ? true : false;
tmp='';img='';sw='';on=false;

etiq1='<div><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000">';
etiq2='</font></div>';
cps=new Array();
//cps[1]='<table width="142" border="0" cellspacing="0" cellpadding="0"><tr><td valign="bottom" class="cpcita"><font class="fcita"><br>La vida... un sistema de fuerzas... N&uacute;trese nuestro esp&iacute;ritu de ondas llegadas de todas partes del Cosmos<br></font></td></tr></table>';
//cps[2]='<table width="142" border="0" cellspacing="0" cellpadding="1"><tr><td valign="middle" class="cpcita"><font class="fcita">Nac&iacute; el 1 de mayo de 1852 en Petilla de Arag&oacute;n, humilde lugar de Navarra, enclavado por singular capricho geogr&aacute;fico en medio de la provincia de Zaragoza</font></td></tr></table>';
cps[3]='<table width="142" border="0" cellspacing="0" cellpadding="0" height="126"><tr><td valign="bottom"><img src="imagen/btns/bot21.gif" width="142" height="13"><br><img src="imagen/btns/bot22.gif" width="142" height="13"><br><img src="imagen/btns/bot23.gif" width="142" height="13"><br><img src="imagen/btns/bot24.gif" width="142" height="14"></td></tr></table>';
cps[4]='<table width="142" border="0" cellspacing="0" cellpadding="0" height="126"><tr> <td valign="bottom"><img src="imagen/btns/bot31.gif" width="142" height="13"><br><img src="imagen/btns/bot32.gif" width="142" height="13"><br><img src="imagen/btns/bot33.gif" width="142" height="13"><br><img src="imagen/btns/bot34.gif" width="142" height="13"><br><img src="imagen/btns/bot35.gif" width="142" height="13"><br><img src="imagen/btns/bot36.gif" width="142" height="13"><br><img src="imagen/btns/bot37.gif" width="142" height="13"><br><img src="imagen/btns/bot38.gif" width="142" height="13"><br><img src="imagen/btns/bot39.gif" width="142" height="14"></td></tr></table>';
//cps[5]='<table width="142" border="0" cellspacing="0" cellpadding="0" height="126"><tr><td valign="bottom" class="cpcita"><font class="fcita">El trabajo mental continuado favorece el crecimiento de las expansiones nerviosas</font></td></tr></table>';
cps[6]='<table width="142" border="0" cellspacing="0" cellpadding="0" height="126"><tr><td valign="bottom" style=""> <img src="imagen/btns/bot41.gif" width="142" height="13"><br><img src="imagen/btns/bot42.gif" width="142" height="14"></td></tr></table>';
//cps[7]='<table width="142" border="0" cellspacing="0" cellpadding="0" height="126"><tr><td valign="bottom" class="cpcita"><font class="fcita">No es la c&aacute;tedra lo que simboliza al maestro, sino el tener escuela</font></td></tr></table>';

function objeto(id){
	if(NS4){obj=document.layers[id];
	}else{
		if(NS6||IE5){obj=document.getElementById(id);}else{obj=document.all[id]}
		}
	return(obj);
}

function poneTip(que,evnt){
	tip=objeto('tipp');
	if(tmp)clearTimeout(tmp);
	x=(IE4 || IE5)? event.clientX+document.body.scrollLeft-35:evnt.pageX-35;
	y=(IE4 || IE5)? event.clientY +document.body.scrollTop+20:evnt.pageY+20;if(y>400)y=350+(y-400);
	if(IE4||IE5){
	tip.style.pixelLeft=x;
	tip.style.pixelTop=y;
	}else{
		if(NS4){tip.left=x;tip.top=y;}
			else{tip.style.left=x;tip.style.top=y}
		}
	txt=etiq1+que+etiq2;
if(NS4){
	tip.document.open();
	tip.document.write(txt);
	tip.document.close();
	tip.visibility='show';
	}else{
		tip.innerHTML=etiq1+que+etiq2
		tip.style.visibility='visible';
		}
}

function borraTip(){
tmp=setTimeout(quitaTip,500);
}

function quitaTip(){
tip=objeto('tipp');
if(NS4){tip.visibility='hide'}else{tip.style.visibility='hidden'};
}
function swap(num){
	a=swap.arguments.length;
	img=document.images[('Image'+num)];
	if((a>1)&&(NS4)){cap=objeto(swap.arguments[1]);img=cap.document.images[('Image'+num)]}
	img.src='imagen/btns/bot'+num+'_r.gif';
	sw=num;
	if((on)&&(a==1))return;
	if(num==6||num==3||num==4){
		cap=objeto('cp1');
		if(NS4){cap.document.open();cap.document.write(cps[num]);cap.document.close();capa=cap}else{cap.innerHTML=cps[num];capa=cap.style}
		capa.visibility=(NS4)?'show':'visible';
		}
}
function reswap(){
	img.src='imagen/btns/bot'+sw+'.gif';
	if(sw<=7){
		capa=objeto('cp1');
		if(!NS4)capa=capa.style;
		capa.visibility=(NS4)?'hide':'hidden';
		}
	sw='';img='';
}
function saberOn(){
	capa=objeto('cp3');if(!NS4)capa=capa.style;
	if(on){capa.visibility=(NS4)?'hide':'hidden';on=false;return}
	on=true;
	capa.visibility=(NS4)?'show':'visible';
}
vGlos=null;
parola='';
function glos(p){
	parola=p;
	dcmnt=(IE5||NS6)?'glosario5.htm':'glosario.htm';
	if (vGlos==null){vGlos=window.open(dcmnt,"GLOSARIO","toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,width=500,height=300")}else{if(vGlos.closed==false){vGlos.close()};vGlos=null;glos(p)}
	vGlos.focus()
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src='imagen/btns/'+a[i];}}
}
function pre(){
	MM_preloadImages('bot1_r.gif','bot2_r.gif','bot3_r.gif','bot4_r.gif','bot5_r.gif','bot6_r.gif','bot7_r.gif','bot8_r.gif','bot9_r.gif','bot10_r.gif','bot21_r.gif','bot22_r.gif','bot23_r.gif','bot24_r.gif','bot31_r.gif','bot32_r.gif','bot33_r.gif','bot34_r.gif','bot35_r.gif','bot36_r.gif','bot37_r.gif','bot38_r.gif','bot39_r.gif','bot41_r.gif','bot42_r.gif');
}
function MM_reloadPage(init) {
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH){location.reload();}
}
var cActivaNum,cRoll,cNum;
var cActiva=null;
function fondu(n){
	cap=(NS4)?document.layers['Layer'+n]:(IE4)?document.all['Layer'+n].style:document.getElementById('Layer'+n).style;
	cRoll=cap;cNum=n;
	if(cActiva==cap)return;
	col=(n>59)?'#FFFFFF':(n>49)?'#990000':(n>29)?'#FFCC99':'#990000';
	if(NS4){cap.bgColor=col}else{cap.backgroundColor=col}
}
function reFondu(n){
	//cap=(NS4)?document.layers['Layer'+n]:(IE4)?document.all['Layer'+n].style:document.getElementById('Layer'+n).style;
	if(cActiva==cRoll)return;
	col=(cNum>49)?'#666666':(cNum>29)?'#FF9900':(cNum>9)?'#000099':'#0099FF';
	if(NS4){cRoll.bgColor=col}else{cRoll.backgroundColor=col}
}
function vis(cP){
	capa=objeto(cP);if(!NS4)capa=capa.style;v=capa.visibility;
	if((v=='show')||(v=='visible')){capa.visibility=(NS4)?'hide':'hidden'}else{capa.visibility=(NS4)?'show':'visible'}
}
function impr(doc){
	vprint=window.open('imprime/'+doc+'.htm','Cajal');
}
function trad(){
}