// **************************************************************************************
// ** INIT.JS **
// **************************************************************************************

// ****************** PATH VARIABLES ****************************************************
gModGraphPath = "../assets/images/";
gSourceArray = [];

// ****************** CHASER MENU INIT **************************************************
gChaserMenuEnabled = true;

gChaserWH = [173,30];
gChaserMLocs = ["overview","team","research","outreach", "facilities","publications","links","contact","forum"];
gNumChaserBttns = 9;

// **************************************************************************************