var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Lange Games',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Strategy Games',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sTitle':'Dragon Supreme',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Blue Sky Warriors',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Warriors at Timesend',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    }]
},
{   'sTitle':'Party Games',
    'bIsWebPath':true,
    'sUrl':'page13.html'
},
{   'sTitle':'OttCon',
    'bIsWebPath':true,
    'sUrl':'ottcon.html',"childArray" : [
    {   'sDescription':'OttCon4 Registration Form',
        'sTitle':'Registration',
        'bIsWebPath':true,
        'sUrl':'conregistration.html'
    },
    {   'sDescription':'add events that you will run at OttCon',
        'sTitle':'Event Registration',
        'bIsWebPath':true,
        'sUrl':'eventregistration.html'
    },
    {   'sTitle':'Events Listing',
        'bIsWebPath':true,
        'sUrl':'eventslisting.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
