function swapImage(path) {

	if (!document.getElementById) {
		return false;
	}

	document.getElementById("swapimage").src = path;

} // function swapImage(path)