var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Piercing\'s',
    bIsWebPath:true,
    sUrl:'Page 3.html'
},
{   sTitle:'Tattoo Gallery',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
