var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Rug Collection',
    'bIsWebPath':true,
    'sUrl':'rug_collection.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Press-Events',
    'bIsWebPath':true,
    'sUrl':'press.html'
},
{   'sDescription':'highland wool rug, newzealand wool, custom rug,sigh design',
    'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
