var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Intel ARROW E5300',
        bIsWebPath:true,
        sUrl:'intel arrow e5300.html',
        sTarget:'_self'
    },
    {   sTitle:'AMD ARROW 140',
        bIsWebPath:true,
        sUrl:'amd arrow 140.html',
        sTarget:'_self'
    },
    {   sTitle:'Laptops',
        bIsWebPath:true,
        sUrl:'laptops.html',
        sTarget:'_self'
    },
    {   sTitle:'AMD ARROW 245',
        bIsWebPath:true,
        sUrl:'amd arrow 245.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Terms of Use',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Ordering',
    bIsWebPath:true,
    sUrl:'ordering.html'
}]
});
