var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Photo cards',
        bIsWebPath:true,
        sUrl:'photocards.html'
    },
    {   sTitle:'Key rings',
        bIsWebPath:true,
        sUrl:'keyrings.html'
    },
    {   sTitle:'Pictures',
        bIsWebPath:true,
        sUrl:'pictures.html'
    },
    {   sTitle:'Other products',
        bIsWebPath:true,
        sUrl:'otherproducts.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Useful links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});