function muestravideo(nombre) {
myLightWindow.activateWindow({href:'videos/' + nombre,params:'lightwindow_width=528,lightwindow_height=470,lightwindow_show_images=2'});
}
function apuntate() {
div = document.getElementById('divapuntate');
div.style.display = '';
}
function cerrar() {
div = document.getElementById('divapuntate');
div.style.display='none';
div = document.getElementById('divenviado');
div.style.display='none';
}
function enviado() {
div = document.getElementById('divapuntate');
div.style.display = 'none';
div = document.getElementById('divenviado');
div.style.display = '';
}