var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Scrapbook Memories',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Amazon Store',
    bIsWebPath:true,
    sUrl:'amazon_store.html',
    sTarget:'_self'
},
{   sTitle:'Idea Gallery',
    bIsWebPath:true,
    sUrl:'idea_gallery.html',
    sTarget:'_self'
},
{   sTitle:'Digital Products',
    bIsWebPath:true,
    sUrl:'digital_products.html',
    sTarget:'_self'
},
{   sTitle:'Forums',
    bIsExternal:true,
    sUrl:'http://scrapbookmemories.lefora.com/',
    sTarget:'_blank'
},
{   sTitle:'About Scrapbook Memories',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacy_policy.html',
    sTarget:'_self'
}]
});
