/*
  Additional third parameter is added for item scope settings.
  This structure is compatible with Tigra Menu GOLD.
*/
var MENU_ITEMS = 
[
	['Back',"javascript:history.back();"],
    ['Home','http://faldersons.net/index.html'],
	['Overview','http://faldersons.net/Overview/Overview.html'],
	['Publications','http://faldersons.net/Publications/Publications.html'],
	['Software','http://faldersons.net/Software/Software.html'],
	['Links','http://faldersons.net/Links/Links.html'],
	['Contact', 'http://faldersons.net/Contact/Contact.html']
];

