var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Feed Back',
    bIsWebPath:true,
    sUrl:'feedback.html',
    sTarget:'_self'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacy.html'
}]
});
