var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',"childArray" : [
    {   sTitle:'Portrait Prices',
        bIsWebPath:true,
        sUrl:'portprices.html'
    }]
},
{   sTitle:'Headshots',
    bIsWebPath:true,
    sUrl:'headshots.html'
},
{   sTitle:'Stage & Dance',
    bIsWebPath:true,
    sUrl:'stageanddance.html'
},
{   sTitle:'Slides to DVD',
    bIsWebPath:true,
    sUrl:'slides2dvd.html',"childArray" : [
    {   sTitle:'How to Mark Your Slides',
        bIsWebPath:true,
        sUrl:'markslides.html'
    },
    {   sTitle:'Slide to DVD Order Form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'scanform01.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Slide  Scanning',
    bIsWebPath:true,
    sUrl:'slidenegscanning.html',"childArray" : [
    {   sTitle:'How to Mark Your Slides',
        bIsWebPath:true,
        sUrl:'markslidesa.html'
    },
    {   sTitle:'Slide Scan Order Form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'scanform02.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Neg Scan Form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'scanform03.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'VHS to DVD',
    bIsWebPath:true,
    sUrl:'vhs2dvd.html',"childArray" : [
    {   sTitle:'Video Conversion Form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'scanform04.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Restoration',
    bIsWebPath:true,
    sUrl:'restoration.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'terms.html'
}]
});