function SetStyle(ref,level, action)
{
	if (ref && level)	
		ref.className= 'menu' + level +'_td' + (action  ? '_active' : ''); 
}

