/*
  --- 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_ITEMSPB = [
	['PrecBuilder', '../PrecBuilder/PrecBuilder.htm', null,
		['Product page','../PrecBuilder/PrecBuilder.htm'],
		['Business Case Analysis...', null, null,
			['Adressing business needs','../PrecBuilder/PB01-Needs.htm'],
			['Managing Precedence graphs','../PrecBuilder/PB02-Issues.htm'],
			['Tools & Methodology','../PrecBuilder/PB03-Answer.htm'],
		],
		['PrecBuilder Features','../PrecBuilder/PB05-FuncInfo.htm'],
		['Demo and Evaluation','../PrecBuilder/PB06-Implement.htm'],
		['Licensing Models & Pricing','../PrecBuilder/PB06-Implement.htm#a2'],
		['Implementation Services','../PrecBuilder/PB06-Implement.htm#a3'],
		['Commercial Contact','../PrecBuilder/PB06-Implement.htm#a4'],
	],
];

