
function listLight(itmId, cName) {
	if(document.getElementById && document.getElementById(itmId)) {
		document.getElementById(itmId).className = cName;
	}
}

function listGo(href) {
	if(href != '')
		window.location = href;
}

/*function listDim(itmId, cName) {
	if(document.getElementById) {
		document.getElementById(itmId).className = "more";
	}
}*/