function muestraCapa(video, n, t, a) {
	activada = true;
	capa = n+"c";
	foto = n;
	document.getElementById("tituloCapa").innerHTML = t;
	document.getElementById("cliente").innerHTML = a;
	document.getElementById("capa2").style.visibility = "visible";
	document.getElementById("capa1").style.visibility = "visible";
	document.getElementById("contenedor").innerHTML = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='500' height='368' id='FLVPlayer'><param name='movie' value='FLVPlayer_Progressive.swf' /><param name='salign' value='lt' /><param name='quality' value='high' /><param name='scale' value='noscale' /><param name='FlashVars' value='&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=../"+video+"&autoPlay=true&autoRewind=false' /><embed src='FLVPlayer_Progressive.swf' flashvars='&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=../"+video+"&autoPlay=true&autoRewind=false' quality='high' scale='noscale' width='500' height='368' name='FLVPlayer' salign='LT' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}
function muestraCapa2(video, n, t, a) {
	activada = true;
	capa = n+"c";
	foto = n;
	document.getElementById("tituloCapa").innerHTML = t;
	document.getElementById("cliente").innerHTML = a;
	document.getElementById("capa2").style.visibility = "visible";
	document.getElementById("capa1").style.visibility = "visible"
	document.getElementById("contenedor").innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http:/fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='500' height='368' id='fotos' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='../"+video+".swf' /><param name='quality' value='high' /><param name='bgcolor' value='#000000' /><embed src='../"+video+".swf' quality='hig' bgcolor='#000000' width='500' height='368' name='fotos' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http:http://www.macromedia.com/go/getflashplayer' /></object>"
}
function ocultaCapa(ruta) {
	activada = false;
	document.getElementById(eval(foto)).src = bn[foto];
	document.getElementById(capa).style.backgroundColor = '000000';
	document.getElementById(capa).style.color = 'FFFFFF';
	document.getElementById("tituloCapa").innerHTML = "";
	document.getElementById("cliente").innerHTML = "";
	document.getElementById("contenedor").innerHTML = "";
	document.getElementById("titulo").innerHTML = "";
	document.getElementById("capa1").style.visibility = "hidden";
	document.getElementById("capa2").style.visibility = "hidden";
	document.getElementById("background").src = ruta;
}
// JavaScript Document
