var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.sys-point.it/index.php',
    sTarget:'_self'
},
{   sTitle:'Promozioni',
    sUrl:'http://www.sys-point.it/index.php?option=com_content&view=section&id=2&Itemid=22',
    sTarget:'_self'
},
{   sTitle:'Servizi',
    sUrl:'http://www.sys-point.it/index.php?option=com_content&view=section&id=3&Itemid=23',
    sTarget:'_self'
},
{   sTitle:'Contattaci',
    sUrl:'http://www.sys-point.it/index.php?option=com_contact&view=contact&id=1&Itemid=2',
    sTarget:'_self'
},
{   sTitle:'Dove Siamo',
    sUrl:'http://www.sys-point.it/index.php?option=com_content&view=article&id=4&Itemid=7',
    sTarget:'_self'
}]
});