<!--
function tmover(id)
{
	if (document.all(id).className!='menutopactive')
	{
		document.all(id).className = 'menutopover'
	}
}
function tmout(id)
{
	if (document.all(id).className!='menutopactive')
	{
		document.all(id).className = 'menutop'
	}
}
-->
