var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',
    sTarget:'_self'
},
{   sTitle:'Visit Store',
    bIsExternal:true,
    sUrl:'http://enterpriseceramics.com/store/index.php'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'usefullinks.html',
    sTarget:'_self'
}]
});
