function thumbhover(displayPic, divId) {
	Element.hide(divId);
	new Effect.Appear(document.getElementById(divId));

	document.getElementById(divId).innerHTML = "<img src='" + displayPic +  "' border='0' />";
}