var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Studio',
    bIsWebPath:true,
    sUrl:'studio.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Artists',
    bIsWebPath:true,
    sUrl:'artists.html',"childArray" : [
    {   sTitle:'Jonathan Cotton',
        bIsWebPath:true,
        sUrl:'jc.html'
    },
    {   sTitle:'Jacqueline Petrea',
        bIsWebPath:true,
        sUrl:'jac.htm'
    },
    {   sTitle:'SPJ Schola',
        bIsWebPath:true,
        sUrl:'spjschola.htm'
    },
    {   sTitle:'Ward Reason',
        bIsWebPath:true,
        sUrl:'wardreason.html'
    },
    {   sTitle:'Fat Cats',
        bIsWebPath:true,
        sUrl:'fatcats.html'
    },
    {   sTitle:'Albino',
        bIsWebPath:true,
        sUrl:'albino.htm'
    },
    {   sTitle:'Mark Travers',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
