// JavaScript Document

function swap(img) {
	var obj = document.getElementById(img);
	//window.alert(img);
	obj.src = '/images/'+img+'_2.gif';
}
