/* --- menu items --- */
var MENU_ITEMS = [
  ['Home', 'http://www.flyertalk.com', {'sw':'84px'}],
  ['Forums', 'http://www.flyertalk.com/forum/', {'sw':'102px'},
    ['Forum Home', 'http://www.flyertalk.com/forum/'], 
    ['Lost Password?', 'http://www.flyertalk.com/forum/login.php?do=lostpw'], 
    ['MyFlyerTalk', 'http://www.flyertalk.com/forum/usercp.php?'], 
    ['Register an Account', 'http://www.flyertalk.com/forum/register.php?action=signup'], 
    ['Search', 'http://www.flyertalk.com/forum/search.php?'], 
    ['Sections', 'http://www.flyertalk.com/forum/', {'sw':'102px'},
	    ['Miles & Points', 'http://www.flyertalk.com/forum/forumdisplay.php?f=1'], 
	    ['Travel & Dining', 'http://www.flyertalk.com/forum/forumdisplay.php?f=161'], 
	    ['Community', 'http://www.flyertalk.com/forum/forumdisplay.php?f=367'], 
	    ['OMNI', 'http://www.flyertalk.com/forum/forumdisplay.php?f=457'], 
	    ['Support & Services', 'http://www.flyertalk.com/forum/forumdisplay.php?f=385']
	 ], 
	 ['Wireless Access', 'http://www.flyertalk.com/help/wireless.php?'] 
  ],
  ['Members', 'http://www.flyertalk.com/forum/usercp.php?', {'sw':'91px'},
    ['Lost Password?', 'http://www.flyertalk.com/forum/login.php?do=lostpw'], 
    ['MyFlyerTalk', 'http://www.flyertalk.com/forum/usercp.php?'], 
    ['Private Messages', 'http://www.flyertalk.com/forum/private.php?'], 
    ['Subscribed Threads', 'http://www.flyertalk.com/forum/subscription.php']
  ],
  ['Extras', 'http://www.flyertalk.com/extras/', {'sw':'86px'},
    ['blogs @ flyertalk', 'http://blogs.flyertalk.com/'], 
    ['Book Club', 'http://www.flyertalk.com/bookclub.php'], 
    ['Calendars', 'http://www.flyertalk.com/calendars/',
	    ['Birthdays', 'http://www.flyertalk.com/forum/calendar.php?c=3'], 
	    ['CityConnect', 'http://www.flyertalk.com/cityconnect/'], 
	    ['Events', 'http://www.flyertalk.com/events/'], 
	    ['FlightConnect', 'http://www.flyertalk.com/flightconnect/'], 
	    ['Member Do\'s and Events', 'http://www.flyertalk.com/forum/calendar.php?c=1'] 
	 ], 
	['Frequent Flyer Wiki', 'http://www.flyertalk.com/wiki/'], 
    ['Live Chat', 'http://www.flyertalk.com/chat/'], 
    ['TalkMail Newsletter', 'http://www.flyertalk.com/talkmail/'], 
    ['Photo Gallery', 'http://gallery.flyertalk.com/gallery/'], 
    ['Postcards', 'http://www.webflyer.com/extras/postcards/'], 
    ['Recipes', 'http://www.flyertalk.com/cookbook/'], 
    ['Reviews', 'http://www.flyertalk.com/reviews/'],
    ['TalkLinks', 'http://www.flyertalk.com/talklinks.php'],
    ['Town Hall', 'http://gallery.flyertalk.com/townhall/'],
    ['Volunteer/Moderator', 'http://www.flyertalk.com/townhall/talkteam.php']
  ],
  ['Store', 'http://www.flyertalk.com/store/', {'sw':'71px'},
    ['FlyerTalk Merchandise Annex', 'http://www.cafepress.com/ftbb'], 
    ['Original FlyerTalk Store', 'http://www.webflyer.com/ft/cart/store.cgi?id=__ID__&n=storetext'] 
  ],
  ['Help', 'http://www.flyertalk.com/help/', {'sw':'72px'},
    ['About FlyerTalk', 'http://www.flyertalk.com/help/about.php'], 
    ['Advertise on FlyerTalk', 'http://www.flyertalk.com/help/advertise.php'],     
    ['Airport Code Lookup', 'javascript:window.open(\'http://www.webflyer.com/travel/milemarker/lookup.shtml\',\'AirportLookup\',\'width=350,height=400,scrollbars=auto,resizable=yes\'); return false;'], 
    ['Contact Us', 'http://www.flyertalk.com/help/feedbacktxt.php'], 
    ['FAQ', 'http://www.flyertalk.com/forum/faq.php?'], 
    ['Glossary', 'http://www.flyertalk.com/glossary/'], 
    ['Guidelines & Rules', 'http://www.flyertalk.com/help/rules.php'], 
    ['Lost Password?', 'http://www.flyertalk.com/forum/login.php?do=lostpw'], 
    ['New Users Guide', 'http://www.flyertalk.com/newuser/'], 
    ['Privacy Policy', 'http://www.flyertalk.com/help/privacy.php'], 
    ['Register an Account', 'http://www.flyertalk.com/forum/register.php?action=signup'], 
    ['Search', 'http://www.flyertalk.com/forum/search.php?'],
    ['Support & Services Forums', 'http://www.flyertalk.com/forum/forumdisplay.php?f=385']
   ]
];