function setBB_BuyButtonForm(form) {
 urlToImage = webServer + "/gallery/" + AlbumID + "_" + AlbumKey + "/1/" + ImageID + "_" + ImageKey + "/Large" + "   " + photoInfo[ImageID]['fileName']; form.item_option_description_1.value = urlToImage;
 form.item_option_description_2.value = urlToImage;
 form.item_option_description_3.value = urlToImage;
 form.item_option_description_4.value = urlToImage;
 form.item_option_description_5.value = urlToImage;
}


/*============================*/
/*== Virtual Gallery Pages ==*/
/*============================*/

function hasPath(sPath)
{
 re = new RegExp("\/" + sPath + "(\/|$)");
 return re.test(window.location)
}



function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_4510233"))
  {
    var objElement = YD.get("comment")
    if (objElement != null)
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'guestbook');
      objElement.innerHTML = str;
    }
  }
}



YE.onAvailable("comment", ModifyText);

filmstripMove = 1;



function doOnLoad() {
  if (window.AlbumID && (window.AlbumID == "4985813")) //
  removeLinkFromImg();
}

function removeLinkFromImg() {
  oList = YD.getElementsByClassName("photo", "div");

  for (i=0; i < oList.length ; i++) {
    if (oList[i].childNodes) {
      oList[i].firstChild.removeAttribute("href");
      oList[i].firstChild.firstChild.removeAttribute("alt");
      oList[i].firstChild.firstChild.removeAttribute("title");
    }
  }
}

