var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Insure Yourself',
    bIsWebPath:true,
    sUrl:'insureyourself.html',
    sTarget:'_self'
},
{   sTitle:'Auto',
    bIsWebPath:true,
    sUrl:'autoinsurance.html',
    sTarget:'_self'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'homeinsurance.html',
    sTarget:'_self'
},
{   sTitle:'Recreation Vehicle',
    bIsWebPath:true,
    sUrl:'rv.html',
    sTarget:'_self'
}]
});