function swap(param) {
	document.getElementById('clickImage').src=param;
}

function swapAdv(param,el) {
	document.getElementById(el).src=param;
}
