function iniciar(varia)
 {
		window.open("index1.htm","_self","scrollbars=no, menubar=no, resizable=no, height=700, width=900, location=no, status=no");
 }
	
function abrefoto(lafoto)
{
	var lapagina="../fotosweb/"+lafoto;
	window.open(lapagina,"fotos","scrollbars=no, menubar=no, resizable=no,location=no, status=no");
}

function abreweb(pagina,anchura,altura)
	{
		window.open(pagina,"_blank","scrollbars=yes, menubar=yes, resizable=yes");
	}
 
  function abremenu(pagina)
 {
    window.open(pagina,"frm_submenu");
 
	document.getElementById("idlabanda").style.color="ffffff";
	document.getElementById("iddiscografia").style.color="ffffff";
	document.getElementById("idfotos").style.color="ffffff";
	document.getElementById("iddescargas").style.color="ffffff";
	document.getElementById("idenlaces").style.color="ffffff";
	document.getElementById("idnoticias").style.color="ffffff";
	
	
 switch (pagina)
{
	case "labanda":
			window.open("../paginas/labanda.htm","frm_contenido");
			window.open("../paginas/submenu_labanda.htm","frm_submenu");
			window.open("../paginas/conciertos.htm","frm_conciertos");
			document.getElementById("idlabanda").style.color="ff0000";
			break;
	case "discografia":
			window.open("../paginas/discografia.htm","frm_contenido");
			window.open("../paginas/submenu_discografia.htm","frm_submenu");
			window.open("../paginas/conciertos.htm","frm_conciertos");
			document.getElementById("iddiscografia").style.color="ff0000";
			break;
	case "fotos":
			window.open("../paginas/fotos.htm","frm_contenido");
			window.open("../paginas/submenu_vacio.htm","frm_submenu");
			window.open("../paginas/conciertos.htm","frm_conciertos");
			document.getElementById("idfotos").style.color="ff0000";
			break;
	case "descargas":
			window.open("../paginas/descargas.htm","frm_contenido");
			window.open("../paginas/submenu_vacio.htm","frm_submenu");
			window.open("../paginas/conciertos.htm","frm_conciertos");
			document.getElementById("iddescargas").style.color="ff0000";
			break;
	case "enlaces":
			window.open("../paginas/enlaces.htm","frm_contenido");
			window.open("../paginas/submenu_vacio.htm","frm_submenu");
			window.open("../paginas/conciertos.htm","frm_conciertos");
			document.getElementById("idenlaces").style.color="ff0000";
			break;
	case "noticias":
			window.open("../paginas/noticias.htm","frm_contenido");
			window.open("../paginas/submenu_vacio.htm","frm_submenu");
			window.open("../paginas/conciertos.htm","frm_conciertos");
			document.getElementById("idnoticias").style.color="ff0000";
			break;
	default:
			alert("hola defecto");
} 
}
  
function reseteacolordiscos()
{
	document.getElementById("iddiscohotel").style.color="ffffff";
	document.getElementById("iddiscosuite").style.color="ffffff";
	document.getElementById("iddiscosatelite").style.color="ffffff";
}


