var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'News - September 2011',
        bIsWebPath:true,
        sUrl:'newsseptember.html'
    },
    {   sTitle:'News - May 2011',
        bIsWebPath:true,
        sUrl:'newsmay.html'
    },
    {   sTitle:'News - April 2011',
        bIsWebPath:true,
        sUrl:'newsapril11.html'
    },
    {   sTitle:'News - February 2011',
        bIsWebPath:true,
        sUrl:'newsfebruary.html'
    },
    {   sTitle:'News - August 2010',
        bIsWebPath:true,
        sUrl:'newsaugust.html'
    },
    {   sTitle:'News - April 2010',
        bIsWebPath:true,
        sUrl:'newsapril.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Extensions',
    bIsWebPath:true,
    sUrl:'extensions.html'
},
{   sTitle:'Beauty Bar',
    bIsWebPath:true,
    sUrl:'beautybar.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
