function obrir() {
	if (screen.width == 800){
    window.open('ud1/sco00/sco0fs.htm', 'Contenido', 'toolbar=0,location=1,width=790,height=530,left=0,top=0,screenX=0,screenY=0,directories=0,status=0,menuBar=0,scrollBars=yes,resizable=0,fullscreen=0');

	}
	else{
    window.open('ud1/sco00/sco0fs.htm', 'Contenido', 'toolbar=0,location=1,left=0,top=0,screenX=0,screenY=0,directories=0,status=0,menuBar=0,scrollBars=yes,resizable=1,fullscreen=0');
	}
}

function maximize(){
	top.window.moveTo(0,0);
	if (document.all)
	   { top.window.resizeTo(screen.availWidth,screen.availHeight); }
	else if
	   (document.layers || document.getElementById)
	   {
	   if
		(top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth)
		 { top.window.outerHeight = top.screen.availHeight;
		   top.window.outerWidth = top.screen.availWidth; }
	   }
}



function showBio(id, total, li){


			var totalCasos = 1;
			var currLi = document.getElementById(li);

			while (totalCasos <= total){
				document.getElementById(totalCasos).style.display="none";
				document.getElementById('li'+totalCasos).setAttribute("class", "normal");
				document.getElementById('li'+totalCasos).setAttribute("className", "normal");
				totalCasos++;
			}

			var capa=document.getElementById(id);
			capa.style.display="block";

			currLi.setAttribute("class", "selected");
			currLi.setAttribute("className", "selected");
		}
		

function delayer(){
    window.location = "ud1/sco00/sco0fs.htm";
}

