var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Holiday Rentals in Bansko Bulgaria',
    sTitle:'Home -',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Aspen Golf -',
    bIsWebPath:true,
    sUrl:'aspen.html'
},
{   sTitle:'Orbilux -',
    bIsWebPath:true,
    sUrl:'orbilux.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
