var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.asp'
},
{   sTitle:'Hardware',
    bIsWebPath:true,
    sUrl:'hardware.html'
},
{   sTitle:'Software',
    bIsWebPath:true,
    sUrl:'software.html'
},
{   sTitle:'Web',
    bIsWebPath:true,
    sUrl:'web.html'
},
{   sTitle:'Chi sono',
    bIsWebPath:true,
    sUrl:'chisono.html'
},
{   sTitle:'Contatti',
    bIsWebPath:true,
    sUrl:'contatti.asp'
},
{   sTitle:'Link',
    bIsWebPath:true,
    sUrl:'link.html'
},
{   sTitle:'Login',
    bIsWebPath:true,
    sUrl:'login.asp'
}]
});
