function swap(imgName,imgState){
	if (document.images) {document.images[imgName].src=eval(imgState+".src"); }
}