var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'PRODIGIUM - A reality TV show for Illustrators and Artists',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Approved Titles',
    bIsWebPath:true,
    sUrl:'approved_titles.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'Submissions',
    bIsWebPath:true,
    sUrl:'submissions.html'
},
{   sTitle:'Foundation',
    bIsWebPath:true,
    sUrl:'foundation.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
