$(document).ready(function () {
							
      $('a.terms').click(function(){
      window.open(this.href,'','height=440,width=440,left=30,top=30,resizable=yes,scrollbars=yes,toolbar=no,status=no');
      return false;
      });
	  		   
  
});