rightClickWarning = "Op deze foto's is Copyright van toepassing, als u deze foto's wilt gebruiken op uw website neem dan contact op met info@numberseven.nl"; // ========================================
// == Paypal shopping functionality ==
// ========================================
function setPaypalForm(form) {
urlToImage = AlbumID + photoInfo[ImageID]['fileName'];
i = form.photoselection.selectedIndex

sPhotoType = form.photoselection.options[i].text;
sPhotoPrice = form.photoselection.options[i].value;
urlToImage = urlToImage + " " + sPhotoType ;
form.item_name.value = urlToImage;
form.amount.value = sPhotoPrice;
}