function createjsDOMenu() {
  staticMenu1 = new jsDOMenu(172, "static", "staticMenu", true);
  with (staticMenu1) {
    addMenuItem(new menuItem("London Today - Home", "", "http://www.londontoday.net/")); 
    addMenuItem(new menuItem("-", "", ""));   
    addMenuItem(new menuItem("London Photo Gallery", "", "http://photo.londontoday.net/gallery/index.php")); 
    addMenuItem(new menuItem("London 360° Virtual Tours", "", "http://360.londontoday.net/virtual_tours/general_sightseeing?page=3")); 
    addMenuItem(new menuItem("-", "", ""));      
    addMenuItem(new menuItem("London Web Directory", "", "http://www.londontoday.net/web/dir")); 
    addMenuItem(new menuItem("-", "", ""));        
    addMenuItem(new menuItem("Automotives", "", "http://www.londontoday.net/web/dir/automotives/index.shtml"));
    addMenuItem(new menuItem("Business to Business", "", "http://www.londontoday.net/web/dir/b2b/index.shtml"));
    addMenuItem(new menuItem("Community", "", "http://www.londontoday.net/web/dir/community/index.shtml"));
    addMenuItem(new menuItem("Computers & Electronics", "", "http://www.londontoday.net/web/dir/computers_electronics/index.shtml"));
    addMenuItem(new menuItem("Entertainment & Sports", "", "http://www.londontoday.net/web/dir/entertainment_sports/index.shtml"));
    addMenuItem(new menuItem("Family & Education", "", "http://www.londontoday.net/web/dir/family_education/index.shtml"));
    addMenuItem(new menuItem("Financial & Legal", "", "http://www.londontoday.net/web/dir/financial_legal/index.shtml"));
    addMenuItem(new menuItem("Food & Dining", "food_dining", "http://www.londontoday.net/web/dir/food_dining/index.shtml"));
    addMenuItem(new menuItem("Government & Politics", "", "http://www.londontoday.net/web/dir/government_politics/index.shtml"));
    addMenuItem(new menuItem("Home & Garden", "", "http://www.londontoday.net/web/dir/home_garden/index.shtml"));
    addMenuItem(new menuItem("Medical & Health", "", "http://www.londontoday.net/web/dir/medical_health/index.shtml"));
    addMenuItem(new menuItem("News & Media", "", "http://www.londontoday.net/web/dir/news_media/index.shtml"));
    addMenuItem(new menuItem("Pets & Animals", "", "http://www.londontoday.net/web/dir/pets_animals/index.shtml"));
    addMenuItem(new menuItem("Real Estate", "", "http://www.londontoday.net/web/dir/real_estate/index.shtml"));
    addMenuItem(new menuItem("Shopping", "", "http://www.londontoday.net/web/dir/shopping/index.shtml"));
    addMenuItem(new menuItem("Travel", "", "http://www.londontoday.net/web/dir/travel/index.shtml"));
    show();
  }
  
  staticMenu1_1 = new jsDOMenu(180, "absolute");
  with (staticMenu1_1) {
    addMenuItem(new menuItem("Dragon Boat Chinese Food", "", "http://www.londontoday.net/web/dir/food_dining/519_681_8808/index.shtml"));
  }  
  
  staticMenu1.items.food_dining.setSubMenu(staticMenu1_1);  
  
  
  
}