var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'RSG*RE',
        bIsWebPath:true,
        sUrl:'rsg_re.html'
    },
    {   sTitle:'RSG*Ceded',
        bIsWebPath:true,
        sUrl:'rsg_ceded.html'
    },
    {   sTitle:'Visual*Re',
        bIsWebPath:true,
        sUrl:'visualre.html'
    },
    {   sTitle:'Robis',
        bIsWebPath:true,
        sUrl:'robis.html'
    },
    {   sTitle:'RE*EDI',
        bIsWebPath:true,
        sUrl:'re_edi.html'
    },
    {   sTitle:'RSG*SQL',
        bIsWebPath:true,
        sUrl:'rsg_sql.html'
    },
    {   sTitle:'Accrusys',
        bIsWebPath:true,
        sUrl:'accrusys.html'
    },
    {   sTitle:'STAR',
        bIsWebPath:true,
        sUrl:'star.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
