function nsHover()
{
	if(!document.layers) return;

	document.tags.A.textDecoration	= "underline";
	startHover();
}