var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Retouching',
    bIsWebPath:true,
    sUrl:'retouching.html'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'photography.html'
},
{   sTitle:'Scanning',
    bIsWebPath:true,
    sUrl:'scanning.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'design.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});