var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'General Info',
    bIsWebPath:true,
    sUrl:'generalinfo.html',"childArray" : [
    {   sTitle:'By the hour motel list',
        bIsWebPath:true,
        sUrl:'motel_list.html'
    },
    {   sTitle:'Good Hotels',
        bIsWebPath:true,
        sUrl:'goodhotels.html'
    },
    {   sTitle:'Difficult to Enter Hotels',
        bIsWebPath:true,
        sUrl:'difficulthotels.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Links 2',
        bIsWebPath:true,
        sUrl:'links2.html'
    },
    {   sTitle:'Links 3',
        bIsWebPath:true,
        sUrl:'links3.html'
    },
    {   sTitle:'Links 4',
        bIsWebPath:true,
        sUrl:'links4.html'
    },
    {   sTitle:'Links 5',
        bIsWebPath:true,
        sUrl:'links5.html'
    },
    {   sTitle:'Links 6',
        bIsWebPath:true,
        sUrl:'links6.html'
    },
    {   sTitle:'Banner Exchange',
        bIsWebPath:true,
        sUrl:'bannerexchange.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
