var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Arabians',
    bIsWebPath:true,
    sUrl:'arabs.html'
},
{   sTitle:'Paints',
    bIsWebPath:true,
    sUrl:'paints.html'
},
{   sTitle:'Pintos',
    bIsWebPath:true,
    sUrl:'pintopg.html'
},
{   sTitle:'Appaloosas',
    bIsWebPath:true,
    sUrl:'appge.html'
},
{   sTitle:'Solids',
    bIsWebPath:true,
    sUrl:'solidpg.html',"childArray" : [
    {   sTitle:'Grey Solid slideshow',
        bIsWebPath:true,
        sUrl:'greysolidslide.html'
    },
    {   sTitle:'Chestnut Solid slideshow',
        bIsWebPath:true,
        sUrl:'chesolidslide.html'
    },
    {   sTitle:'Bay Solid slideshow',
        bIsWebPath:true,
        sUrl:'baysolidslide.html'
    },
    {   sTitle:'Other Solid Colors slideshow',
        bIsWebPath:true,
        sUrl:'othersolidslide.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactpg.html'
}]
});
