var ancho=10; function mostrarVideoprincipal(pelicula, nombrePeli) { anchoFlash=853; alturaNavegador =getbrowserheight(); if (document.body.scrollHeight'; //pelicula.write("flashcontent"); 385px. document.getElementById("contenedorVideo").innerHTML=objetoFlash; document.getElementById("fondoVideo").style.height=alturaTotal+"px"; document.getElementById("contenedorVideo").style.left=(document.body.scrollWidth-anchoFlash)/2+"px"; document.getElementById("fondoVideo").style.display="inline"; document.getElementById("fondoVideo").style.visibility="visible"; document.getElementById("contenedorVideo").style.display="inline"; document.getElementById("contenedorVideo").style.visibility="visible"; } function mostrarVideoAyuda(pelicula, nombrePeli) { anchoFlash=626; alturaNavegador =getbrowserheight(); if (document.body.scrollHeight'; //pelicula.write("flashcontent"); 385px. document.getElementById("contenedorVideo").innerHTML=objetoFlash; document.getElementById("fondoVideo").style.height=alturaTotal+"px"; document.getElementById("contenedorVideo").style.left=(document.body.scrollWidth-anchoFlash)/2+"px"; document.getElementById("fondoVideo").style.display="inline"; document.getElementById("fondoVideo").style.visibility="visible"; document.getElementById("contenedorVideo").style.display="inline"; document.getElementById("contenedorVideo").style.visibility="visible"; } function cerrarVideo() { document.getElementById("fondoVideo").style.display="none"; document.getElementById("fondoVideo").style.visibility="hidden"; document.getElementById("contenedorVideo").style.display="none"; document.getElementById("contenedorVideo").style.visibility="hidden"; document.getElementById("contenedorVideo").innerHTML=" "; //cortinaUp(); } function getbrowserwidth() { if (navigator.userAgent.indexOf("MSIE") > 0) return(document.body.clientWidth); else return window.outerWidth; } function getbrowserheight() { if (navigator.userAgent.indexOf("MSIE") > 0) return(document.body.clientHeight); else return(window.outerHeight); }