function ventana_abrir(URL,nombre) { window.open(URL,nombre,"width=347,height=395"); } function pagina_abrir(pagina){ window.open(pagina,'Datos','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=500, height=450, left=300, top=100'); } function Download() { var URL = "http://www.homeoffun.com/downloads/CF14A5/americacasinos.exe"; document.location.href = URL; } function alert_entrada() { if(confirm('¿Desea descargar nuestros JUEGOS DE CASINO GRATIS mientras navega por nuestro sitio?')){Download();} }