$(document).ready(function() {
$("div.panel_button").click(function(){$("div#panel").animate({height: "220px"}) .animate({	height: "280px"}, "fast");$("div.panel_button").toggle();});$("div#hide_button").click(function(){$("div#panel").animate({
height: "0px"}, "fast");});});
 //////////////////////////////////////////////////////////////////////////CLIENTES/////////////////////////////////////////
 $(document).click(function () {if ($("#hide:first").is(":hidden")) {$("#hide").slideDown("slow");$('#btn').attr('src','../img/btn-close.png');} else {$("#hide").slideUp('fast');$('#btn').attr('src','../img/btn-todos-clientes.png');}});
  //////////////////////////////////////////////////////////////////////////checks/////////////////////////////////////////
 jQuery(function(){jQuery('input').checkBox();jQuery('#toggle-all').click(function(){jQuery('#example input[type=checkbox]').checkBox('toggle');return false;});jQuery('#check-all').click(function(){jQuery('#example input[type=checkbox]').checkBox('changeCheckStatus', true); return false;});jQuery('#uncheck-all').click(function(){jQuery('#example input[type=checkbox]').checkBox('changeCheckStatus', false); return false;
});});
 //////////////////////////////////////////////////////////////////////////checks/////////////////////////////////////////
function formbeauty(obj,texto){if(obj.value == texto){obj.value= "";}}function formrebeauty(obj, texto){if(obj.value == ''){obj.value= texto;}}    
//////////////////////////////////////////////////////////////////////////////////////////////////////////
	
	
