
    function ocultaPopup () {
    	jQuery('#TB_content').hide();
		jQuery('#TB_window, #TB_overlay').hide();
		tb_remove();
    }

    function NavegarCliente() {
        top.location.href = "https://servicios.ono.es/tiendaexclusivaclientes/Login/LoginClientes.aspx";
    	return false;
    }

    function getClientID(ctlName) { // Obtiene el ID generado por ASP.NET - Para que funcione debe llamarse desde el Page_Load: ((tienda)Master).AddClientIDs();
    	var hdnFld = jQuery('#ctlcid_' + ctlName); // Generado en "tienda.master.cs"
    	return ((hdnFld && hdnFld.length > 0) ? hdnFld.attr('value') : false);
    }
