/* image_rollover.js */


function swap_image(imgsrc,elementid) {
	document.getElementById(elementid).src = imgsrc;
}
