
function hl(obj, stat) {
	obj.src = stat ? obj.src.replace(/silonav_off/, "silonav_on") : obj.src.replace(/silonav_on/, "silonav_off");
}