function rollOver(objLink, imgsrc) {
	objLink.src = imgsrc;
}

function rollOut(objLink, imgsrc) {
	objLink.src = imgsrc;
}

