function testme()
{
    var p= document.getElementById('head_txtmail_txtSeguridad').value;
    if(p!='Email')
    {
    document.getElementById("cajapass").style.display="";
    }
}
   function setimg ()
     {
      document.getElementById("btnbuscarnooise").src="Estilos/img/btnbuscar2.gif";
     }
     function setbo(dgh)
     {
     alert(dgh);
      document.getElementById(dgh).style.fontWeight='bold';
     }
           function tapa()
        {
            var control = document.getElementById('cancion');
            //var boton = document.getElementById('btnElige');
            var noo = document.getElementById('nooising');
            control.style.backgroundColor='white';
            control.style.visibility='visible';
            control.style.display = 'block';
            //control.style.left='188px';
            
            var altura=screen.height;

            if(altura < document.body.scrollHeight)
            {
            altura=document.body.scrollHeight;
            }
            control.style.height = altura +"px";
            control.style.width = document.body.scrollWidth +"px";
            //backgroundDiv.style.position = "absolute";
            control.style.left ="0px";
            control.style.top ="0px"; 
            
            //boton.disabled =true;
            noo.style.visibility='visible';
            noo.style.display = 'block';
            noo.style.left='276px';
        }
//        function tapaVideo()
//        {
//            var control = document.getElementById('cancion');
//            var boton = document.getElementById('btnElige');
//            var noo = document.getElementById('nooising');
//            control.style.backgroundColor='white';
//            control.style.visibility='visible';
//            control.style.display = 'block';
//            control.style.left='488px';
//            boton.setAttribute('enabled',false);
//            noo.style.visibility='visible';
//            noo.style.display = 'block';
//            noo.style.left='576px';
//        }
//        function tapaArtis()
//        {
//            var control = document.getElementById('cancion');
//            var boton = document.getElementById('btnElige');
//            var noo = document.getElementById('nooising');
//            control.style.backgroundColor='white';
//            control.style.visibility='visible';
//            control.style.display = 'block';
//            control.style.left='788px';
//            boton.setAttribute('enabled',false);
//            noo.style.visibility='visible';
//            noo.style.display = 'block';
//            noo.style.left='876px';
//        }
        function muestravotos(capa)
        {
            var div = document.getElementById(capa);
            div.style.display = 'block';
        }
        function ocultavotos(capa)
        {
           var div = document.getElementById(capa);
           div.style.display = 'none';
        }
         //this function will clear only the default text of input field
        function clearText(thefield)
         {
           // if (thefield.defaultValue == thefield.value)
                thefield.value = ""
         }
         function lanzadera(xvx)
         {
$.get(xvx,
function parseXML(xml) {
var results = [];
$(xml).find('PIC').each(function() {
var text = $.trim($(this).find('NOMBRE').text());
var value ='artistas.aspx?pmo=0&cad=' + $.trim($(this).find('NOMBRE').text());
results[results.length] = {'result': value, 'value': text
};
});

var input = $('input#txtsetparametros');
input.autocomplete(results, {
delay:10,
minChars: 0,
formatItem: function(data) {
return $(data).val() ;
},

}).result(function(event, data) {
//location.href = $(data).attr('result');

});
});


 } 
 function muestraglobo(idfan)
{
document.getElementById(idfan).style.display="";
}
function ocultaglobo(idfan)
{
document.getElementById(idfan).style.display="none"; 
}
function muestraglobo()
{
    document.getElementById("dtconciertos_ctl03_pnlcomentario").style.display="";
}
function ocultaglobo()
{
    document.getElementById("dtconciertos_ctl03_pnlcomentario").style.display="none"; 
}          