// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

//alert(window.location.pathname);
//var rootpath = window.location.pathname.split("/");
//alert(rootpath[1]);


var MENU_ITEMS = [	
	['Home', '/index.shtml'],
	//['Access Imagery',null, null,	
	//	['Antarctica Sites', '/Antarctica.shtml'],	
	//    ['Arctic Sea Ice Sites', '/ArcticSeaIce.shtml'],
	//	['Domestic U.S. Sites', '/USsites.shtml'],			 
	//	],
	['What\'s New','/gfl_whats_new.shtml'],	     
	['FAQ','/FAQ.shtml'],
	['About','/about.shtml'],
	['Contact Us','/gfl_contact_us.shtml'],		
];


