var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Intro',
    bIsWebPath:true,
    sUrl:'intro.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Intro (Russian)',
        bIsWebPath:true,
        sUrl:'introrussian.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The Team',
    bIsWebPath:true,
    sUrl:'team.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Acknowledgements',
        bIsWebPath:true,
        sUrl:'acknowledge.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Award Rules',
    bIsWebPath:true,
    sUrl:'award_rules.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'30MDG Awards',
        bIsWebPath:true,
        sUrl:'awards_01.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'30MDG re-application form',
            bIsWebPath:true,
            sUrl:'reapplication.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'members_02.php',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Member Webpage Links',
        bIsWebPath:true,
        sUrl:'memweblink.html',
        sTarget:'_self'
    },
    {   sTitle:'30MDG Merchandise',
        bIsWebPath:true,
        sUrl:'merchandise.html',
        sTarget:'_self'
    },
    {   sTitle:'Callsign Upgrade Request Form',
        bIsWebPath:true,
        sUrl:'callrequest.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards_02.php',
    sTarget:'_self'
},
{   sTitle:'30 M Info',
    bIsWebPath:true,
    sUrl:'info.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'30 Meter Band Info',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'30 Meter Band INFORMATION_Aug_2010.pdf'
    },
    {   sTitle:'Membership Graph',
        bIsWebPath:true,
        sUrl:'graph.html',
        sTarget:'_self'
    },
    {   sTitle:'Members Tips',
        bIsWebPath:true,
        sUrl:'tips.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Q&A',
    bIsWebPath:true,
    sUrl:'qa.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'QA Membership',
        bIsWebPath:true,
        sUrl:'qa_membership.html',
        sTarget:'_self'
    },
    {   sTitle:'Q&A Awards',
        bIsWebPath:true,
        sUrl:'qa_awards.html',
        sTarget:'_self'
    },
    {   sTitle:'Q&A Operating',
        bIsWebPath:true,
        sUrl:'qa_operating.html',
        sTarget:'_self'
    },
    {   sTitle:'Q&A General',
        bIsWebPath:true,
        sUrl:'qa_general.html',
        sTarget:'_self'
    }]
},
{   sTitle:'30 Spots',
    bIsWebPath:true,
    sUrl:'30spots.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'PSK Reporter',
        bIsExternal:true,
        sUrl:'http://psk.gladstonefamily.net/pskmap.html'
    },
    {   sTitle:'Latest 30M Spots',
        bIsExternal:true,
        sUrl:'http://www.dxscape.com/ww30cw.html'
    },
    {   sTitle:'30MDG Hamspots',
        bIsExternal:true,
        sUrl:'http://hamspots.net/30mdg/'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'30MDG Yahoo Reflector',
        bIsExternal:true,
        sUrl:'http://groups.yahoo.com/group/30MDG/'
    },
    {   sTitle:'30mdg logo',
        bIsWebPath:true,
        sUrl:'logos.html',
        sTarget:'_self'
    }]
}]
});