// ----------------------------------------------------------------------
// 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("Online Transactions - Donations", "Online Transactions", "donations", "../publish/donations.shtml", "25%", "150");
gstNavMatrix[gnNavMax++] = new Array("Online Transactions - Event", "Online Transactions", "events_ecomm", "../publish/events_ecomm.shtml", "25%", "150");
gstNavMatrix[gnNavMax++] = new Array("Online Transactions - Shop Online", "Online Transactions", "shop_online", "../publish/shop_online.shtml", "25%", "150");
gstNavMatrix[gnNavMax++] = new Array("Online Transactions - More Information", "Online Transactions", "more_info", "../publish/more_info.shtml", "25%", "150");


// ----------------------------------------------------------------------
// LOCATION CONTROL VARIABLES
// ----------------------------------------------------------------------
SHIPPING_NAME = 0;
SHIPPING_FEE = 1;

gnShipMax = 0;
var gstShipMatrix = new Array(10);

