var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Artwork',
    bIsWebPath:true,
    sUrl:'artwork.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Magnets',
        bIsWebPath:true,
        sUrl:'magnets.html'
    },
    {   sTitle:'T-shirts',
        bIsWebPath:true,
        sUrl:'tshirts.html'
    },
    {   sTitle:'Signs',
        bIsWebPath:true,
        sUrl:'signs.html'
    }]
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
