$(document).ready(function() {
  $('tr td:first-child').addClass('firstTd');
  $('.required').append(' <sup class="rqNote">(required)</sup>');
  $('table.specificationTable tbody tr:odd').addClass('row_odd');
  $('table.specificationTable tbody tr:even').addClass('row_even');
  $('.tabDiv').tabs();
});