function reseteacolormiembros()
{
	
	document.getElementById("idlbluis").style.color="ffffff";
	document.getElementById("idlbhector").style.color="ffffff";
	document.getElementById("idlbjesus").style.color="ffffff";
	document.getElementById("idlbjaime").style.color="ffffff";
	document.getElementById("idlbbea").style.color="ffffff";
}


  function abrecontenido(pagina)
 {
	window.open(pagina,"frm_contenido");
	window.open("../paginas/conciertos.htm","frm_conciertos");
	window.open("../paginas/submenu_vacio.htm","frm_submenu");
	
	parent.frm_menu.document.getElementById("idlabanda").style.color="ffffff";
	parent.frm_menu.document.getElementById("iddiscografia").style.color="ffffff";
	parent.frm_menu.document.getElementById("idfotos").style.color="ffffff";
	parent.frm_menu.document.getElementById("iddescargas").style.color="ffffff";
	parent.frm_menu.document.getElementById("idenlaces").style.color="ffffff";
	parent.frm_menu.document.getElementById("idnoticias").style.color="ffffff";
 }
 
  function abresubmenulb(pagina)
 {
 	document.getElementById("idlbluis").style.color="ffffff";
	document.getElementById("idlbhector").style.color="ffffff";
	document.getElementById("idlbjesus").style.color="ffffff";
	document.getElementById("idlbjaime").style.color="ffffff";
	document.getElementById("idlbbea").style.color="ffffff";

	switch (pagina)
{
	case "bea":
			window.open("../paginas/bea.htm","frm_contenido");
			window.open("../paginas/bl_bea.htm","frm_conciertos");
			document.getElementById("idlbbea").style.color="ff0000";
			break;
	case "jesus":
			window.open("../paginas/jesus.htm","frm_contenido");
			window.open("../paginas/bl_jesus.htm","frm_conciertos");
			document.getElementById("idlbjesus").style.color="ff0000";
			break;
	case "hector":
			window.open("../paginas/hector.htm","frm_contenido");
			window.open("../paginas/bl_hector.htm","frm_conciertos");
			document.getElementById("idlbhector").style.color="ff0000";
			break;
	case "luis":
			window.open("../paginas/luis.htm","frm_contenido");
			window.open("../paginas/bl_luis.htm","frm_conciertos");
		document.getElementById("idlbluis").style.color="ff0000";
			break;
	case "jaime":
			window.open("../paginas/jaime.htm","frm_contenido");
			window.open("../paginas/bl_jaime.htm","frm_conciertos");
			document.getElementById("idlbjaime").style.color="ff0000";
			break;
	default:
			alert("hola defecto");
} 
}

  function abresubmenudisco(pagina)
 {
 
 	document.getElementById("iddiscohotel").style.color="ffffff";
	document.getElementById("iddiscosuite").style.color="ffffff";
	document.getElementById("iddiscosatelite").style.color="ffffff";
 
 switch (pagina)
{
	case "suite":
			window.open("../paginas/disco_lsms.htm","frm_contenido");
			document.getElementById("iddiscosuite").style.color="ff0000";
			break;
	case "hotel":
			window.open("../paginas/disco_h.htm","frm_contenido");
			document.getElementById("iddiscohotel").style.color="ff0000";
			break;
	case "satelite":
			window.open("../paginas/disco_ms.htm","frm_contenido");
			document.getElementById("iddiscosatelite").style.color="ff0000";
			break;
	default:
			alert("hola defecto");
} 
}


  function abresubmenudiscodefoto(pagina)
 {
 
 	parent.frm_submenu.document.getElementById("iddiscohotel").style.color="ffffff";
	parent.frm_submenu.document.getElementById("iddiscosuite").style.color="ffffff";
	parent.frm_submenu.document.getElementById("iddiscosatelite").style.color="ffffff";
 
 switch (pagina)
{
	case "suite":
			window.open("../paginas/disco_lsms.htm","frm_contenido");
			parent.frm_submenu.document.getElementById("iddiscosuite").style.color="ff0000";
			break;
	case "hotel":
			window.open("../paginas/disco_h.htm","frm_contenido");
			parent.frm_submenu.document.getElementById("iddiscohotel").style.color="ff0000";
			break;
	case "satelite":
			window.open("../paginas/disco_ms.htm","frm_contenido");
			parent.frm_submenu.document.getElementById("iddiscosatelite").style.color="ff0000";
			break;
	default:
			alert("hola defecto");
} 
}
 
function abrecontactos(pagina)
 {
       window.open(pagina,"_blank","scrollbars=no, menubar=no, resizable=no width=540 height=540");
 }

 
   function seleccionportada(pagina)
 {
 
 switch (pagina)
{
	case "video":
			window.open("http://www.youtube.com/watch?v=MqfVA3kNwxI","_blank");
			break;
	case "itunes":
			window.open("http://itunes.apple.com/us/album/mujer-satelite/id429955507","_blank");
			break;
	case "spotify":
			window.open("http://open.spotify.com/album/4ZPN7ZQ88u8OIwW67PIx9e","_blank");
			break;
	case "laweb":
			window.open("index1.htm","_self");
			break;
	default:
			alert("hola defecto");
} 
}
