function tdc_doc_abre() {
	top.fcent.portal.rows = "25,*";
	top.fcent.tdc_conten.tapa.cols = "0,*";
	top.fcent.tdc_conten.buscador.rows = "0,*";
	return;
}

function tdc_doc_parte(ancla){
	var destino = top.frames[1].frames[1].frames[2].frames[1];
    destino.location = "../html/"+ancla;
	top.fcent.portal.rows = "25,*";
	top.fcent.tdc_conten.tapa.cols = "0,*";
	top.fcent.tdc_conten.buscador.rows = "0,*";
	return;
}
function tdc_doc_cierra() {
	top.fcent.portal.rows = "0,*";
	top.fcent.tdc_conten.tapa.cols = "*,0";
	top.fcent.tdc_conten.buscador.rows = "35,*";
	return;
}
function tdc_volver() {
 document.location = "barra_volver.html";
 return;
}
function verAyuda(IdPag){
	var opciones = "directories=no,toolbar=yes,location=no,menubar=no,status=no,scrollbars=yes,width=600,height=400";
	var strURL = IdPag;
	var ventana = window.open(strURL, "", opciones);
}

function abrir_codigo(IdPag){
	var opciones = "directories=no,toolbar=yes,location=no,menubar=no,status=no,scrollbars=yes,width=780,height=452";
	var strURL = IdPag;
	var ventana = window.open(strURL, "", opciones);
}

