//This varibale will be set to the section number which the user is currently in
var currentSection = 1;
var sectionPage = 0;

//This is the path where all menu images are located
var menuImagePath = "Images/Menu/";
var subMenuImagePath = menuImagePath + "SubMenu/";
var sideMenuImagePath = menuImagePath + "SideMenu/";
var sideMenuWidth = 131;

var pageWidth = 778;
var pageName = "";