// ----------------------------------------------------------------------
// LOCATION CONTROL VARIABLES
// ----------------------------------------------------------------------
LOCATION_NAME = 0;
LOCATION_LISTNUMBER = 1;
LOCATION_HASTIPS = 2;
LOCATION_HASRECIPES = 3;
LOCATION_HASNEWS = 4;

gnLocMax = 0;
var gsLocMatrix = new Array(100);
//                              have their own:        tip? recipes? news?
gsLocMatrix[gnLocMax++] = new Array("middletown", "2", true, true, true);


// ----------------------------------------------------------------------
// NAVIGATION CONTROL VARIABLES
// ----------------------------------------------------------------------
gstTarget = "";
NAV_CATEGORY = 0;
NAV_PAGEHEAD = 1;
NAV_ALIAS = 2;
NAV_URL = 3;
NAV_WIDTH = 4;
NAV_IMGWIDTH = 5;
gnNavMax=0;
var gstNavMatrix = new Array(100);

gstNavMatrix[gnNavMax++] = new Array("eCommerce - Payments", "Online Transactions", "payments", "../publish/payments.shtml", "33%", "150");
gstNavMatrix[gnNavMax++] = new Array("eCommerce - Donations", "Online Transactions", "donations", "../publish/donations.shtml", "33%", "150");
gstNavMatrix[gnNavMax++] = new Array("eCommerce - More Info", "Online Transactions", "more_info", "../publish/more_info.shtml", "33%", "150");

gstNavMatrix[gnNavMax++] = new Array("ENROLLING at BSMS - REGISTRATION", "ENROLLING at BSMS", "registration", "../publish/registration.shtml", "33%", "150");
gstNavMatrix[gnNavMax++] = new Array("ENROLLING at BSMS - NEW STUDENTS", "ENROLLING at BSMS", "new_students", "../publish/new_students.shtml", "33%", "150");
gstNavMatrix[gnNavMax++] = new Array("ENROLLING at BSMS - CLASS SCHEDULE", "ENROLLING at BSMS", "class_schedule", "../publish/class_schedule.shtml", "33%", "150");

gstNavMatrix[gnNavMax++] = new Array("PROGRAMS - STRING INSTRUMENTS", "PROGRAMS", "string", "../publish/string.shtml", "25%", "140");
gstNavMatrix[gnNavMax++] = new Array("PROGRAMS - PIANO", "PROGRAMS", "piano", "../publish/piano.shtml", "25%", "110");
gstNavMatrix[gnNavMax++] = new Array("PROGRAMS - SPECIAL", "PROGRAMS", "special", "../publish/special.shtml", "25%", "200");
gstNavMatrix[gnNavMax++] = new Array("PROGRAMS - EARLY CHILDHOOD", "PROGRAMS", "early_childhood", "../publish/childhood.shtml", "25%", "150");



// ----------------------------------------------------------------------
// LOCATION CONTROL VARIABLES
// ----------------------------------------------------------------------
SHIPPING_NAME = 0;
SHIPPING_FEE = 1;

gnShipMax = 0;
var gstShipMatrix = new Array(10);

