var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home page for ITailor solutions: tailored IT support in Melbourne, Australia',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Help me Now',
    bIsWebPath:true,
    sUrl:'helpmenow.html'
},
{   sTitle:'Help me Update',
    bIsWebPath:true,
    sUrl:'update.html'
},
{   sTitle:'Help me Grow',
    bIsWebPath:true,
    sUrl:'grow.html',"childArray" : [
    {   sTitle:'Web',
        bIsWebPath:true,
        sUrl:'websites.html'
    }]
},
{   sTitle:'Why ITailor?',
    bIsWebPath:true,
    sUrl:'why.html',"childArray" : [
    {   sTitle:'Profile',
        bIsWebPath:true,
        sUrl:'profile.html'
    },
    {   sTitle:'Clients',
        bIsWebPath:true,
        sUrl:'clients.html'
    },
    {   sTitle:'Stuff',
        bIsWebPath:true,
        sUrl:'stuff.html'
    },
    {   sTitle:'Help',
        bIsWebPath:true,
        sUrl:'help.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
