var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'port-main.html',"childArray" : [
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'port-prices.html'
    },
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'tandc-port.html'
    }]
},
{   sTitle:'Boudoir',
    bIsWebPath:true,
    sUrl:'boud-main.html',"childArray" : [
    {   sTitle:'Luxury Album',
        bIsWebPath:true,
        sUrl:'boud-alb.html'
    },
    {   sTitle:'Framed Print',
        bIsWebPath:true,
        sUrl:'boud-print.html'
    },
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'boud-cal.html'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'wed-main.html',"childArray" : [
    {   sTitle:'Option 1',
        bIsWebPath:true,
        sUrl:'wed-op1.html'
    },
    {   sTitle:'Option 2',
        bIsWebPath:true,
        sUrl:'wed-op2.html'
    },
    {   sTitle:'Option 3',
        bIsWebPath:true,
        sUrl:'wed-opt3.html'
    },
    {   sTitle:'Individual Quotes',
        bIsWebPath:true,
        sUrl:'wed-quote.html'
    },
    {   sTitle:'Wedding Books',
        bIsWebPath:true,
        sUrl:'wed-book.html'
    },
    {   sTitle:'Terms & Condition',
        bIsWebPath:true,
        sUrl:'tandc.html'
    }]
},
{   sTitle:'Parties',
    bIsWebPath:true,
    sUrl:'party.html'
},
{   sTitle:'Display Options',
    bIsWebPath:true,
    sUrl:'dis-opt.html',"childArray" : [
    {   sTitle:'Box Frames',
        bIsWebPath:true,
        sUrl:'disp-boxframe.html'
    },
    {   sTitle:'Canvas',
        bIsWebPath:true,
        sUrl:'disp-canvas.html'
    },
    {   sTitle:'Acrylic',
        bIsWebPath:true,
        sUrl:'disp-acrylic.html'
    },
    {   sTitle:'Framing',
        bIsWebPath:true,
        sUrl:'framing.html'
    }]
},
{   sTitle:'Story Book Design',
    bIsWebPath:true,
    sUrl:'sbdesign.html'
},
{   sTitle:'Digital Artwork',
    bIsWebPath:true,
    sUrl:'digart.html',"childArray" : [
    {   sTitle:'Digital Examples 1',
        bIsWebPath:true,
        sUrl:'digart-1.html'
    },
    {   sTitle:'Digital Examples 2',
        bIsWebPath:true,
        sUrl:'digart-2.html'
    },
    {   sTitle:'Digital Examples 3',
        bIsWebPath:true,
        sUrl:'diag-art3.html'
    },
    {   sTitle:'Digital Examples 4',
        bIsWebPath:true,
        sUrl:'dig-art4.html'
    },
    {   sTitle:'Digital Examples 5',
        bIsWebPath:true,
        sUrl:'dig-art5.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'wed-test.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});