/** ================================================
 * Ordenacao
 */ 
  function showOrdenar () {
   jQuery('#box_ordenacao').css({height:'780px'});
  }
  function hideOrdenar () {
   jQuery('#box_ordenacao').css({height:'114px'});
  }

  function showOrdenar2 () {
   jQuery('#box_ordenacao2').css({height:'233px'});
  }
  function hideOrdenar2 () {
   jQuery('#box_ordenacao2').css({height:'114px'});
  }

