var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CV  ',
    bIsWebPath:true,
    sUrl:'presentation.html'
},
{   sTitle:'vernissage',
    bIsWebPath:true,
    sUrl:'vernissage.html'
},
{   sTitle:'galleri',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'icehotel',
    bIsWebPath:true,
    sUrl:'icehotel.html'
},
{   sTitle:'cowparade',
    bIsWebPath:true,
    sUrl:'cowparade.html'
},
{   sTitle:'skulptur',
    bIsWebPath:true,
    sUrl:'sculptur.html'
},
{   sTitle:'bild',
    bIsWebPath:true,
    sUrl:'picture.html'
},
{   sTitle:'projekt ',
    bIsWebPath:true,
    sUrl:'project.html'
},
{   sTitle:'ice work',
    bIsWebPath:true,
    sUrl:'end.html'
}]
});
