/*
Human Element Inc
3/23/2010
Gregg Milligan
*/

function replace_img_with(replaceImageName,replaceWithPath)
{
	document[replaceImageName].src = replaceWithPath;
}
