/*
  --- menu items ---

*/
var MENU_ITEMS1 = [
['&nbsp;&nbsp;&nbsp;About Qbaroo', 'aboutQbaroo.html',null,

	],
	['&nbsp;&nbsp;QBaroo Services', 'QbarooServices.html',null,


	],
	['&nbsp;&nbsp;&nbsp;Store Features ', 'storeFeatures.html',null,


	],
	['&nbsp;&nbsp;&nbsp;&nbsp;How it Works ', '',null,
		['Example Store', 'exampleStore.html'],
		['Signup Process', 'signUpProcess.html'],

	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How do I...? ', '',null,
		['F.A.Q.', 'FAQ.html'],
		['Order Process', 'orderProcess.html'],
		['Adding Products', 'addingProducts.html'],
		['Shipping Charges', 'shippingCharges.html'],
		['What about tax?', 'whatAboutTax.html'],
		['Collecting payments? ', 'collectingPayments.html'],


	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Testimonials ', 'testimonials.html',null,

	],
	['&nbsp;Meet/Contact Us', '',null,
		['Contact Us', 'contactUs.html'],
		['Trade Shows', 'tradeShows.html'],
		['Articles', 'articles.html'],

	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resources', 'resources.html',null,


	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open a Store', 'https://www.qbaroo.com/signup',null,

	],

];

