// JavaScript Document
function openFlyer() {
  window.open ("popUp.htm","mywindow","menubar=0,resizable=0,scrollbars=0,width=700,height=525");
}
function otrosArtstas() {
  window.open ("../otros-artistas.htm","mywindow","menubar=0,resizable=0,scrollbars=0,width=300,height=300");
}
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=640,height=390");
        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=640,height=390");
        break;
     case 'ranking' :
        window.open ("../videos/ranking-soldiers.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=344");
        break;
     case 'opepe' :
        window.open ("../videos/opepe.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=560,height=315");
        break;
     case 'swan' :
        window.open ("../videos/swanbwoy.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=350");
        break;
     case 'wilson' :
        window.open ("../videos/wilson.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=560,height=315");
        break;
     case 'peppers' :
        window.open ("../videos/peppers.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=560,height=315");
        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=640,height=390");
        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=320");
        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 'jah-mali' :
        window.open ("../videos/jah-mali.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=480,height=390");
        break;
     case 'soweto' :
        window.open ("../videos/soweto.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=425,height=345");
        break;	
     case 'freak' :
        window.open ("../videos/freak.html","mywindow","menubar=0,resizable=0,scrollbars=0,width=560,height=315");
        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();
	}
}
