var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',
    sTarget:'_self'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',
    sTarget:'_self'
},
{   sTitle:'Options',
    bIsWebPath:true,
    sUrl:'options.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});