	//Will change based on language, as longer words/phrases need wider tabs and backgrounds
	var menuWidths = new Array (51, 53, 53, 53, 53, 53); //widths of tab items, don't forget to include borders  (check CSS)
	var menuBGPos = new Array (0, 52, 105, 159, 212, 266); //relative positions of tab items within their container
	var menuPosX = new Array (0, 0, 0, -54, -108, -162); //position of the menu container for each tab
	var menuPosDefault = "51px"; //default relative position of background gradient (check CSS)
	var maxTabCntPos = -162;
