function gotoGrupo(grupo2){
	grupo = document.selectGrupo.grupo.value;
	location.href='bandasBD.php?id_grupo='+grupo ;		
}

function gotoConcierto(grupo2){
	grupo = document.selectGrupo.grupo.value;
	location.href='conciertosBD.php?id_grupo='+grupo ;		
}

function goTo(page){
	location.href = page;
}

function changeNews(grupo2){
	grupo = document.selectGrupo.grupo.value;
	location.href='newsBD.php?id_grupo='+grupo ;		
}	
					
function MM_openBrWindow(theURL,winName,features) { 
	  var w=window.screen.width; 
	  var h=window.screen.height;
	  var W=465;
	  var H=323;
	  var X=Math.ceil((w-W)/2);
	  var Y=Math.ceil((h-H)/2);   
	  commWin =  window.open(theURL,winName,features); 
	  commWin.focus();
	  commWin.moveTo(X,Y)
}

function MM_openBrWindowVIDEO(theURL,winName,features) { 
	  var w=window.screen.width; 
	  var h=window.screen.height;
	  var W=372;
	  var H=392;
	  var X=Math.ceil((w-W)/2);
	  var Y=Math.ceil((h-H)/2);   
	  commWin =  window.open(theURL,winName,features); 
	  commWin.focus();
	  commWin.moveTo(X,Y)
}

function MM_openBrWindowCARRO(theURL,winName,features) { 
	  var w=window.screen.width; 
	  var h=window.screen.height;
	  var W=510;
	  var H=400;
	  var X=Math.ceil((w-W)/2);
	  var Y=Math.ceil((h-H)/2);   
	  commWin =  window.open(theURL,winName,features); 
	  commWin.focus();
	  commWin.moveTo(X,Y)
}

function openE(web){
	window.opener.focus(); 
	window.opener.location.href = web;
}

function openCHEK(web){
	window.opener.focus(); 
	window.opener.location.href = web;
	self.close();
}

function gotoGrupoEDI(grupo2){
	grupo = document.selectGrupo.grupo.value;
	if(grupo!="*") {
		location.href='edicionesBD.php?veo=banda&id_Banda='+grupo ;
	} else {
		location.href='edicionesBD.php';
	}		
}

function gotoGrupoDISTRI_SELLO(grupo2){
	sello = document.selectGrupo.sello.value;
	location.href='distribucionBD.php?sello='+sello ;		
}

function gotoGrupoDISTRI_FORMATO(grupo2){
	sello = document.selectGrupo.formato.value;
	location.href='distribucionBD.php?formatoSOLO='+sello ;		
}		

function gotoGrupoDISTRI_BANDA(grupo2){
	banda = document.selectGrupo.banda.value;
	location.href='distribucionBD.php?banda='+banda ;		
}	
