function checkPayment(value)
{
  if (value == 'paypal')
    hideDiv('cardDetails');
  else
    showDiv('cardDetails');
}