var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Design',
    'bIsWebPath':true,
    'sUrl':'graphics.html'
},
{   'sTitle':'Stationery',
    'bIsWebPath':true,
    'sUrl':'stationery.html'
},
{   'sTitle':'Hosting',
    'bIsWebPath':true,
    'sUrl':'hosting.html',"childArray" : [
    {   'sTitle':'6 Reasons',
        'bIsWebPath':true,
        'sUrl':'6reasons.html'
    },
    {   'sTitle':'More Free!',
        'bIsWebPath':true,
        'sUrl':'more_hosting.html'
    },
    {   'sTitle':'Site Manager',
        'bIsWebPath':true,
        'sUrl':'cp.html'
    },
    {   'sTitle':'Email Hosting',
        'bIsWebPath':true,
        'sUrl':'emailpt1.html'
    },
    {   'sTitle':'Email Part 2',
        'bIsWebPath':true,
        'sUrl':'emailpt2.html'
    },
    {   'sTitle':'E-Commerce',
        'bIsWebPath':true,
        'sUrl':'salix_e-commerce.html'
    },
    {   'sTitle':'Glossary',
        'bIsWebPath':true,
        'sUrl':'glossary.html'
    },
    {   'sTitle':'Terms & Conditions',
        'bIsWebPath':true,
        'sUrl':'terms.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
