function minimize(position){  
  $('tr[id^='+ position +']').toggle();
  

}