var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Company Profile',
    bIsWebPath:true,
    sUrl:'company.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.htm',"childArray" : [
    {   sTitle:'Automatic Take-Up Winches',
        bIsWebPath:true,
        sUrl:'automatic_take_up_winches.htm'
    },
    {   sTitle:'Battery Changing System',
        bIsWebPath:true,
        sUrl:'battery_changing_system.htm'
    },
    {   sTitle:'Builders Winch MK1 - 0.5 Ton',
        bIsWebPath:true,
        sUrl:'builders_winch_mk1.htm'
    },
    {   sTitle:'Builders Winch MK2 - 1 Ton',
        bIsWebPath:true,
        sUrl:'builders_winch_mk2.htm'
    },
    {   sTitle:'Double Drum DD800W Winch',
        bIsWebPath:true,
        sUrl:'double_drum_dd800w.htm'
    },
    {   sTitle:'DSB2.2 Electric Winch',
        bIsWebPath:true,
        sUrl:'dsb2.2_electric_winch.htm'
    },
    {   sTitle:'D350 Grease Pump',
        bIsWebPath:true,
        sUrl:'grease.htm'
    },
    {   sTitle:'Hand Winches',
        bIsWebPath:true,
        sUrl:'hand_winches.htm'
    },
    {   sTitle:'Heavy Duty Hand Winches',
        bIsWebPath:true,
        sUrl:'heavy_duty_hand_winches.htm'
    },
    {   sTitle:'Hydraulic Recovery Winches',
        bIsWebPath:true,
        sUrl:'hydraulic.htm'
    },
    {   sTitle:'Loadcells',
        bIsWebPath:true,
        sUrl:'loadcells.htm'
    },
    {   sTitle:'Mechanical Tensometer ',
        bIsWebPath:true,
        sUrl:'tension.htm'
    },
    {   sTitle:'Sheaves',
        bIsWebPath:true,
        sUrl:'sheave.htm'
    },
    {   sTitle:'Take-Up Winches',
        bIsWebPath:true,
        sUrl:'take_up_winches.htm'
    },
    {   sTitle:'300S Hand Winch',
        bIsWebPath:true,
        sUrl:'300s_winch.htm'
    },
    {   sTitle:'400S Hand Winch',
        bIsWebPath:true,
        sUrl:'400s_winch.htm'
    },
    {   sTitle:'Worm Winch',
        bIsWebPath:true,
        sUrl:'worm.htm'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.htm'
},
{   sTitle:'Enquiries',
    bIsWebPath:true,
    sUrl:'enquiries.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
