<!--
function emphatize(td, a){
		 td.className="emphatized";
		 a.className="emphatized";
}
function restore(td, a){
		 td.className="normal";
		 a.className="normal";
}
function go(selected){
                if (selected != "null") this.location.href=selected;
}
//-->


