/*
  --- 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 = [
				  
	['Home', 'http://www.smbloyalty.com/index.html'],
	

	['Software', null, null,
		    ['Maximizer CRM', 'http://www.smbloyalty.com/maximizer.html'], 
			['QuoteWerks', 'http://www.smbloyalty.com/quotewerks.html'],
	],
	
	
	['Services', null, null,
		['CRM Services', 'http://www.smbloyalty.com/services.html'],
		['Customer Retention', 'http://www.smbloyalty.com/omega.html'],
		['Email Services', 'http://www.smbloyalty.com/email.html'],
		
	],
		
	['Case Studies', null, null,
		['Financial', 'http://www.smbloyalty.com/brochures/scotia2.pdf'],
		['Government', 'http://www.smbloyalty.com/brochures/scdc2.pdf'],
		['Manufacturing', 'http://www.smbloyalty.com/brochures/WO_Supply.pdf'],
		['Mobile CRM 1', 'http://www.smbloyalty.com/brochures/MobileRTR.pdf'],
		['Mobile CRM 2', 'http://www.smbloyalty.com/brochures/Mobilekwikkerb.pdf'],
		['Testimonial', 'http://www.smbloyalty.com/brochures/flsmithe.pdf'],
		
	],
	
			
	['Customers', 'http://www.smbmax.tzo.com:8181/MaximizerCustomer/Default.aspx'],
	
	
	['Contact Us', 'http://www.smbmax.tzo.com:8181/smbloyalty/contact.html'],
	 
	 
	 ];

