var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Style',
    bIsWebPath:true,
    sUrl:'style2.html'
},
{   sTitle:'Album',
    bIsWebPath:true,
    sUrl:'album.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Published Work',
    bIsWebPath:true,
    sUrl:'published.html'
},
{   sTitle:'Wedding 1',
    bIsWebPath:true,
    sUrl:'sample1.html'
},
{   sTitle:'Wedding 2',
    bIsWebPath:true,
    sUrl:'wedding2.html'
},
{   sTitle:'Wedding 3',
    bIsWebPath:true,
    sUrl:'wedding3.html'
},
{   sTitle:'Wedding 4',
    bIsWebPath:true,
    sUrl:'wedding4.html'
}]
});
