var customNavTree159 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'service.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Marine',
        bIsWebPath:true,
        sUrl:'marine_services.html',
        sTarget:'_self'
    },
    {   sTitle:'Generator',
        bIsWebPath:true,
        sUrl:'marine_services.html',
        sTarget:'_self'
    },
    {   sTitle:'Electric Motor',
        bIsWebPath:true,
        sUrl:'electric_motor_services.html',
        sTarget:'_self'
    },
    {   sTitle:'Pumps',
        bIsWebPath:true,
        sUrl:'pump_services.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Parts',
    bIsWebPath:true,
    sUrl:'parts_department.html',
    sTarget:'_self'
},
{   sTitle:'Dealerships',
    bIsWebPath:true,
    sUrl:'dealerships.html',
    sTarget:'_self'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'for_sale.html',
    sTarget:'_self'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
}]
});
