/* Tigra Menu items structure  -- 5 buttons--4@179, 1@178 -- 4 buttons--3@224, 1@223*/

var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'148'}],
	['About Us', '#', {'tw':'_self','tt':'','sw':'149'},
		['Company Profile', '/companyprofile.html', {'tw':'_self','tt':'','sw':'100'}],
		['Our Team', '/about.html', {'tw':'_self','tt':'','sw':'100'}],
/*		['Value', '/value.html', {'tw':'_self','tt':'','sw':'100'}],
		['FAQ', '/faq.html', {'tw':'_self','tt':'','sw':'100'}],
		['Fees', '/fees.html', {'tw':'_self','tt':'','sw':'100'}] */
		['Privacy Policy', '/PROLLCPrivacyPolicy-201003011.pdf', {'tw':'_blank','tt':'','sw':'100'}]
	],	
	['Services', 'services.html', {'tw':'_self','tt':'','sw':'149'}, 
		['Fiduciary Retirement Plan Management', '/frpm.html', {'tw':'_self','tt':'','sw':'100'},
			['Risk Management', '/riskmanagement.html', {'tw':'_self','tt':'','sw':'120'}],
			['Value', '/value.html', {'tw':'_self','tt':'','sw':'120'}]	
		],	
		['Consulting Projects', 'consulting.html', {'tw':'_self','tt':'','sw':'100'}]
/*		['Governance', '/governance.html', {'tw':'_self','tt':'','sw':'100'}],	
		['Risk Management', '/riskmanagement.html', {'tw':'_self','tt':'','sw':'100'}],
		['Fiduciary Services', '/fidservices.html', {'tw':'_self','tt':'','sw':'100'}],
		['Investment<br/>Monitoring', '/investmentmonitoring.html', {'tw':'_self','tt':'','sw':'100'}],
		['Vendor Searches', '/vendorservices.html', {'tw':'_self','tt':'','sw':'100'}],
		['Benchmarking', '/benchmarking.html', {'tw':'_self','tt':'','sw':'100'}],
		['Participant Advice', '/participantadvice.html', {'tw':'_self','tt':'','sw':'100'}]*/
	],	
/*	['Resource Center', '', {'tw':'_blank','tt':'','sw':'179'},
/*		['White Papers', '/whitepapers.html', {'tw':'_self','tt':'','sw':'100'}],
		['Forms', '/forms.html', {'tw':'_self','tt':'','sw':'100'}],
		['Helpful Links', 'helpfullinks.html', {'tw':'_self','tt':'','sw':'100'}]
/*		['Understanding<br/>Fiduciary Duty', '/understandingfidduty.html', {'tw':'_self','tt':'','sw':'100'}]
	],	*/
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'149'}],

	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'149'}],
	['Client Login', 'https://positiveretirement.plantools.com', {'tw':'_blank','tt':'','sw':'149'}],
	
];

