var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'product.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Artists',
    bIsWebPath:true,
    sUrl:'artists_main.html'
},
{   sTitle:'Themes',
    bIsWebPath:true,
    sUrl:'themes.html'
},
{   sTitle:'Create Your Own',
    bIsWebPath:true,
    sUrl:'create_your_own.html',
    sTarget:'_self'
},
{   sTitle:'Inspiration',
    bIsWebPath:true,
    sUrl:'inspiration.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_form.html'
},
{   sTitle:'T&C\'s',
    bIsWebPath:true,
    sUrl:'terms_&_conditions.html',
    sTarget:'_self'
}]
});
