﻿// ** INIT.JS ** //

// Copyright 2002-2004, StatueCreative (http://www.statuecreative.com)



// [Globals]

if (typeof(gAtRootLevel)=="undefined") { gAtRootLevel = false; }



var gPathToRoot = (gAtRootLevel) ? "" : "../"

var gGraphPath = gPathToRoot + "assets/images/";



var gSection = 0;

var gSectionTitle = [];

var gSubNavText = [];

var gSubNavLoc = [];

var gSubNavBGColor = [];

var gBttmNavText = [];

var gBttmNavLoc = [];



// [Navigation Buttons]

var gNumNavBttns = 9;

var gNavBttnNames = "nav_";

var gNavBttnW = [53,49,67,95,105,66,66,61,66];

var gNavBttnH = [16,16,16,16,16,16,16,16,16];

var gNavLoc = ["index.html","intro.html","research.html","digital_library.html","group_members.html","facilities.html","affiliates.html","join_us.html","contact.html"];



// [Quick Links (customizable per section)]

var gQLinkSpacer = 60;

var gQLinks = [];

gQLinks[2] = [2,3,4,5];		// intro

gQLinks[3] = [5,6,7,8];		// research

gQLinks[4] = [2,5,7,8];		// digital library

gQLinks[5] = [1,2,5,8];		// group members

gQLinks[6] = [2,3,4,5];		// facilities

gQLinks[7] = [2,3,4,5];		// affiliates

gQLinks[8] = [2,3,4,5];		// join us

gQLinks[9] = [2,3,4,5];		// contact



// [Group Members]

var _memberpwd = "IMPB";

