/*
 * Output:
 * 
 * 
Protocol: http
Port: -1
Host: www.java2s.com
File: 
Ext:http://www.java2s.com
 */

function initIframe() {
/*document.getElementById("ifLista").width = document.frames.ifLista.document.body.offsetWidth + document.frames.ifLista.document.body.scrollWidth;*/
document.getElementById("ifLista").height = document.frames.ifLista.document.body.offsetHeight;
/*+ document.frames.ifLista.document.body.scrollHeight;*/
}

function ObtenerArchivoURL(StringURL){
	vurl = StringURL.src;
	vfile = vurl.substring(vurl.lastIndexOf('/')+1, vurl.lastIndexOf('.'));
	if (vfile != "FondoNoLamp" ){
		document.writeln(vfile);	
	}else{
		document.writeln("Sin imagen.");
	}
}

function ObtenerArchivoURL2(StringURL){
	vurl = StringURL.src;
	vfile = vurl.substring(vurl.lastIndexOf('/')+1, vurl.lastIndexOf('.'));
	if (vfile != "FondoNoLamp" ){
		vfile = vfile.replace('%',' ');
		vfile = vfile.replace('%',' ');
		vfile = vfile.replace('%',' ');
		vfile = vfile.replace('%',' ');		
		document.writeln(vfile);	
	}else{
		document.writeln("Sin imagen.");
	}
}
function OcultarCargaDiv(){
	document.getElementById("DivCarga").style.visibility= 'hidden';
	window.top.document.getElementById('ifLista').height = window.top.document.frames.ifLista.document.body.scrollHeight;
}

function GenerarVista(){
	/* -- EFECTO DE LAS CAPAS -- */
	window.top.document.getElementById("DivCarga").style.visibility= 'hidden';
	window.top.document.getElementById("DivifLista").style.visibility ='visible';
	window.top.document.getElementById("ifLista").style.visibility ='visible';	
	window.top.document.getElementById("DivContenedor").style.visibility ='visible';	
	/* -- POSICION DE LA LISTA -- */
	var vPostop, vPosLeft, vPosLargo
	var vMargenAltoFijo, vMargenLargoFijo
	vMargenAltoFijo = window.top.document.getElementById("ifLista").height - 16;
	vMargenLargoFijo = 240;
	vPostop = parseInt(window.top.document.body.offsetHeight) - parseInt(vMargenAltoFijo);
	vPostop = parseInt(window.top.document.getElementById("DivAlto").clientHeight) - parseInt(vMargenAltoFijo);
	/*-MARCO PRINCIPAL-*/
	var MargenAltoContenedor
	MargenAltoContenedor = 184 + 32;
	/*-PESTAŅAS DE SUBCARPETAS-*/
	window.top.document.getElementById("DivMarcoImagenes").style.top = MargenAltoContenedor;
	window.top.document.getElementById("DivMarcoImagenes").style.left = vMargenLargoFijo;
	window.top.document.getElementById("DivMarcoImagenes").style.width = window.top.document.body.clientWidth - vMargenLargoFijo;
	window.top.document.getElementById("DivMarcoImagenes").style.height = window.top.document.getElementById("ifCarpetas").style.height;
	window.top.document.getElementById("DivMarcoImagenes").style.visibility = "visible";
	/*-SUBCAPAS-*/
		/*-CAPA TIRA DE IMAGENES-*/
	window.top.document.getElementById("DivifLista").style.top = vPostop;
	window.top.document.getElementById("DivifLista").style.width= window.top.document.body.clientWidth - vMargenLargoFijo;
	window.top.document.getElementById("DivifLista").style.left = vMargenLargoFijo;
	window.top.document.getElementById("ifLista").style.width= window.top.document.body.clientWidth - vMargenLargoFijo;
		/*-CAPA MARCO DE IMAGEN-*/
	window.top.document.getElementById("DivContenedor").style.top = MargenAltoContenedor;
	window.top.document.getElementById("DivContenedor").style.left = vMargenLargoFijo;
	window.top.document.getElementById("DivContenedor").style.height = vPostop - (MargenAltoContenedor + 10);
	window.top.document.getElementById("DivContenedor").style.width= window.top.document.body.clientWidth - vMargenLargoFijo;
	window.top.document.getElementById("ifLista").focus();
}
function IniciarCarga(){
	window.top.document.getElementById("DivCarga").style.left = '260px';
	window.top.document.getElementById("DivCarga").style.top = '300px';
}

function VerSubCarpeta(vSubcarpeta){
	window.top.document.imgContenedor.style.visibility = "hidden";
	window.top.document.getElementById("txtNombre").value = "";
	window.top.document.getElementById("DivCarga").style.visibility = "visible";
	window.top.document.getElementById("ifLista").src = "/Lamparas3/Lista1.asp?Carpeta=" + vSubcarpeta;
	window.top.document.getElementById("ifLista").style.visibility ='hidden';
	window.top.document.getElementById("DivMarcoImagenes").style.visibility = "hidden";
}