// JavaScript Document
function showNavi(nn) 
{
	document.getElementById("n"+nn).className="current";
}