// Gallery script.
// With image cross fade effect for those browsers that support it.
// Script copyright (C) 2004 www.cryer.co.uk.
function LoadGallery(pictureName, imageFile)
{
	document.getElementById(pictureName).src = imageFile;
}

