
function indice(sEnlace) {
	owinVentana = this.open(sEnlace,"indice","width=800,height=600,status=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes");
	owinVentana.focus();
}
function indref(sEnlace) {
	owinVentana = this.open(sEnlace,"obra");
	owinVentana.focus();
}
function obref(sEnlace) {
	owinVentana = this.open(sEnlace,"obra");
	owinVentana.focus();
}
function notref(sEnlace) {
	s=sEnlace;
	i=s.indexOf(".htm");
	if (i!=-1){
		j=(s.substr(i+1)).indexOf(".");
		if (j!=-1){
			p=s.substr(0,i-8)+"p00"+s.substr(i-5,10)+"-["+s.substr(i+6,j-5)+"]-";
	        	owin = this.open(p,"obra");
			}
		o=s.substr(0,i-8)+"p00"+s.substr(i-5);     
       	owin = this.open(o,"obra");
		}
	notas(s);
}
function notas(sEnlace) {
	owinVentana = this.open(sEnlace,"notas","width=700,height=200,status=no,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes");
	owinVentana.focus();
}
function qeq(sEnlace) {
	owinVentana = this.open(sEnlace,"qeq","width=370,height=250,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no");
	owinVentana.focus();
}

function cargar (fichero) 
	{
		window.location=fichero
	}
