var MENU_ITEMS = [
['Home', '/index.html', {sw:51}],
['Why Just Pardons', '/whyJustPardons.html', {sw:116},
['Just Pardons Guarantee', '/whyJustPardons/guarantee.html', {sw:149}]
],
['Canadian Pardons', null, {sw:116},
['Pardon Overview', '/canadianpardons/pardonsOverview.html', {sw:111}],
['Pardon Process', '/canadianpardons/pardonsProcess.html', {sw:105}],
['Pardon FAQ', '/canadianpardons/pardonsFaq.html', {sw:84}],
['Benefits of Pardons', '/canadianpardons/benefitsOfPardons.html', {sw:132}],
['Pardon Fees', '/canadianpardons/pardonsFees.html', {sw:89}]
],
['US Entry Waivers', null, {sw:116},
['Entry Waiver Overview', '/usEntryWaivers/entryWaiverOverview.html', {sw:143}],
['Entry Waiver Process', '/usEntryWaivers/entryWaiverProcess.html', {sw:138}],
['Entry Waiver FAQ', '/usEntryWaivers/entryWaiverFaq.html', {sw:116}],
['Benefits of Waivers', '/usEntryWaivers/benefitsOfWaivers.html', {sw:132}],
['Entry Waiver Fees', '/usEntryWaivers/entryWaiverFees.html', {sw:122}]
],
['Fast Cards', null, {sw:84},
['FastCards Overview', '/fast_cards/fastcards_overview.html', {sw:127}],
['Fastcard Process', '/fast_cards/fastcard_process.html', {sw:116}],
['Fastcard FAQ', '/fast_cards/fastcardfaq.html', {sw:95}],
['Fastcard Fees', '/fast_cards/fastcard_fees.html', {sw:100}]
],
['Testimonials', '/justpardons_testimonials.html', {sw:95}],
['Contact Us', '/contactUs.html', {sw:84}],
['Apply Now', '/applyNow.html', {sw:78}]
];
new menu (MENU_ITEMS, MENU_POS);