var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us ',
    bIsWebPath:true,
    sUrl:'aboutgarygarciaguitars.html',
    sTarget:'_self'
},
{   sTitle:'Materials',
    bIsWebPath:true,
    sUrl:'materials.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'garciavideo.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});