var hide_empty_list=true;

addListGroup("touring", "tour");

// top level
addList("tour", "Escorted Coach Tours", "Escorted Coach Tours", "escorted-list");
addList("tour", "Independent Coach Tours", "Independent Coach Tours", "independent-list");
addList("tour", "Small Group Tours", "Small Group Tours", "small-list");
addList("tour", "Self Drive Tours", "Self Drive Tours", "self-list");
addList("tour", "Day Tours & Activities", "Day Tours & Activities", "day-list");
addList("tour", "Cruises", "Cruises", "cruises-list");
addList("tour", "Private Escorted Tours", "Private Escorted Tours", "private-list");

// escorted level
addList("escorted-list", "Touring Both Islands", "nz.php");
addList("escorted-list", "North Island Only", "north_island.php");
addList("escorted-list", "South Island Only", "south_island.php");
addList("escorted-list", "Special Interest", "unique.php");

// independent level
addList("independent-list", "Touring Both Islands", "nz.php");
addList("independent-list", "North Island Only", "north_island.php");
addList("independent-list", "South Island Only", "south_island.php");

// small group level
addList("small-list", "Touring Both Islands", "nz.php");
addList("small-list", "North Island Only", "north_island.php");
addList("small-list", "South Island Only", "south_island.php");

// self drive level
addList("self-list", "Touring Both Islands", "nz.php");
addList("self-list", "North Island Only", "north_island.php");
addList("self-list", "South Island Only", "south_island.php");

// cruises touring level
addList("cruises-list", "All Cruises", "index.php");

// private touring level
addList("private-list", "North Island Only", "north_island.php");

// day touring level
addList("day-list", "Scenic Coach Day Tours", "day_trips.php");
addList("day-list", "Adventure Tours", "adventure.php");
addList("day-list", "Cruises & Sailing Adventures", "cruises.php");
addList("day-list", "Eco and Nature Tours", "eco.php");
addList("day-list", "Scenic Flights", "air.php");
addList("day-list", "Wine & Vineyard Tours", "wine.php");
addList("day-list", "Cultural & Themed Tours", "cultural_theme.php");
