// please edit this file to update subcategory pages for : about_us.html

var subcatindex = "0";    // this is the major link number: read readme.txt for more info
var theLinks = new Array();
theLinks[0]= new sublink("Contact us", "contact_us.html");

// add subcategories as needed such as :
//theLinks[1]= new sublink("new link", "new_link.html");
// remember its a relative link.