var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Thank You',
        bIsWebPath:true,
        sUrl:'thank_you.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html',
    sTarget:'_self'
}]
});
