$(document).ready(function() {
$('.termsLink').click(function() {
    $('.termsandconds').toggle();
    return false;
  });
});
