var ltItems = [
    {
        label: "about us",
        location: "features-2.php",
        selected: false
    },
    {
        label: "overview",
        location: "features-3.php",
        selected: false
    },
    {
        label: "compare hubs",
        location: "features-4.php",
        selected: false
    },
    {
        label: "data center spec",
        location: "features-1.php",
        selected: false
    }/*,
    {
        label: "Features Detail",
        location: "features-5.php",
        selected: false
    }*/

];

var bmItems = [
    {
        label: "CONTACT US",
        location: "contactus.php",
        newwindow: false
    },
    {
        label: "FEATURES",
        location: "features-3.php",
        newwindow: false
    },
    {
        label: "HUBTALK",
        location: "hubtalk.php",
        newwindow: true
    },
    {
        label: "SUPPORT",
        location: "http://www.hubcentrix.com/dokuwiki/doku.php",
        newwindow: true
    },
    {
        label: "PERSONAL",
        location: "personal-1.php",
        newwindow: false
    },
    {
        label: "BUSINESS",
        location: "business-1.php",
        newwindow: false
    },
    {
        label: "ENTERPRISE",
        location: "enterprise-1.php",
        newwindow: false
    },
    {
        label: "LOGIN",
        location: "login.php",
        newwindow: false
    }/*,
    {
        label: "HUBTALK",
        location: "http://hubcentrix.blogspot.com"
    }*/
];