var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about_image_idiom.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'image_idiom_portfolio.html'
},
{   sTitle:'Creatives',
    bIsWebPath:true,
    sUrl:'image_idiom_creatives.html'
},
{   sTitle:'Models',
    bIsWebPath:true,
    sUrl:'image_idiom_models.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_image_idiom.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'image_idiom_news.html'
}]
});
