/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [

	['Related Sites', null, null,
		['Journals/Maps of trail','http://overlandtrails.lib.byu.edu'],
		['Ancestory Database','http://www.lds.org/churchhistory/library/pioneercompanysearch/1,15773,3966-1,00.html'],
		['Westward Movement Map','http://scriptures.lds.org/chmaps/6'],
		['Mormon Battalion History','http://historytogo.utah.gov/mormonbattln.html'],
		['Mormon Battalion Map','http://www.mormonbattalion.com/history/mapoftrail/trail.html'],
		['Pioneer Stories','http://heritage.uen.org'],

]
];

function openwindowlink() {
newwin = window.open('http://intranet/essbase/index.php','Essbase','width=600,height=400,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes')
}
 