

function mnpMenuDir()
{
	return "LTR";
}

function mnpMenuCT()
{
	
	return true;
}

function General_Information()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('Texas Ogallala Summary', 'TXOgallalaSummary.aspx', '', '', '_S1_Node1_S1_Node1');	
	this.items[n++] = new mnpPage('Texas Counties', 'TXCounties.aspx', '', '', '_S1_Node1_S1_Node1');	
	this.items[n++] = new mnpPage('Oklahoma Counties', 'okCounties.aspx', '', '', '_S1_Node1_S1_Node2');	
	this.items[n++] = new mnpPage('New Mexico Counties', 'nmCounties.aspx', '', '', '_S1_Node1_S1_Node3');
	
}

function whatIsGIS()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('Agriculture', 'Agriculture.htm', '', '', '_S1_Node2_S1_Node1');
	this.items[n++] = new mnpPage('Demographic Trends', 'DemographicTrends.htm', '', '', '_S1_Node2_S1_Node2');
	this.items[n++] = new mnpPage('Physical Landscape', 'PhysicalLandscape.htm', '', '', '_S1_Node2_S1_Node3');
}
