var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Introduction',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Solutions',
    bIsWebPath:true,
    sUrl:'website_solutions.html',"childArray" : [
    {   sTitle:'Availability Calendars',
        bIsWebPath:true,
        sUrl:'availability_calendars.html'
    },
    {   sTitle:'McAfee Protection',
        bIsWebPath:true,
        sUrl:'security.html'
    },
    {   sDescription:'Description here',
        sTitle:'Web Site Design',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'website_solutions.html#websites'
    },
    {   sTitle:'Domain Names',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'website_solutions.html#domains'
    },
    {   sTitle:'NetGain SEO',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'website_solutions.html#netgain'
    },
    {   sTitle:'Hosting Packages',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'website_solutions.html#hosting'
    },
    {   sTitle:'Other',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'website_solutions.html#other'
    }]
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'client_portfolio.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Client Areas',
    bIsWebPath:true,
    sUrl:'clientarea.html',"childArray" : [
    {   sTitle:'Control Panel',
        bIsExternal:true,
        sUrl:'http://control.aglginternet.com/'
    },
    {   sTitle:'Accounts',
        bIsExternal:true,
        sUrl:'http://www.aglginternet.com/webinvoice'
    },
    {   sTitle:'Calendars',
        bIsExternal:true,
        sUrl:'http://www.aglg.com/avcal/calendar-user.php',
        sTarget:'_blank'
    },
    {   sTitle:'Support',
        bIsExternal:true,
        sUrl:'http://www.aglginternet.com/support'
    }]
}]
});