var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ContentProtect Home',
    bIsWebPath:true,
    sUrl:'cphome.html',"childArray" : [
    {   sTitle:'ContentProtect Pro',
        bIsWebPath:true,
        sUrl:'cppro.html'
    },
    {   sTitle:'ContentProtect Suite',
        bIsWebPath:true,
        sUrl:'cpsuite.html'
    },
    {   sTitle:'ContentProtect Appliance',
        bIsWebPath:true,
        sUrl:'appliance.html'
    },
    {   sTitle:'ContentProtect Educational Edition',
        bIsWebPath:true,
        sUrl:'cpedu.html'
    },
    {   sTitle:'ContentProtect Educational Suite',
        bIsWebPath:true,
        sUrl:'cpedusuite.html'
    }]
},
{   sTitle:'NetNanny Home',
    bIsWebPath:true,
    sUrl:'netnannyhome.html',"childArray" : [
    {   sTitle:'NetNanny',
        bIsWebPath:true,
        sUrl:'netnanny.html'
    },
    {   sTitle:'NetNanny Suite',
        bIsWebPath:true,
        sUrl:'netnannysuite.html'
    },
    {   sTitle:'NetNanny for Mac',
        bIsWebPath:true,
        sUrl:'netnannymac.html'
    },
    {   sTitle:'ContentCleanup',
        bIsWebPath:true,
        sUrl:'netnannycc.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonial.html'
    }]
}]
});