	//dados de configuração apara exibição das músicas
	function abrirletras(dados,cod){
	 eval("document.getElementById"+"(\"divletras\")"+".style.display=\"block\";");
	 document.getElementById("divconteudoletras").innerHTML = '<iframe frameborder="0" marginheight="0" marginwidth="0" width="400" height="400" scrolling="s" src="./includes/ver_musicas.inc.php?cod='+ cod +'&campo='+ dados +'"></iframe>';
	 	 
	}
	function fecharletras(){
	 eval("document.getElementById"+"(\"divletras\")"+".style.display=\"none\";");
	 	document.getElementById("divconteudoletras").innerHTML = 'Carregando...';
	}

	//dados de configuração apara exibição das músicas
	function abrirmp3(dados,cod){
	 eval("document.getElementById"+"(\"divmp3\")"+".style.display=\"block\";");
	 document.getElementById("divconteudomp3").innerHTML = '<iframe frameborder="0" marginheight="0" marginwidth="0" width="320" height="40" scrolling="n" src="./adm/discografia_musicas/mp32.php?mp3='+ cod +'"></iframe>';
	 	 
	}
	function fecharmp3(){
	 eval("document.getElementById"+"(\"divmp3\")"+".style.display=\"none\";");
	 	document.getElementById("divconteudomp3").innerHTML = 'Carregando...';
	}


	//dados de configuração apara exibição dos vídeos
	function abrirvideos(dados,cod){
	 eval("document.getElementById"+"(\"divvideos\")"+".style.display=\"block\";");
	 document.getElementById("divconteudovideos").innerHTML = '<iframe frameborder="0" marginheight="0" marginwidth="0" width="425" height="344" scrolling="n" src="./includes/ver_musicas.inc.php?cod='+ cod +'&campo='+ dados +'"></iframe>';
	 	 
	}
	function fecharvideos(){
	 eval("document.getElementById"+"(\"divvideos\")"+".style.display=\"none\";");
	 	document.getElementById("divconteudovideos").innerHTML = 'Carregando...';
	}


	//dados de configuração apara exibição as cifras
	function abrircifras(dados,cod,larg){
	 eval("document.getElementById"+"(\"divcifras\")"+".style.display=\"block\";");
	 	 
	 document.getElementById("divconteudocifras").innerHTML = '<iframe frameborder="0" marginheight="0" marginwidth="0" width="550" height="400" scrolling="s" src="./includes/ver_musicas.inc.php?cod='+ cod +'&campo='+ dados +'"></iframe>';
	 	 
	}
	function fecharcifras(){
	 eval("document.getElementById"+"(\"divcifras\")"+".style.display=\"none\";");
	 	document.getElementById("divconteudocifras").innerHTML = 'Carregando...';
	}



