function submitform()
{
  document.buynow.submit();
}

function submitcheckoutform()
{
  document.checkoutForm2.submit();
}
