// JavaScript Document

function preloadImgIndex() {
	var imag=new Array()
	imag[0]=new Image()
	imag[0].src="img/buttons/but-home-roll.gif"
	imag[1]=new Image()
	imag[1].src="img/buttons/but-noticias-roll.gif"
	imag[2]=new Image()
	imag[2].src="img/buttons/but-crew-roll.gif"
	imag[3]=new Image()
	imag[3].src="img/buttons/but-media-roll.gif"
	imag[4]=new Image()
	imag[4].src="img/buttons/but-blog-roll.gif"
	imag[5]=new Image()
	imag[5].src="img/buttons/but-press-roll.gif"
	imag[6]=new Image()
	imag[6].src="img/buttons/contact-pie-roll.gif"			
	imag[7]=new Image()
	imag[7].src="img/buttons/newsletter-pie-roll.gif"
	imag[8]=new Image()
	imag[8].src="img/buttons/rss-pie-roll.gif"		
}

function valida(){
	if (document.newsleter.email.value == "") {
		alert("Por favor, introduce tu e-mail para poder recibir el newsletter de Nyahbingi Sound");
	}
	else {
		document.newsleter.submit();
	}
}

function openWindow(galeria) {
	switch(galeria){
		case 'mota08' :
  			window.open ("Mota-2008/index.html","mywindow1","menubar=0,resizable=0,scrollbars=0,width=400,height=519");
		break;
		case 'birthday' :
  			window.open ("Nyahbingi-Birthday-Bash/index.html","mywindow2","menubar=0,resizable=0,scrollbars=1,width=417,height=519");
		break;
		case 'clash08' :
  			window.open ("Soundclash-2008/index.html","mywindow3","menubar=0,resizable=0,scrollbars=1,width=417,height=519");
		break;
		case 'urban' :
  			window.open ("Urban-Party/index.html","mywindow4","menubar=0,resizable=0,scrollbars=0,width=400,height=398");
		break;
		case 'downtown07' :
  			window.open ("Downtown-2007/index.html","mywindow5","menubar=0,resizable=0,scrollbars=1,width=417,height=519");
		break;
		case 'clash07' :
  			window.open ("Soundclash-2007/index.html","mywindow3","menubar=0,resizable=0,scrollbars=1,width=417,height=398");
		break;
		case 'downtown06' :
  			window.open ("Downtown-2006/index.html","mywindow5","menubar=0,resizable=0,scrollbars=1,width=417,height=519");
		break;
		case 'downtown05' :
  			window.open ("Downtown-2005/index.html","mywindow5","menubar=0,resizable=0,scrollbars=1,width=417,height=519");
		break;														
	}			
}