<!--
var newsDropNav = {
"Headlines" : "/index.php",
"Briefs" : "/2008/04/03/news/news-in-brief.php",
"Sports" : "/2008/04/03/news/sports.php",
"Editorial/Letters" : "/2008/04/03/news/letters-to-the-editor.php",
"District Court Report" : "/2008/03/27/news/district-court-report.php",
"Webcams" : "/webcam/index.php",
"Live Weather" : "/weather/index.php",
"Archives" : "/archives/archive.php",
"Submissions" : "/submissions/index.php"
};
var calDropNav = {
"Calendar Home" : "/calendar/index.php",
"Directory of Information" : "/calendar/information-directory/index.php",
"Movies" : "/calendar/movies/index.php",
"Obituaries" : "/obituaries/index.php",
"Astrology" : "/2008/04/03/calendar/astrology.php",
"Chilmark" : "/2008/04/03/calendar/chilmark.php",
"Edgartown" : "/2008/04/03/calendar/edgartown.php",
"Oak Bluffs" : "/2008/04/03/calendar/oak-bluffs.php",
"Tisbury" : "/2008/04/03/calendar/tisbury.php",
"West Tisbury" : "/2008/04/03/calendar/west-tisbury.php",
"Submissions" : "/submissions/index.php"
};
var reDropNav = {
"Real Estate Services" : "/real_estate/real_estate_directory.php",
"Transactions" : "/2008/04/03/real-estate/real-estate-transactions.php",
"Land Bank Income" : "/real_estate/land_bank.php"
};
var classDropNav = {
"Classifieds Main" : "/classifieds/index.php",
"Help Wanted" : "/classifieds/410.php",
"Bargain Box" : "/classifieds/bargain_box.php"
};
var dirDropNav = {
"Where to Stay" : "/directories/where_to_stay.php",
"Where to Eat" : "/directories/where_to_eat.php",
"Where to Shop" : "/directories/where_to_shop.php",
"Art &amp; Galleries" : "/directories/art_and_galleries.php",
"Things to Do" : "/directories/things_to_do.php",
"Real Estate" : "/directories/real_estate.php",
"Wedding Planner" : "/directories/wedding_planner.php",
"Health &amp; Fitness" : "/directories/health_and_fitness.php",
"Services" : "/directories/find_a_service.php",
"Getting Around" : "/directories/getting_around.php"
};
var calDropMenu = { "calNavCell" : calDropNav };
var newsDropMenu = { "newsNavCell" : newsDropNav };
var reDropMenu = { "reNavCell" : reDropNav };
var classDropMenu = { "classNavCell" : classDropNav };
var dirDropMenu = { "dirNavCell" : dirDropNav };
var sPath = window.location.pathname;
//if (sPath != '/' && sPath != '/index.php') {
	dhtmlmenu_build(dirDropMenu);
	dhtmlmenu_build(classDropMenu);
	dhtmlmenu_build(reDropMenu);
	dhtmlmenu_build(calDropMenu);
	dhtmlmenu_build(newsDropMenu);
//}
//-->