function setPaypalForm(form) {
 urlToImage = webServer + "/gallery/" + AlbumID + "/1/" + ImageID + "/Large";
 form.item_name.value = urlToImage;
}