var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home (Restart) ',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Parking Areas',
    bIsWebPath:true,
    sUrl:'parkingareas.htm',
    sTarget:'_self'
},
{   sTitle:'Transportation',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Citations (Tickets)',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self'
}]
});
