var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Color Chart',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'colorchart.html'
},
{   'sTitle':'Fonts',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'fonts.html'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Online Store',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'onlinestore.html',"childArray" : [
    {   'sTitle':'Nature & Seasons',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'nature_seasons.html',"childArray" : [
        {   'sTitle':'Chili Pepper',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'chili_pepper.html'
        },
        {   'sTitle':'Flowers',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'leaves.html'
        }]
    },
    {   'sTitle':'Arts & Humanity',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'artshumanity.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
