var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Paintless Dent Repair',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Buyer Beware!',
        bIsWebPath:true,
        sUrl:'alert.html'
    },
    {   sTitle:'Insurance Claims',
        bIsWebPath:true,
        sUrl:'insurance.html'
    },
    {   sTitle:'Leased Vehicles',
        bIsWebPath:true,
        sUrl:'leased.html'
    },
    {   sTitle:'Benefits',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#Benefits'
    },
    {   sTitle:'What\'s Repairable?',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#types'
    },
    {   sTitle:'Guarantee',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#Guarantee'
    }]
},
{   sTitle:'Why Choose Us?',
    bIsWebPath:true,
    sUrl:'why choose us.html'
},
{   sTitle:'Free Estimate',
    bIsWebPath:true,
    sUrl:'free_estimate.html'
},
{   sTitle:'Windshield Repair',
    bIsWebPath:true,
    sUrl:'windshield_repair.html'
},
{   sTitle:'Awards/News/Specials',
    bIsWebPath:true,
    sUrl:'awards_news_specials.html'
},
{   sTitle:'Customer Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Pay Your Bill',
    bIsWebPath:true,
    sUrl:'paybill.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
