/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.asp'],
	['For Consignors', null, null,
		['Consignor Information', 'consignorinfo.asp', {'sb':'General Information For Consignors'}],
		['Download Resources', 'resources.asp', {'sb':'Download Printable Resources'}],
		['Recall Info', 'recallinfo.asp', {'sb':'Recall Information For Consignors & Shoppers'}],
		['Tagging Guidelines', 'tagging.asp', {'sb':'Information on creating tags'}],
		['Drop-off Procedures', 'tagging.asp#dropoff', {'sb':'Instructions for dropping off your items'}],
		['Item Pickup Procedures', 'pickup.asp', {'sb':'Instructions for picking up your unsold items'}],
		['Register To Consign!', 'consignorregister.asp', {'sb':'Register to consign in our upcoming sale!'}],
		['My JLN Login', 'http://www.mysalemanager.net//hom_start.aspx?partnercode=JLNK"', {'tw':'_blank','sb':'Your JLN Portal!'}],
				
	],
	['For Volunteers', null, null,
		['Volunteer Information', 'volunteerinfo.asp', {'sb':'Information for volunteers'}],
		['View Volunteer Schedule', 'http://www.mysalemanager.net/wrk_readonlyworkshifts.aspx?partnercode=JLNK', {'tw':'_blank','sb':'View the available volunteer positions'}],
		['Signup to Volunteer!', 'http://www.mysalemanager.net/wrk_start.aspx?partnercode=JLNK', {'tw':'_blank','sb':'Signup to volunteer!'}],
		['Outstanding Performers', 'http://www.justlikenewkids.com/awards.asp', {'sb':'Outstanding Performers'}],
		['My JLN Login', 'http://www.mysalemanager.net/wrk_start.aspx?partnercode=JLNK', {'tw':'_blank','sb':'Your JLN Portal!'}],
	],
	['For Shoppers', null, null,
		['Location and Dates', 'locationdates.asp', {'sb':'Where and when the sale takes place!'}],
		['Military Appreciation', 'militaryappreciation.asp', {'sb':'Special Shopping For Our Heroes!'}],
		['Shoppers Tips', 'shopperstips.asp', {'sb':'Tips On Maximizing Your JLN Shopping!'}],
		['First Time Parent Registration', 'newmomsignup.asp', {'sb':'Sign up to take part in our new parent presale event!'}],		
	],
	['More Information', null, null,
		['Location and Dates', 'locationdates.asp', {'sb':'Where and when the sale takes place!'}],
		['Sale Photos', 'salephotos.asp', {'sb':'Photos from prior sales'}],
		['FAQ and Links', 'faq.asp', {'sb':'Frequently Asked Questions and Helpful Links!'}],
		['Mailing List', 'http://www.mysalemanager.net/mal_start.aspx?partnercode=JLNK', {'tw':'_blank','sb':'Sign up on our mailing list.'}],
		['Gift Certificates', 'Giftcert.asp', {'sb':'Gift Certificates'}],
		['K-9 Filter', 'K-9.asp', {'sb':'K-9 Internet Filter'}],
		['Testimonials', 'Testimonials.asp', {'sb':'Testimonials'}],
		['Outstanding Performers', 'http://www.justlikenewkids.com/awards.asp', {'sb':'Outstanding Performers'}],
		['Contact / About Us', 'contactus.asp', {'sb':'Our contact information'}]
	]
];
