// Get positions for section buttons
	POSSIBLE_MENU_COUNT =5;
	var topPosition = 101;
	TOTAL_BUTTON_WIDTH = 500;
	for (i=1;i<=POSSIBLE_MENU_COUNT;i++) {
		eval('var arMenu' + i + ' = ""');
	}
	BUTTON_SPACING = 110;

	