// JavaScript Document

<!--

function sideLinkOn(itm) {
	document.getElementById(itm).style.backgroundColor = "#CAE98F";
}
function sideLinkOff(itm) {
	document.getElementById(itm).style.backgroundColor = "#A6DB45";
}

-->

