var states = ['mout', 'mover', 'mdown'], MENU_ITEMS0 = [ [wrap_root('Today´s Paper'), 'http://www.palmbeachpost.com', {'sw' : 94,'bw' : 180}, [wrap_par('News', 1, ''), 'http://www.palmbeachpost.com/localnews/content/local_news/', { 'tt' : 'News', 'sb' : 'News', 'bl' : 174 }, ['  Main News','http://www.palmbeachpost.com/news/content/news/index.html'], ['  Local News','http://www.palmbeachpost.com/localnews/content/local_news/index.html'], ['  Politics','http://www.palmbeachpost.com/news/content/news/politics/index.html'], ['  Weather','http://www.palmbeachpost.com/weather/content/weather/index.html'], ['  Front Page PDF','http://www.palmbeachpost.com/news/content/past_week/'] ], [wrap_par('Sports', 1, ''), 'http://www.palmbeachpost.com/sports/content/sports/index.html', { 'tt' : 'A list of browsers supported', 'sb' : 'Supported browsers list', 'bl' : 174 }, [wrap_par('Pro Teams', 1), null, {'bl' : 145, 'bw' : 160}, ['   Miami Dolphins','http://www.palmbeachpost.com/dolphins/content/sports/dolphins/'], ['   Florida Marlins','http://www.palmbeachpost.com/marlins/content/sports/marlins/'], ['   Florida Panthers','http://www.palmbeachpost.com/panthers/content/shared/sports/nhl/panthers/'], ['   Miami Heat','http://www.palmbeachpost.com/heat/content/sports/heat/'] ], [wrap_par('College Teams', 1), 'http://www.palmbeachpost.com/sports/content/sports/college/', {'bl' : 145, 'bw' : 160}, ['  Miami Hurricanes','http://www.palmbeachpost.com/sports/content/sports/college/um.html'], ['  Florida Gators','http://www.palmbeachpost.com/sports/content/sports/college/uf.html'], ['  Florida State Seminoles','http://www.palmbeachpost.com/sports/content/sports/college/fsu.html'], ['  Florida Atlantic Owls','http://www.palmbeachpost.com/sports/content/sports/college/fau.html'] ], ['  High Schools','http://www.palmbeachpost.com/highschools/content/sports/highschools/'], ['  Columnists','http://www.palmbeachpost.com/sports/content/opinion/columnists.html#sports'] ], ['  Business', 'http://www.palmbeachpost.com/business/content/business/index.html'], ['  Opinion & Letters', 'http://www.palmbeachpost.com/opinion/content/opinion/index.html'], ['  Accent', 'http://www.palmbeachpost.com/accent/content/accent/'], ['  Entertainment', 'http://www.palmbeachpost.com/entertainment/content/entertainment/homepage/'], ['  Events', 'http://www.palmbeachpost.com/events/content/entertainment/events/'], ['  Movies', 'http://www.palmbeachpost.com/movies/content/entertainment/movies/'], ['  Restaurants', 'http://www.palmbeachpost.com/restaurants/content/entertainment/restaurants/'], ['  Obituaries', 'http://www.legacy.com/palmbeachpost/LegacyHome.asp'], ['  Subscribe Today', 'http://www.palmbeachpost.com/subscribe/content/subscribe/index.html'] ], [wrap_root('Jobs'), 'http://www.palmbeachpost.com/jobs/', {'sw' : 49}], [wrap_root('Autos'), 'http://www.palmbeachpost.com/autos/', {'sw' : 54}], [wrap_root('Real Estate'), 'http://www.palmbeachclassifieds.com/realestate/', {'sw' : 86}], [wrap_root('Classifieds'), 'http://www.palmbeachclassifieds.com/', {'sw' : 88}], [wrap_root('Shopping'), 'http://www.palmbeachclassifieds.com/shopping/', {'sw' : 76}], [wrap_root('Health'), 'http://www.palmbeachpost.com/health/content/health/home/', {'sw' : 60}], [wrap_root('Travel'), 'http://www.palmbeachpost.com/travel/content/travel/', {'sw' : 58}], [wrap_root('Archives'), 'http://www.palmbeachpost.com/archives/content/archives/', {'sw' : 70}], [wrap_root('Customer Care'), 'http://www.palmbeachpost.com/help/content/help/customer_service.html', {'sw' : 106}] ]; function wrap_par (text,pos, icon) { var res=[]; for (var i=0; i<3; i++) res[i]=['', pos?[''].join(''):'', '
 ', icon == null ? '' : (''), ' ', text, '  
'].join(''); return res; } function wrap_root (text) { var res = []; for (var i=0; i<3; i++) res[i] = ['
 ', text, ' 
'].join(''); return res; }