function swapimg (obj) {
	var el = document.getElementById ("imp");
	if (!el)
		return;
	el.src = obj.src;
}
