var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Welcome to my site',
    sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sDescription:'Photo gallery of nature',
    sTitle:'Gallery I',
    bIsWebPath:true,
    sUrl:'gallery1.html'
},
{   sTitle:'Gallery II',
    bIsWebPath:true,
    sUrl:'gallery ii.html'
},
{   bSeparatorAfter:true,
    sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'News Events',
    bIsWebPath:true,
    sUrl:'newsevents.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contactme.html'
},
{   bSeparatorAfter:true,
    sTitle:'My Links',
    bIsWebPath:true,
    sUrl:'mylinks.html'
}]
});
