<!-- hide JavaScript from older browsers / popup centrato con scrollbar
	var scw = screen.availWidth
	var sch = screen.availHeight
    function openWin(name,nameWin,h,w) {
		aawindow = window.open(name, nameWin,"left="+((scw/2)-(w/2))+",top="+((sch/2)-(h/2))+",width="+w+",height="+h+",scrollbars=yes,resizeable=no")
			}
			
// foto gallery canyoning

function LoadGallery(pictureName,imageFile)
{
  if (document.all)
  {
    document.getElementById(pictureName).style.filter="blendTrans(duration=1)";
    document.getElementById(pictureName).filters.blendTrans.Apply();
  }
  document.getElementById(pictureName).src = imageFile;
  if (document.all)
  {
    document.getElementById(pictureName).filters.blendTrans.Play();
  }

}			
			
//  End -->