var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'Company Profile',
        bIsWebPath:true,
        sUrl:'profile.html'
    },
    {   sTitle:'Company Policies and Information',
        bIsWebPath:true,
        sUrl:'policies.html',"childArray" : [
        {   sTitle:'Quality',
            bIsWebPath:true,
            sUrl:'quality.html'
        },
        {   sTitle:'Warranty',
            bIsWebPath:true,
            sUrl:'warranty.html'
        },
        {   sTitle:'Privacy',
            bIsWebPath:true,
            sUrl:'privacy.html'
        }]
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Negative Pressure Monitor - Overview',
        bIsWebPath:true,
        sUrl:'cm3overview.html',"childArray" : [
        {   sTitle:'Features',
            bIsWebPath:true,
            sUrl:'cm3features.html'
        },
        {   sTitle:'Specification',
            bIsWebPath:true,
            sUrl:'cm3spec.html',"childArray" : [
            {   sTitle:'Construction',
                bIsWebPath:true,
                sUrl:'page15.html'
            },
            {   sTitle:'Alarm Selection',
                bIsWebPath:true,
                sUrl:'page17.html'
            },
            {   sTitle:'Programming',
                bIsWebPath:true,
                sUrl:'page18.html'
            },
            {   sTitle:'Printer',
                bIsWebPath:true,
                sUrl:'page19.html'
            },
            {   sTitle:'Mains Supply',
                bIsWebPath:true,
                sUrl:'page21.html'
            },
            {   sTitle:'Accessories',
                bIsWebPath:true,
                sUrl:'page20.html'
            }]
        }]
    },
    {   sTitle:'Power Switching Unit - Overview',
        bIsWebPath:true,
        sUrl:'psuoverview.html',"childArray" : [
        {   sTitle:'Features',
            bIsWebPath:true,
            sUrl:'psufeatures.html'
        },
        {   sTitle:'Specification',
            bIsWebPath:true,
            sUrl:'psuspec.html'
        }]
    },
    {   sTitle:'Remote Sounder - Overview',
        bIsWebPath:true,
        sUrl:'klaxoverview.html',"childArray" : [
        {   sTitle:'Features',
            bIsWebPath:true,
            sUrl:'klaxfeatures.html'
        },
        {   sTitle:'Specification',
            bIsWebPath:true,
            sUrl:'klaxspec.html'
        }]
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
