function displayDiv(id) {
	
	document.getElementById("highlightIMG").src = "/_img/pics/hightlights/"+id+".jpg";
	
}