/**
 * This source code is owned by Ephibian, Inc.
 * Any use of this software requires the explicit
 * permission of Ephibian, Inc.
 * 
 * Copyright 1997-2008, Ephibian Inc.
 * All Rights Reserved.
 **/
 
function imageSwap(imgName){
	var img = document.getElementById('largeImageContainer').getElementsByTagName('img')[0];
	img.src = "/treefrog/file/" + imgName;
}