/*
	Copyright (c) 2006, Savanah Inc.
	All Rights Reserved.
	
	This file contains common JavaScript functions for the site. 
*/

function changeLink(element, imgStr){
	element.src = 'images/' + imgStr;
}



