function nsHover()
{
	if(!document.layers) return;

	/*** define the link hover ***/
	document.tags.A.color          = "blue";
	document.tags.A.backgroundColor= "#a5d8f6";
	startHover();
}
