function swapImage(id, img) {
	if (document.images) {
		document.images[id].src = eval(img + ".src")
	 }
}