var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.shtml'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.shtml',"childArray" : [
    {   sTitle:'Cable Hoist',
        bIsWebPath:true,
        sUrl:'cable_hoist.shtml',"childArray" : [
        {   sTitle:'Standard Series Cable Hoist',
            bIsWebPath:true,
            sUrl:'standard_cable_hoist.shtml'
        },
        {   sTitle:'Rapid Lowering Series Cable Hoist',
            bIsWebPath:true,
            sUrl:'rapid_lowering_hoists.shtml'
        },
        {   sTitle:'ASME Series Cable Hoist',
            bIsWebPath:true,
            sUrl:'asme_cable_hoist.shtml'
        },
        {   sTitle:'Marine Series Cable Hoist',
            bIsWebPath:true,
            sUrl:'marine_cable_hoist.shtml'
        },
        {   sTitle:'Cable Hoist Options',
            bIsWebPath:true,
            sUrl:'cable_hoist_options.shtml'
        }]
    },
    {   sTitle:'Web Strap Hoist',
        bIsWebPath:true,
        sUrl:'web_strap_hoist.shtml',"childArray" : [
        {   sTitle:'Standard Web Hoist',
            bIsWebPath:true,
            sUrl:'standard_web_hoist.shtml'
        },
        {   sTitle:'Convertible Web Hoist',
            bIsWebPath:true,
            sUrl:'convertible_web_hoist.shtml'
        },
        {   sTitle:'Stress Link Overload Warning System',
            bIsWebPath:true,
            sUrl:'stress_link_overload_warning_system.shtml'
        },
        {   sTitle:'Web Strap Hoist Options',
            bIsWebPath:true,
            sUrl:'web_strap_hoist_options.shtml'
        }]
    },
    {   sTitle:'Lincoln Hoist® & LUG-ALL® Parts',
        bIsWebPath:true,
        sUrl:'lincoln_hoist_and_lug_all_parts.shtml'
    }]
},
{   sTitle:'RFID',
    bIsWebPath:true,
    sUrl:'rfid.shtml',"childArray" : [
    {   sTitle:'RFID Software Demo',
        bIsWebPath:true,
        sUrl:'rfid_software_demo.shtml'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'lincoln_hoist_downloads.shtml',"childArray" : [
    {   sTitle:'Cable Hoist Schematics',
        bIsWebPath:true,
        sUrl:'cable_hoist_schematics.shtml'
    },
    {   sTitle:'Web Strap Hoist Schematics',
        bIsWebPath:true,
        sUrl:'web_strap_hoist_schematics.shtml'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'lincoln_hoist_news.shtml',"childArray" : [
    {   sTitle:'Trade Shows',
        bIsWebPath:true,
        sUrl:'trade_shows.shtml',"childArray" : [
        {   sTitle:'2011 ICUEE',
            bIsWebPath:true,
            sUrl:'2011_icuee.shtml'
        },
        {   sTitle:'2011 ESMO',
            bIsWebPath:true,
            sUrl:'page27.shtml'
        },
        {   sTitle:'2011 NEPPA Conference & Expo',
            bIsWebPath:true,
            sUrl:'2011_neppa_expo.shtml'
        }]
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_lincoln_hoist.shtml'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about_lincoln_hoist.shtml'
}]
});
