var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Models',
    bIsWebPath:true,
    sUrl:'models.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Classic',
        bIsWebPath:true,
        sUrl:'classic.html',
        sTarget:'_self'
    },
    {   sTitle:'Desiree',
        bIsWebPath:true,
        sUrl:'desiree.html',
        sTarget:'_self'
    },
    {   sTitle:'Sakura Hanami',
        bIsWebPath:true,
        sUrl:'sakurahanami.html',
        sTarget:'_self'
    },
    {   sTitle:'Aya',
        bIsWebPath:true,
        sUrl:'aya.html',
        sTarget:'_self'
    },
    {   sTitle:'Holly',
        bIsWebPath:true,
        sUrl:'holly.html',
        sTarget:'_self'
    },
    {   sTitle:'Deco',
        bIsWebPath:true,
        sUrl:'deco.html',
        sTarget:'_self'
    },
    {   sTitle:'Tri-caster',
        bIsWebPath:true,
        sUrl:'tri-caster.html',
        sTarget:'_self'
    },
    {   sTitle:'Impressionist',
        bIsWebPath:true,
        sUrl:'impressionist.html',
        sTarget:'_self'
    },
    {   sTitle:'Arch',
        bIsWebPath:true,
        sUrl:'arch.html',
        sTarget:'_self'
    },
    {   sTitle:'Basses',
        bIsWebPath:true,
        sUrl:'basses.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self'
},
{   sTitle:'Contact/Pricing',
    bIsWebPath:true,
    sUrl:'contact&pricing.html',
    sTarget:'_self'
}]
});
