function OpenMenu(id) {
	if (top.bottommenuFrame && top.bottommenuFrame.Open)
		top.bottommenuFrame.Open(id);
}
function CloseMenu() {
	if (top.bottommenuFrame && top.bottommenuFrame.Close)
		top.bottommenuFrame.Close();
}

function ActiveMenuItem() {
	if (top.bottommenuFrame && top.bottommenuFrame.Active)
		return top.bottommenuFrame.Active();
}
