var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'WebPages/page3.html',"childArray" : [
    {   sTitle:'Korea Family Pictures',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Soo-Jae-Nee Weedding',
            bIsWebPath:true,
            sUrl:'page13.html',
            sTarget:'_self'
        },
        {   sTitle:'Family in Korea',
            bIsWebPath:true,
            sUrl:'page14.html',
            sTarget:'_self'
        },
        {   sTitle:'Hyeok Korea Trip',
            bIsWebPath:true,
            sUrl:'page15.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Puerto Rico 2009',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Family Pictures 2008',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Snow Storm 2010',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2010 Snow Storm Pictures',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Snow Storm 2010 Movies',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
}]
});