var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.htm',"childArray" : [
    {   sTitle:'MAP',
        bIsWebPath:true,
        sUrl:'location.htm'
    },
    {   sTitle:'CONTACT US',
        bIsWebPath:true,
        sUrl:'contact_us.htm'
    }]
},
{   sTitle:'PARTY CATALOG',
    bIsWebPath:true,
    sUrl:'party_rental.htm',"childArray" : [
    {   sTitle:'TENTS',
        bIsWebPath:true,
        sUrl:'tents_rental.htm'
    },
    {   sTitle:'TABLES & CHAIRS',
        bIsWebPath:true,
        sUrl:'tables_chairs_rental.htm'
    },
    {   sTitle:'STAGING / DANCE FLOOR',
        bIsWebPath:true,
        sUrl:'staging_dance_floor.html'
    },
    {   sTitle:'CONCESSION EQUIPMENT',
        bIsWebPath:true,
        sUrl:'concession_equipment.html'
    },
    {   sTitle:'GAMES',
        bIsWebPath:true,
        sUrl:'games.html'
    },
    {   sTitle:'SOUND SYSTEMS',
        bIsWebPath:true,
        sUrl:'sound_systems.html'
    },
    {   sTitle:'FOOD SERVICE',
        bIsWebPath:true,
        sUrl:'food_service.htm'
    }]
},
{   sTitle:'EQUIPMENT CATALOG',
    bIsWebPath:true,
    sUrl:'equipment_rental.htm',"childArray" : [
    {   sTitle:'CONSTRUCTION EQUIPMENT',
        bIsWebPath:true,
        sUrl:'construction_equipment.html',"childArray" : [
        {   sTitle:'SKID STEER * MINI EX * TRENCHER',
            bIsWebPath:true,
            sUrl:'skid_steer_mini.html'
        },
        {   sTitle:'CONSTRUCTION TOOLS',
            bIsWebPath:true,
            sUrl:'construction_rental.htm'
        },
        {   sTitle:'SCAFFOLD & LIFTS',
            bIsWebPath:true,
            sUrl:'scaffold_lifts_rental.htm'
        },
        {   sTitle:'POWER TOOLS',
            bIsWebPath:true,
            sUrl:'power_tools_rental.htm'
        },
        {   sTitle:'CONCRETE TOOLS',
            bIsWebPath:true,
            sUrl:'concrete_equipment.htm'
        },
        {   sTitle:'AIR TOOLS',
            bIsWebPath:true,
            sUrl:'air_tools.html'
        }]
    },
    {   sTitle:'HOME OWNER EQUIPMENT',
        bIsWebPath:true,
        sUrl:'home_owner.html',"childArray" : [
        {   sTitle:'LAWN & GARDEN',
            bIsWebPath:true,
            sUrl:'lawn_garden.htm'
        },
        {   sTitle:'MOVING EQUIPMENT',
            bIsWebPath:true,
            sUrl:'moving_equipment.html'
        },
        {   sTitle:'PAINTING & LADDERS',
            bIsWebPath:true,
            sUrl:'painting_ladders_rental.htm'
        },
        {   sTitle:'FLOOR CARE',
            bIsWebPath:true,
            sUrl:'carpet_floor.htm'
        },
        {   sTitle:'PLUMBING TOOLS',
            bIsWebPath:true,
            sUrl:'plumbing.htm'
        },
        {   sTitle:'OFFICE & MEETING',
            bIsWebPath:true,
            sUrl:'office_meeting.htm'
        },
        {   sTitle:'AUTOMOTIVE',
            bIsWebPath:true,
            sUrl:'auto.htm'
        }]
    }]
},
{   sTitle:'TRUCK & TRAILER',
    bIsWebPath:true,
    sUrl:'trucks_trailers_rental.htm'
}]
});
