/* Tigra Menu PRO items structure */
var MENU_ITEMS = [

					  /* Suspect: [vert location, horiz location, vert size, horiz size] */
	  				  /* Observered 090331 DEF: [horiz location, vert location, horiz size, vert size] */
					  
	['HOME', 'index.html', [0,null,55,null]],

	['SERVICES', 'services.html',[55, null, null, null],
		['Services Overview', 'services.html',[null, null, 220, null]],
		['Where Are You in the Process?', 'where.html',[null, null, 220, null]],
		['Vendor Selection', 'vendor.html',[null, null, 220, null]],		
  		['Project Implementation', 'ta.html',[null, null, 220, null]],
		['Strategic Leadership', 'hr.html',[null, null, 220, null]],
		['Custom Reports','cr.html',[null, null, 220, null]],
		['Interface Development','iodev.html',[null, null, 220, null]], 
    	/*['Business Process Improvement', 'bpi.html',[null, null, 220, null]],*/
		['Project Documentation / Technical Writing', 'writing.html',[null, null, 220, null]],
		['Training', 'training.html',[null, null, 220, null]],
	    ['Access Control', 'access.html',[null, null, 220, null]],
		['System Performance & Optimization', 'sys.html',[null, null, 220, null]],

	],

	['SOLUTIONS', 'solutions.html',[null, null, null, null],
		['Choose a vendor and product', 'choose.html',[null, null, 200, null]],
		['Use labor more profitably', 'use.html',[null, null, 200, null]],
		['Increase sales', 'increase.html',[null, null, 200, null]],
		['Control risks and costs', 'control_risk.html',[null, null, 200, null]],
		['Get all the labor you pay for', 'get.html',[null, null, 200, null]],
		['Attract and Retain the best workers', 'attract.html',[null, null, 200, null]],
		['Visibility – watch performance', 'visibility.html',[null, null, 200, null]],
		['Understand what’s going on in real time', 'understand.html',[null, null, 200, null]],
		['Control overtime', 'control_ot.html',[null, null, 200, null]],
		['Train your employees', 'train.html',[null, null, 200, null]],
		['Improve System Performance', 'sys.html',[null, null, 200, null]],
	], 

	['HOW WE FIT', '',[null, null, null, null],
		['Where are you in the process?', 'where.html',[null, null, null, null]],
		['Our Approach', 'approach.html',[null, null, null, null]],
	], 
	['What is WMT?', 'wmt.html',[null, null, null, null],
	], 
	
	['ABOUT US', 'about.html', null,
		['History & Mission', 'history.html', [null, null, null, null],
		],
		['Accomplishments & Involvement', 'awards.html', [null, null, null, null],
		],			
		['Consultants', null, null,
			['Principal Consultant', 'lisadisselkamp.html', null],
			['Application Consultants', 'ac.html',null],
			['Interface Developers', 'io.html',null],
			['Trainers', 'ja.html', null],
		],
			
/*		['Board of Directors', null, null,
			['Mike King', 'mk.html', null],
			['Ed Disselkamp', 'ed.html', null]
		], */
		['Affiliations', 'affiliations.html', [null, null, null, null],
		],
	],

	['NEWS', 'news.html', [null,null,55,null],
		
				
	],
	['CONTACT US', 'contact.html', [55,null,null,null]],
	
	/*['LINKS', 'links', {sw : 55}],*/
	
	/* ['HOME', 'index.html', [null,null,55,null]], */
];
