var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Security',
    bIsWebPath:true,
    sUrl:'security.html',"childArray" : [
    {   sTitle:'Small Business Security',
        bIsWebPath:true,
        sUrl:'smallbus.html'
    }]
},
{   sTitle:'Productivity',
    bIsWebPath:true,
    sUrl:'prodtivt.html',"childArray" : [
    {   sTitle:'FastTrack Schedule - Win',
        bIsWebPath:true,
        sUrl:'fts10win.html'
    },
    {   sTitle:'FastTrack Schedule - Mac',
        bIsWebPath:true,
        sUrl:'fts10mac.html'
    },
    {   sTitle:'FastTrack Schedule - Teams',
        bIsWebPath:true,
        sUrl:'fts10cuv.html'
    },
    {   sTitle:'Details',
        bIsWebPath:true,
        sUrl:'details.html'
    },
    {   sTitle:'Details 3 for teams',
        bIsWebPath:true,
        sUrl:'detcuv.html'
    },
    {   sTitle:'Office 2011 for Mac',
        bIsWebPath:true,
        sUrl:'off11mac.html'
    },
    {   sTitle:'Microsoft Project',
        bIsWebPath:true,
        sUrl:'project.html'
    }]
},
{   sTitle:'Communication',
    bIsWebPath:true,
    sUrl:'comunctn.html'
},
{   sTitle:'Creativity',
    bIsWebPath:true,
    sUrl:'creativt.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Technical Suite X5',
        bIsWebPath:true,
        sUrl:'cdtsx5.html'
    },
    {   sTitle:'Premium Suite X5',
        bIsWebPath:true,
        sUrl:'cdrpsx5.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Graphic Suite X5',
        bIsWebPath:true,
        sUrl:'cdrgsx5.html'
    },
    {   sTitle:'CS5 Design Premium',
        bIsWebPath:true,
        sUrl:'acs5dp.html'
    },
    {   sTitle:'CS5 Web Premium',
        bIsWebPath:true,
        sUrl:'acs5wp.html'
    },
    {   sTitle:'CS5 Production Premium',
        bIsWebPath:true,
        sUrl:'acs5pp.html'
    },
    {   sTitle:'CS5 Master Collection',
        bIsWebPath:true,
        sUrl:'acs5mc.html'
    }]
},
{   sTitle:'3D Design',
    bIsWebPath:true,
    sUrl:'3ddesign.html',"childArray" : [
    {   sTitle:'Vectorworks',
        bIsWebPath:true,
        sUrl:'vectorworks.html',"childArray" : [
        {   sTitle:'Designer',
            bIsWebPath:true,
            sUrl:'designer.html'
        },
        {   sTitle:'Architect',
            bIsWebPath:true,
            sUrl:'architect.html'
        },
        {   sTitle:'Landmark',
            bIsWebPath:true,
            sUrl:'landmark.html'
        },
        {   sTitle:'Spotlight',
            bIsWebPath:true,
            sUrl:'spotlight.html'
        },
        {   sTitle:'Fundamentals',
            bIsWebPath:true,
            sUrl:'fundamentals.html'
        },
        {   sTitle:'Renderworks',
            bIsWebPath:true,
            sUrl:'renderworks.html'
        }]
    }]
}]
});
