function prepare_paypal_submit() {

document.paypal.amount.value = document.ot_ol_add.ship_amount.value;
document.paypal.last_name.value=document.ot_ol_add.ship_lastname.value;
document.paypal.first_name.value=document.ot_ol_add.ship_firstname.value
document.paypal.item_name.value = "The Freshwater Trust - Year End Gift";
}

