//Configuration section
//This is a dummy timer (used to overcome a chrome bug)
var nTimer = setInterval(";", 10000000);
clearInterval(nTimer);

//Path to the applications store
var sAppBasePath = "";

//Last javascript dynamically loaded
var goLastScript = null;
var goLastScriptC = null;

//Last CSS dynamically loaded
var goLastCSS = null;

//Names of divs in the layout headers
divLoading = "divLoading";
divBody = "subBody";
divSubPage = "subPage";
divMenu = "divMenu";
divApps = "installed-apps";
divFocus = divBody;
divBG = "BGPD";
divPush = "divPush";
divProfilePic = "profile-pic";
frmPush = "frmPush";
divNotifications = "divNotifications";
divBlackbox = "blackbox";
divMasterBody = "masterBody";
divFooter = "divFooter";
divShadow = "divShadow";

//Flags
bCancelGridInput = true; //Do not allow input to any grid elements which are editable

//Vars
sInputTemp = "";	//Empty to begin with

//Current url loaded
sPageUID = "";
G_TYPE = "app";
G_LOADER = "scSession";
