var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Book, Cards & Posters',
    bIsWebPath:true,
    sUrl:'book.html',"childArray" : [
    {   sTitle:'About Picture your Passion',
        bIsWebPath:true,
        sUrl:'about.html',"childArray" : [
        {   sTitle:'Back Cover',
            bIsWebPath:true,
            sUrl:'backcover.html'
        },
        {   sTitle:'Contents',
            bIsWebPath:true,
            sUrl:'contents.html'
        },
        {   sTitle:'Copyright',
            bIsWebPath:true,
            sUrl:'copyright.html'
        },
        {   sTitle:'Sample Pages',
            bIsWebPath:true,
            sUrl:'sample.html'
        }]
    },
    {   sTitle:'Calendars',
        bIsWebPath:true,
        sUrl:'calendar.html'
    },
    {   sTitle:'Photo cards',
        bIsWebPath:true,
        sUrl:'photocards.html'
    },
    {   sTitle:'Prints',
        bIsWebPath:true,
        sUrl:'prints.html'
    }]
},
{   sTitle:'Photographs',
    bIsWebPath:true,
    sUrl:'photography.html'
},
{   sTitle:'Inspirational',
    bIsWebPath:true,
    sUrl:'inspiration.html',"childArray" : [
    {   sTitle:'Flower Power',
        bIsWebPath:true,
        sUrl:'flowerp.html'
    },
    {   sTitle:'Insect Inspiration',
        bIsWebPath:true,
        sUrl:'insect.html'
    },
    {   sTitle:'Animal Awareness',
        bIsWebPath:true,
        sUrl:'animal.html'
    },
    {   sTitle:'Fantasy Flowers',
        bIsWebPath:true,
        sUrl:'fantasy.html'
    },
    {   sTitle:'Fairy Orchids',
        bIsWebPath:true,
        sUrl:'fairyorchids.html'
    }]
},
{   sTitle:'Buy Now',
    bIsWebPath:true,
    sUrl:'buynow.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
