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