function fdin(id){
          $(id).fadeIn('slow');
 }

function fdout(id){
          $(id).fadeOut('slow');
 }

