function swap(id,tog) {
	if(document.getElementById) {
		document.getElementById(id).src="assets/images/links/"+id+"_"+tog+".gif";
	}
}