var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    sUrl:'index.html'
},
{   sTitle:'Info and Pricing',
    sUrl:'infopricing.html',
    sTarget:'_self'
},
{   sTitle:'DIGITAL ART GALLERY',
    sUrl:'digitalart.html',
    sTarget:'_self'
},
{   sTitle:'PHOTOGRAPHY',
    sUrl:'photography.html',
    sTarget:'_self'
},
{   sTitle:'FUDGING',
    sUrl:'fudging.html',
    sTarget:'_self'
},
{   sTitle:'GUEST BOOK',
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'WEBSITES',
    sUrl:'firelightcreationswebsites.html',
    sTarget:'_self'
}]
});
