var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.htm'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.htm',"childArray" : [
    {   'sTitle':'Products',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'products.htm'
    },
    {   'sTitle':'Web Design',
        'bIsWebPath':true,
        'sUrl':'web_design.htm'
    },
    {   'sTitle':'Free Graphics',
        'bIsWebPath':true,
        'sUrl':'icons_pres_items.htm'
    },
    {   'sTitle':'Free Stock Images',
        'bIsWebPath':true,
        'sUrl':'stock_images.htm'
    },
    {   'sTitle':'Copy Writing',
        'bIsWebPath':true,
        'sUrl':'copywriting.htm'
    },
    {   'sTitle':'Ebook Publishing',
        'bIsWebPath':true,
        'sUrl':'ebooks.htm'
    },
    {   'sTitle':'Articles',
        'bIsWebPath':true,
        'sUrl':'articles.htm'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.htm'
}]
});
