var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Kim\'s Vietnamese Restaurant in the Lumberyard Encinitas California.  Located on the historic Highway 101 in North San Diego County.',
    sTitle:'Kim\'s Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kim\'s Menu',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'Ingredients',
    bIsWebPath:true,
    sUrl:'ingredients.html',"childArray" : [
    {   sTitle:'Ingredients 2',
        bIsWebPath:true,
        sUrl:'ingredients2.html'
    }]
},
{   sTitle:'Definitions',
    bIsWebPath:true,
    sUrl:'definitions.html',"childArray" : [
    {   sTitle:'Definitions 2',
        bIsWebPath:true,
        sUrl:'definitions2.html'
    }]
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',"childArray" : [
    {   sTitle:'Review 2',
        bIsWebPath:true,
        sUrl:'review2.html'
    },
    {   sTitle:'Review 3',
        bIsWebPath:true,
        sUrl:'review3.html'
    },
    {   sDescription:'Kim\'s Vietnamese Restaurant in the Lumberyard Encinitas California.  Located on the historic Highway 101 in North San Diego County.  Family owned and operated since 1986.  Famous Vietnamese and Chinese Cuisine.',
        sTitle:'News Review',
        bIsWebPath:true,
        sUrl:'review4.html'
    }]
},
{   sTitle:'Directions/hours',
    bIsWebPath:true,
    sUrl:'directions.html'
}]
});
