var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.htm',"childArray" : [
    {   sTitle:'ExtSTAR™',
        bIsWebPath:true,
        sUrl:'extstar/index.htm',"childArray" : [
        {   sTitle:'Overview',
            bIsWebPath:true,
            sUrl:'extstar/index.htm',
            sTarget:'_self'
        },
        {   sTitle:'Latest Release',
            bIsWebPath:true,
            sUrl:'extstar/latestrelease.htm',
            sTarget:'_self'
        },
        {   sTitle:'Features & Benefits',
            bIsWebPath:true,
            sUrl:'extstar/features.htm',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.htm',"childArray" : [
    {   sTitle:'Management Reporting Systems',
        bIsWebPath:true,
        sUrl:'reporting.htm',
        sTarget:'_self'
    },
    {   sTitle:'Application Development',
        bIsWebPath:true,
        sUrl:'applicationdev.htm'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.htm',
    sTarget:'_self'
},
{   sTitle:'Company',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.htm',
        sTarget:'_self'
    },
    {   sTitle:'About KRAHE InfoSystems',
        bIsWebPath:true,
        sUrl:'about.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm',
    sTarget:'_self'
}]
});
