var newDefs = new Object;
newDefs.overimg = "redarrow.gif";
newDefs.useclass = "menutext";
newDefs.position = "IMG|m=m;picture|b>b;logo|b<t";
flyDefs (newDefs);

makeLayer ("arrow1", "",
	"This is menu 1", "It should be positioned", "so the top edge is right",
	"under the logo."
);

makeLayer ("arrow2", "",
	"This is menu 2", "It should be centered", "relative to the arrow"
);

makeLayer ("arrow3", "",
	"This is menu 3", "It is quite a long menu", "so it should also be",
	"positioned so the top", "edge is right under the", "logo, but the bottom",
	"edge may come close to", "the bottom of the picture,", "or may even go below it.",
	"If you size and scroll the", "window to try to force the", "bottom of the menu off below",
	"the bottom of the screen,", "it will reposition itself", "by obscuring the logo."
);

makeLayer ("arrow4", "",
	"This is menu 4", "It should be long enough", "to be aligned with the",
	"bottom of the picture, but", "probably won't reach the", "logo."
);
