var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Submit Work',
    bIsWebPath:true,
    sUrl:'submit.htm'
},
{   sTitle:'Protein Dance',
    bIsWebPath:true,
    sUrl:'proteindance.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.htm'
}]
});
