var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Interests',
    bIsWebPath:true,
    sUrl:'interests.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Electronics',
        bIsWebPath:true,
        sUrl:'electronics.html',
        sTarget:'_self'
    },
    {   sTitle:'Ham Radio',
        bIsWebPath:true,
        sUrl:'radio.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Bands',
            bIsWebPath:true,
            sUrl:'bands.html',
            sTarget:'_self'
        },
        {   sTitle:'Beacons',
            bIsWebPath:true,
            sUrl:'beacons.html',
            sTarget:'_self'
        },
        {   sTitle:'Calendars',
            bIsWebPath:true,
            sUrl:'hamcals.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Local Ham Calendar',
                bIsWebPath:true,
                sUrl:'lochamcal.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Modes',
            bIsWebPath:true,
            sUrl:'modes.html',
            sTarget:'_self'
        },
        {   sTitle:'Nets',
            bIsWebPath:true,
            sUrl:'nets.html',
            sTarget:'_self'
        },
        {   sTitle:'Repeaters',
            bIsWebPath:true,
            sUrl:'repeaters.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'My Repeater List',
                bIsWebPath:true,
                sUrl:'myrptlist.html',
                sTarget:'_self'
            }]
        }]
    },
    {   sTitle:'Motorcycles',
        bIsWebPath:true,
        sUrl:'motorcycle.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Me',
        bIsWebPath:true,
        sUrl:'me.html',
        sTarget:'_self'
    },
    {   sTitle:'Site Specifications',
        bIsWebPath:true,
        sUrl:'sitespecs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Help!',
    bIsWebPath:true,
    sUrl:'help.html',
    sTarget:'_self'
}]
});