var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Preva Laser Skin Care',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Liposuction',
        bIsWebPath:true,
        sUrl:'liposuction.html',
        sTarget:'_self'
    },
    {   sTitle:'Hair Removal',
        bIsWebPath:true,
        sUrl:'laser_hair_removal.html',
        sTarget:'_self'
    },
    {   sTitle:'Microdermabrasion',
        bIsWebPath:true,
        sUrl:'microdermabrasion.html',
        sTarget:'_self'
    },
    {   sTitle:'Pigmentation Correction',
        bIsWebPath:true,
        sUrl:'pigmentation_correction.html',
        sTarget:'_self'
    },
    {   sTitle:'Skin Rejuvenation | Botox',
        bIsWebPath:true,
        sUrl:'skin_rejuvenation.html',
        sTarget:'_self'
    },
    {   sTitle:'Face Lift',
        bIsWebPath:true,
        sUrl:'face_lift.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Monthly Specials',
    bIsWebPath:true,
    sUrl:'special_offer.html',
    sTarget:'_self'
}]
});
