/* $Revision: 1.21 $ $Date: 2007/10/09 21:50:17 $ */
/*
  --- 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_H_MAIN = [
	['', '/index.shtml?intro.inc', {'sw': 160}],
	['About Us', '/index.shtml?intro.inc', {'sw': 80},
		['Overview', '/index.shtml?intro.inc'],
		['Mission and Values', '/index.shtml?mission.inc'],
		['Our People', '/index.shtml?team.inc'],
		['Contact Us', '/index.shtml?contact.inc']
	],
	['Services', '/services/index.shtml?intro.inc', {'sw': 75},
		['Consulting', '/services/index.shtml?intro.inc'],	
		['XP Development', '/services/index.shtml?xp.inc'],
		['QA Build', '/services/index.shtml?qa.inc', null],
		['CV Review', '/cv/index.shtml?intro.inc', null,
			['Overview', '/cv/index.shtml?intro.inc'],
			['Prices', '/cv/index.shtml?prices.inc'],
			['FAQ', '/cv/index.shtml?faq.inc']
		]
	],
	['Projects', '/solutions/index.shtml?intro.inc', {'sw': 75, 'bw': 180},
		['Overview', '/solutions/index.shtml?intro.inc'],
		['Securities Lending', '/solutions/index.shtml?sbl.inc'],
		['Collateral Management', '/solutions/index.shtml?collateral.inc'],
		['B2B for Barter', '/solutions/index.shtml?avondi.inc'],
		['FX Trading', '/solutions/index.shtml?fx.inc'],
		['FX Options Pricing', '/solutions/index.shtml?options.inc'],
		['Risk Management', '/solutions/index.shtml?risk.inc']
	],
	['Banking Technologies', '/banking/index.shtml?intro.inc', {'sw': 150},
		['Overview', '/banking/index.shtml?intro.inc'],
		['Gloss', '/banking/index.shtml?gloss.inc'],
		['Summit', '/banking/index.shtml?summit.inc'],
		['SWIFT', '/banking/index.shtml?swift.inc'],
		['Regulatory Reports', '/banking/index.shtml?regulatory.inc']
	],
	['Open Source', '/open/index.shtml?intro.inc', {'sw': 100},
		['Overview', '/open/index.shtml?intro.inc'],
		['JBoss', '/open/index.shtml?jboss.inc'],
//		['XP Expertise', '/open/index.shtml?xp.inc'],
		['QALab', '/open/index.shtml?qalab.inc'],
		['ObjectLab Kit', '/open/index.shtml?kit.inc'],
		['StatSVN', '/open/index.shtml?statsvn.inc'],
		['JTreeMap', '/open/index.shtml?jtreemap.inc']
	],
	['Partners', '/partners/index.shtml?ci4t.inc', {'sw': 75},
		['Overview', '/partners/index.shtml?ci4t.inc', null],
		['ci4t', '/partners/index.shtml?ci4t.inc', null]
	],
	['Careers', '/jobs/index.shtml?intro.inc', {'sw': 70},
		['Overview', '/jobs/index.shtml?intro.inc'],
		['Business Analyst', '/jobs/index.shtml?ba.inc'],
		['J2EE Developer', '/jobs/index.shtml?j2ee.inc'],
		['Mule/ESB Developer', '/jobs/index.shtml?mule.inc'],
		['Swing GUI Developer', '/jobs/index.shtml?swing.inc']
	],
	['', '/index.shtml?intro.inc', {'sw': 230}]
];

var MENU_ITEMS_V_SOLUTIONS = [
	['Overview', '/solutions/index.shtml?intro.inc', null],
	['Securities Lending', '/solutions/index.shtml?sbl.inc', null],
	['Collateral Management', '/solutions/index.shtml?collateral.inc', null],
	['B2B for Barter', '/solutions/index.shtml?avondi.inc', null],
	['FX Trading', '/solutions/index.shtml?fx.inc', null],
	['FX Options Pricing', '/solutions/index.shtml?options.inc', null],
	['Risk Management', '/solutions/index.shtml?risk.inc', null]
];

var MENU_ITEMS_V_BANKING = [
	['Overview', '/banking/index.shtml?intro.inc', null],
	['Gloss', '/banking/index.shtml?gloss.inc', null],
	['Summit', '/banking/index.shtml?summit.inc', null],
	['SWIFT', '/banking/index.shtml?swift.inc', null],
	['Regulatory Reports', '/banking/index.shtml?regulatory.inc', null]
];

var MENU_ITEMS_V_OPEN = [
	['Overview', '/open/index.shtml?intro.inc', null],
	['JBoss', '/open/index.shtml?jboss.inc', null],
	['QALab', '/open/index.shtml?qalab.inc', null],
//	['Tomcat', '/open/index.shtml?tomcat.inc', null],
	['ObjectLab Kit', '/open/index.shtml?kit.inc', null],
	['StatSVN', '/open/index.shtml?statsvn.inc', null],
	['JTreeMap', '/open/index.shtml?jtreemap.inc', null]
];

var MENU_ITEMS_V_JOBS = [
	['Overview', '/jobs/index.shtml?intro.inc', null],
	['Business Analyst', '/jobs/index.shtml?ba.inc', null],
	['J2EE Developer', '/jobs/index.shtml?j2ee.inc', null],
	['Mule/ESB Developer', '/jobs/index.shtml?mule.inc', null],
	['Swing GUI Developer', '/jobs/index.shtml?swing.inc', null]
];

var MENU_ITEMS_V_SERVICES = [
	['Consulting', '/services/index.shtml?intro.inc', null],
	['XP Development', '/services/index.shtml?xp.inc'],
	['QA Build', '/services/index.shtml?qa.inc', null],
	['CV Review', '/cv/index.shtml?intro.inc', null,
		['Overview', '/cv/index.shtml?intro.inc'],
		['Prices', '/cv/index.shtml?prices.inc'],
		['FAQ', '/cv/index.shtml?faq.inc']
	]
];

var MENU_ITEMS_V_CV = [
	['Overview', '/cv/index.shtml?intro.inc', null],
	['Prices', '/cv/index.shtml?prices.inc', null],
	['FAQ', '/cv/index.shtml?faq.inc', null]
];

var MENU_ITEMS_V_PARTNERS = [
	['Overview', '/partners/index.shtml?ci4t.inc', null],
	['ci4t', '/partners/index.shtml?ci4t.inc', null]
];

function TMGWrapItemAll(s_caption, n_state) {
	if (s_caption == '') 
		return '&nbsp;'
	else if (this.TMi == 0)
		return ['&nbsp;', s_caption, '&nbsp;<img src="/images/icons/', n_state, 'darrow.gif" width="12" height="12" align="absmiddle">&nbsp;'].join('');
	else if (this.TM4.length > 3)
		return ['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100% class="minner">&nbsp; ', s_caption, '</td><td nowrap>&nbsp;<img src="/images/icons/', n_state, 'rarrow.gif" width=12 height=12 align="absmiddle">&nbsp;</td></tr></table>'].join('');
	return '&nbsp;' + s_caption
}

