// JavaScript Documentfunction openFlyer() {  window.open ("popUp.htm","mywindow","menubar=0,resizable=0,scrollbars=0,width=308,height=436");}function otrosArtstas() {  window.open ("../otros-artistas.htm","mywindow","menubar=0,resizable=0,scrollbars=0,width=400,height=354");}function openWindow() {  window.open ("http://www.nyahbingicrew.com/fechas060708/fechas060708.html","mywindow","menubar=0,resizable=0,scrollbars=1,width=400,height=500");}function openVideo(artist) {	switch(artist){     case 'chukki' :        window.open ("../videos/chukki-starr.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'bounty' :        window.open ("../videos/bounty-killer.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'benjammin' :        window.open ("../videos/benjammin.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'zuri' :        window.open ("../videos/zuri.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=460,height=340");        break;     case 'ranking' :        window.open ("../videos/ranking-soldiers.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=344");        break;     case 'levy' :        window.open ("../videos/general-levy.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'swan' :        window.open ("../videos/swanbwoy.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'monty' :        window.open ("../videos/monty.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=345");        break;     case 'peppers' :        window.open ("../videos/peppers.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=460,height=340");        break;     case 'bb' :        window.open ("../videos/bb.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=560,height=340");        break;     case 'vegas' :        window.open ("../videos/vegas.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=460,height=340");        break;     case 'bitty' :        window.open ("../videos/bitty.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=345");        break;     case 'ele' :        window.open ("../videos/hermano-ele.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=384,height=314");        break;     case 'tippa' :        window.open ("../videos/tippa-irie.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'derrick' :        window.open ("../videos/derrick-morgan.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=344");        break;     case 'ring-ding' :        window.open ("../videos/ring-ding.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=344");        break;     case 'anthony-b' :        window.open ("../videos/anthony-b.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'beenie' :        window.open ("../videos/beenie-man.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'million' :        window.open ("../videos/million.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'morodo' :        window.open ("../videos/morodo.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");        break;     case 'soweto' :        window.open ("../videos/soweto.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=345");        break;																																				     default :         break;  }}function openAviso() {  window.open ("http://www.nyahbingicrew.com/aviso-legal/aviso-legal.html","mywindow","menubar=0,resizable=0,scrollbars=1,width=450,height=544");}function valida(){	if (document.newsleter.mail.value == "") {		alert("Por favor, introduce tu e-mail para poder recibir el newsletter de NBC");	}	else {		document.newsleter.submit();	}}