var customnavtree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'index.html',
        sTarget:'_self'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'index.html',
        sTarget:'_self'
    },
    {   sTitle:'Other',
        bIsWebPath:true,
        sUrl:'index.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Browser games',
        bIsWebPath:true,
        sUrl:'index.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'F.A.Q.',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
}]
});
