<html><head><script type="text/javascript">
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert("No puedes usar en boton derecho en esta pagina");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("No puedes usar el boton derecho en esta pagina.");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
function disableselect(e){
return false}
function reEnable(){
return true}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable}
function ironman(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marca(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
ironman('pelicula');}
function ironmanII(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marcab(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
ironmanII('peliculaII');}
function avatar(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marcac(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
avatar('peliculaIII');}
function toystoryIII(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marcad(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
toystoryIII('peliculaIV');}
function knightrider(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marcae(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
knightrider('peliculaV');}
function tdat(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marcaf(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
tdat('peliculaVI');}
function eddr(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
function marcag(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
eddr('peliculaVII');}
function hola(id){
if (document.getElementById){
var el = document.getElementById(id);
el.style.display = (el.style.display == 'none') ? 'block' : 'none'; }}
window.onload = function(){
hola('musik');}
function mostrar(enla,etik) {
obj = document.getElementById(etik);
obj.style.visibility = (obj.style.visibility == 'hidden') ? 'visible' : 'hidden';}
</script>
</head><body>
<table background="IMG000008.jpg">
<tbody><tr>
<td>
<fieldset><div align="center"><img src="signbot.gif" ></div>
<p><font color="White">tiempo restante</font></p><font color="White">
<form name="Reloj">
<input type="text" size="7" name="tiempo" value="mm:hh:ss" title="Tiempo restante para
finalizar el día">
<script language="JavaScript">
<!--
var tiempoAtras;
updateReloj();
function updateReloj() {
var tiempo = new Date();
var hora = 23-tiempo.getHours();
var minutos = 59-tiempo.getMinutes();
var segundos = 59-tiempo.getSeconds();
tiempoAtras= (hora < 10) ? hora :hora;
tiempoAtras+= ((minutos < 10) ? ":0" : ":") + minutos;
tiempoAtras+= ((segundos < 10) ? ":0" : ":") + segundos;
document.Reloj.tiempo.value = tiempoAtras;
setTimeout("updateReloj()",1000);
}
//-->
</script>
<a onclick="hola('musik')"><input type="button" value="Reproductor" ></a>
<div id="musik">
<embed src="smash.mp3" loop="30" autostart="true" volume="4" width="300" height="60"
controls="smallconsole"></div>
</form>
<hr align="LEFT" size="1" width="200" color="White" noshade="">1
<a style="cursor: pointer;" onmouseover="mostrar(this,'marca'); return false"
onmouseout="mostrar(this,'marca'); return false" onclick="ironman('pelicula');marca
('marca')"><input type="button" value="Iron man"></a>
<div id="marca" style="display: block; visibility: hidden; ">Ver pelicula</div>
<div id="pelicula" style="display: none; ">
</div>
<hr align="LEFT" size="1" width="200" color="White" noshade=""> 2
<a style="cursor: pointer;" onmouseover="mostrar(this,'marcab'); return false"
onmouseout="mostrar(this,'marcab'); return false" onclick="ironmanII('peliculaII');marcab
('marcab')"><input type="button" value="Iron man 2"></a>
<div id="marcab" style="visibility: hidden; ">Ver pelicula</div>
<div id="peliculaII" style="display:none">
<object width="1024" height="439">
</div>
<hr align="LEFT" size="1" width="200" color="White" noshade=""> 3
<a style="cursor: pointer;" onmouseover="mostrar(this,'marcac'); return false"
onmouseout="mostrar(this,'marcac'); return false" onclick="avatar('peliculaIII');marcac
('marcac')"><input type="button" value="Avatar"></a>
<div id="marcac" style="display: block; visibility: hidden; ">Ver pelicula</div>
<div id="peliculaIII" style="display: none; "></div>
<hr align="LEFT" size="1" width="200" color="White" noshade=""> 4
<a style="cursor: pointer;" onmouseover="mostrar(this,'marcad'); return false"
onmouseout="mostrar(this,'marcad'); return false" onclick="toystoryIII('peliculaIV');marcad
('marcad')"><input type="button" value="Toy story 3"></a>
<div id="marcad" style="display: block; visibility: hidden; ">Ver pelicula</div>
<div id="peliculaIV" style="display: none; "></div>
<hr align="LEFT" size="1" width="200" color="White" noshade=""> 5
<a style="cursor: pointer;" onmouseover="mostrar(this,'marcae'); return false"
onmouseout="mostrar(this,'marcae'); return false" onclick="knightrider('peliculaV');marcae
('marcae')"><input type="button" value="knight Rider"></a>
<div id="marcae" style="visibility: hidden; ">Ver pelicula</div>
<div id="peliculaV" style="display:none"></div>
<hr align="LEFT" size="1" width="200" color="White" noshade="">6
<a style="cursor: pointer;" onmouseover="mostrar(this,'marcaf'); return false"
onmouseout="mostrar(this,'marcaf'); return false" onclick="tdat('peliculaVI');marcaf
('marcaf')"><input type="button" value="El dia despues de mañana"></a>
<div id="marcaf" style="display: block; visibility: hidden; ">Ver pelicula</div>
<div id="peliculaVI" style="display: none; "></object></div>
<hr align="LEFT" size="1" width="200" color="White" noshade=""> 7
<a style="cursor: pointer;" onmouseover="mostrar(this,'marcag'); return false"
onmouseout="mostrar(this,'marcag'); return false" onclick="eddr('peliculaVII');marcag
('marcag')"><input type="button" value="El discurso del rey"></a>
<div id="marcag" style="display: block; visibility: hidden; ">Ver pelicula</div>
<div id="peliculaVII" style="display: none; "></div>
</font></fieldset><font color="White">
</font></td>
</tr>
</tbody></table>
</body>
</html>