// please edit this file to update subcategory pages for : bermuda.html (index 1)

var subcatindex = 3;    // this is the major link number: read readme.txt for more info
var theLinks = new Array();
theLinks[0]= new sublink("Hospital", "hospital_waste_management.html");
theLinks[1]= new sublink("Community", "comm_waste_management.html");
theLinks[2]= new sublink("National", "national_waste_management.html");
theLinks[3]= new sublink("Other systems", "other_systems.html");

// add subcategories as needed such as :
// theLinks[1]= new sublink("new link", "new_link.html");
// remember its a relative link.