
function OverNav(currentTD)
{
	currentTD.className='navover';
}		
function OffNav(currentTD)
{
	currentTD.className='navout';
}

	
