  var imgObj;

  function over( n )
	{
    if( menuReadyState )
		{
        imgObj = document.images[ "m" + n ];
        xPos = getRealLeft( imgObj );
        yPos = getRealTop( imgObj );
        activateMenu( n, xPos, yPos+imgObj.height );
    }
  }

  function out( n )
	{
  }
