var grupoActual=0;
var selectActual=0;
// Posici&oacute;n botones
function seccion(p){
vy=p;
if(document.all && !document.getElementById) {
 		document.all['secciones'].style.backgroundPosition="0px "+vy+"px";
} else {
		document.getElementById('secciones').style.backgroundPosition="0px "+vy+"px";
}
}

function modificarStilo(p){
	for(i=1;i<tope;i++){
	combinado="img"+i;
	if(document.all && !document.getElementById) {
	document.all[combinado].style.border="#5a5a5a solid 2px";
	}else{
	document.getElementById(combinado).style.border="#5a5a5a solid 2px";
	}	
	}
	combinado="img"+p;
	selectActual=p;
	if(document.all && !document.getElementById) {
 		document.all[combinado].style.border="#FFFFFF solid 2px";
	} else {
		document.getElementById(combinado).style.border="#FFFFFF solid 2px";
	}	
}

function modificarStiloOut(p,as){
	combinado="img"+p;
	ass="#5a5a5a";
	if(as=="1"){
	ass="#FFFFFF";
	}
	if(selectActual!=p){
	if(document.all && !document.getElementById) {
 		document.all[combinado].style.border=ass+" solid 2px";
	}else{
		document.getElementById(combinado).style.border=ass+" solid 2px";
	}		
	}
}

// html en capa
function descripcion(objId,x,newText) { //v9.0

objId="descripcion";
newText="x | "+newText;

  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
    with (obj) innerHTML = unescape(newText);
}

// varibles flash
function NuevoGrupo(g){
	if(g!=grupoActual){
	grupoActual=g;
	if(window.home) window.document["home"].SetVariable("actual", g);
	if(document.home) document.home.SetVariable("actual", g);
		}
	}

function biografia(cual){
var anch=800;
var alt=400;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('elgrupo/'+cual+'.html','ElGrupo','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt);
}

function concierto(){
var anch=700;
var alt=494;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('concierto.html','Concierto','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt);
}


function noticias(){
var anch=310;
var alt=127;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('noticias1.php','Noticias','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt);
}

function recomienda(){
var anch=310;
var alt=225;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('recomienda1.php','Recomienda','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt);
}

function escribir(){
var anch=310;
var alt=215;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('envia.php','Envia','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt);
}


function letras(){
var anch=420;
var alt=425;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('letras.html','Letras','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt+',scrollbars=yes');
}

function tlegal(){
var anch=420;
var alt=425;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('texto.html','Texto','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt+',scrollbars=yes');
}

function caratula(){
var anch=654;
var alt=300;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('portada.html','caratula','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt);
}

function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
      return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}

function parar()
{
     var flashMovie=getFlashMovieObject("reproductor");
     flashMovie.SetVariable("parar",1);
}