var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Main',
    bIsWebPath:true,
    sUrl:'main.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self'
},
{   sTitle:'Where to Buy?',
    bIsWebPath:true,
    sUrl:'buy.html',
    sTarget:'_self'
},
{   sTitle:'Estimate ',
    bIsWebPath:true,
    sUrl:'estreq.html',
    sTarget:'_self'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gal.html',
    sTarget:'_self'
},
{   sTitle:'How To',
    bIsWebPath:true,
    sUrl:'howto.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cleaning Instructions',
        bIsWebPath:true,
        sUrl:'clninstructions.html',
        sTarget:'_self'
    },
    {   sTitle:'Assembly Instructions',
        bIsWebPath:true,
        sUrl:'assmbl.html',
        sTarget:'_self'
    },
    {   sTitle:'Mech Hanger Instructions',
        bIsWebPath:true,
        sUrl:'mechhangerinst.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Casting Services',
        bIsWebPath:true,
        sUrl:'casting.html',
        sTarget:'_self'
    },
    {   sTitle:'Design Services',
        bIsWebPath:true,
        sUrl:'design.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html',
    sTarget:'_self'
}]
});