/* Tigra Menu items structure */
var MENU_ITEMS1 = [
	['Home', 'http://www.archelaus-cards.com/'],
	['Greeting cards', null, {'sw':101, 'bw':130},
		['anniversary', 'index.php?main_page=anniversary'],
		['apology', 'index.php?main_page=apology'],
		['best wishes', 'index.php?main_page=bestwishes'],
		['birthday', 'index.php?main_page=birthday'],
		['congratulations', 'index.php?main_page=congratulations'],
		['get well', 'index.php?main_page=getwell'],
		['graduation', 'index.php?main_page=graduation'],
		['holiday', null, {'bw':120},
			['Valentine\'s&nbsp;Day', 'index.php?main_page=valentine'],
			['Halloween', 'index.php?main_page=halloween'],
			['Christmas et al.', 'index.php?main_page=christmas']
		],
		['invitations', 'index.php?main_page=invitations'],
		['love & friendship', 'index.php?main_page=love'],
		['minor misfortune', 'index.php?main_page=misfortune'],
		['sympathy', 'index.php?main_page=sympathy'],
		['thank you', 'index.php?main_page=thanks']
	],
	['Notecards', null, {'sw':83, 'bw':140},
		['weird &amp; wonderful', null, null,
			['page 1', 'index.php?main_page=notecards1'],
			['page 2', 'index.php?main_page=notecards2'],
			['page 3', 'index.php?main_page=notecards3'],
			['page 4', 'index.php?main_page=notecards4']
		],
		['Gibson Girls', 'index.php?main_page=gibson'],
		['gift cards', 'index.php?main_page=gift'],
		['clearance', null, null,
			['page 1', 'index.php?main_page=notecard_clearance_1'],
			['page 2', 'index.php?main_page=notecard_clearance_2'],
			['page 3', 'index.php?main_page=notecard_clearance_3']
		]
	],
	['Postcards', null, {'sw':83, 'bw':145},
		['deviant &amp; delightful', null, null,
			['page 1', 'index.php?main_page=postcards1'],
			['page 2', 'index.php?main_page=postcards2'],
			['page 3', 'index.php?main_page=postcards3']
		],
		['clearance', null, null,
			['page 1', 'index.php?main_page=postcard_clearance_1'],
			['page 2', 'index.php?main_page=postcard_clearance_2']
		]
	],
	['Blog', 'blog/index.php'],
	['Diversions', 'index.php?main_page=diversions', {'sw':80, 'bw':152},
		['calendar', 'index.php?main_page=calendar', {'bw':95},
			['January', 'index.php?main_page=january'],
			['February', 'index.php?main_page=february'],
			['March', 'index.php?main_page=march'],
			['April', 'index.php?main_page=april'],
			['May', 'index.php?main_page=may'],
			['June', 'index.php?main_page=june'],
			['July', 'index.php?main_page=july'],
			['August', 'index.php?main_page=august'],
			['September', 'index.php?main_page=september'],
			['October', 'index.php?main_page=october'],
			['November', 'index.php?main_page=november'],
			['December', 'index.php?main_page=december']
		],
		['Lawyer Jokes Etcetera', 'index.php?main_page=lawyers', {'bw':160},
			['riddles', 'index.php?main_page=riddles'],
			['proverbs', 'index.php?main_page=proverbs'],
			['the legal mind', 'index.php?main_page=legalmind'],
			['neither fish nor fowl', 'index.php?main_page=animals'],
			['a loathsome miscellany', 'index.php?main_page=miscellany'],
			['what oft was thought', 'index.php?main_page=quotations'],
			['a fitting end', 'index.php?main_page=death']
		],
		['Flibbertigibbet Press', 'index.php?main_page=flibbertigibbet', {'bw':275},
			['The Amazing Moa Murder Mystery', 'index.php?main_page=moa'],
			['The Bread and Water Diet', 'index.php?main_page=diet'],
			['Curse of the Chihuahua Woman', 'index.php?main_page=chihuahua'],
			['The Scandal of the Ungentlemanly Cavalier', 'index.php?main_page=cavalier'],
			['Still Life with Vermin', 'index.php?main_page=vermin'],
			['The Wail of the Wombat', 'index.php?main_page=wombat']
		]
	],
	['About Us', null, {'sw':82, 'bw':104},
		['claptrap', 'index.php?main_page=claptrap'],
		['FAQ', 'index.php?main_page=FAQ'],
		['contact', 'index.php?main_page=contact', {'bw':90},
			['email us', '&#109;&#97;&#105;lto:minion&#64;archelaus-cards&#46;com'],
			['order forms', 'index.php?main_page=orders'],
			['mailing list', 'index.php?main_page=mailinglist']
		],
		['policies', 'index.php?main_page=policies', {'bw':90},
			['retail', 'index.php?main_page=retail'],
			['wholesale', 'index.php?main_page=wholesale'],
			['privacy', 'index.php?main_page=privacy'],
			['shipping', 'index.php?main_page=shipping']
		],
		['retailers', 'index.php?main_page=vendors'],
		['testimonials', 'index.php?main_page=testimonials']
	]
];

