// JavaScript Document

<!--
function getcart ( selectedtype )
{
  document.paypal.carttype.value = selectedtype ;
  document.paypal.submit() ;
}
-->