// Gallery script.
// With image cross fade effect for those browsers that support it.
// Script copyright (C) 2004 www.cryer.co.uk.
// Script is free to use provided this copyright header is included.
function LoadGallery(whl1gallery,imageFile,whl1gallerycaption,captionText)
{
  document.getElementById(whl1gallery).src = imageFile;
  document.getElementById(whl1gallerycaption).innerHTML=captionText;
}

function LoadGallery(whl2gallery,imageFile,whl2gallerycaption,captionText)
{
  document.getElementById(whl2gallery).src = imageFile;
  document.getElementById(whl2gallerycaption).innerHTML=captionText;
}

function LoadGallery(hdlgallery,imageFile,hdlgallerycaption,captionText)
{
  document.getElementById(hdlgallery).src = imageFile;
  document.getElementById(hdlgallerycaption).innerHTML=captionText;
}

function LoadGallery(nhlgallery,imageFile,nhlgallerycaption,captionText)
{
  document.getElementById(nhlgallery).src = imageFile;
  document.getElementById(nhlgallerycaption).innerHTML=captionText;
}

function LoadGallery(ehlgallery,imageFile,ehlgallerycaption,captionText)
{
  document.getElementById(ehlgallery).src = imageFile;
  document.getElementById(ehlgallerycaption).innerHTML=captionText;
}

function LoadGallery(wblgallery,imageFile,wblgallerycaption,captionText)
{
  document.getElementById(wblgallery).src = imageFile;
  document.getElementById(wblgallerycaption).innerHTML=captionText;
}

function LoadGallery(wflgallery,imageFile,wflgallerycaption,captionText)
{
  document.getElementById(wflgallery).src = imageFile;
  document.getElementById(wflgallerycaption).innerHTML=captionText;
}

function LoadGallery(nblgallery,imageFile,nblgallerycaption,captionText)
{
  document.getElementById(nblgallery).src = imageFile;
  document.getElementById(nblgallerycaption).innerHTML=captionText;
}

function LoadGallery(wslgallery,imageFile,wslgallerycaption,captionText)
{
  document.getElementById(wslgallery).src = imageFile;
  document.getElementById(wslgallerycaption).innerHTML=captionText;
}

function LoadGallery(blgallery,imageFile,blgallerycaption,captionText)
{
  document.getElementById(blgallery).src = imageFile;
  document.getElementById(blgallerycaption).innerHTML=captionText;
}

function LoadGallery(nmlgallery,imageFile,nmlgallerycaption,captionText)
{
  document.getElementById(nmlgallery).src = imageFile;
  document.getElementById(nmlgallerycaption).innerHTML=captionText;
}

function LoadGallery(hflgallery,imageFile,hflgallerycaption,captionText)
{
  document.getElementById(hflgallery).src = imageFile;
  document.getElementById(hflgallerycaption).innerHTML=captionText;
}

function LoadGallery(bplgallery,imageFile,bplgallerycaption,captionText)
{
  document.getElementById(bplgallery).src = imageFile;
  document.getElementById(bplgallerycaption).innerHTML=captionText;
}

function LoadGallery(wdbygallery,imageFile,wdbygallerycaption,captionText)
{
  document.getElementById(wdbygallery).src = imageFile;
  document.getElementById(wdbygallerycaption).innerHTML=captionText;
}

function LoadGallery(cplgallery,imageFile,cplgallerycaption,captionText)
{
  document.getElementById(cplgallery).src = imageFile;
  document.getElementById(cplgallerycaption).innerHTML=captionText;
}

function LoadGallery(sfl1gallery,imageFile,sfl1gallerycaption,captionText)
{
  document.getElementById(sfl1gallery).src = imageFile;
  document.getElementById(sfl1gallerycaption).innerHTML=captionText;
}

function LoadGallery(sfl2gallery,imageFile,sfl2gallerycaption,captionText)
{
  document.getElementById(sfl2gallery).src = imageFile;
  document.getElementById(sfl2gallerycaption).innerHTML=captionText;
}
