/* *********************/

/* Paypal Button Logic */

/* *********************/

function setPaypalForm(form) {

 urlToImage = webServer + "/gallery/" + AlbumID + "/1/" + ImageID + "/Thumb";

 form.item_number.value = window.location;

  if (document.PhotoOrderForm.item_name.value == "Click the arrow for a list of items")

        {

        document.PhotoOrderForm.item_name.value=printsarray[1];

        }

  PhotoOrderFormShowPrice();

}







function PhotoOrderFormShowPrice()

{

    if (document.PhotoOrderForm.item_name.value != "")

        {

        document.PhotoOrderForm.amount.value=printspricearray[document.PhotoOrderForm.item_name.selectedIndex];

        }





    if (document.PhotoOrderForm.business.value != "soskinp@bellsouth.net")

        {

        document.PhotoOrderForm.business.value='soskinp@bellsouth.net'

        }





}