var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Here I show my collection of paintings on silk.This gallery presents paintings from different periods, different techniques and a wide variety of formats.\r\n\r\n',
    sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'PHOTOGRAPHY',
    bIsWebPath:true,
    sUrl:'photography.html'
},
{   sDescription:'On this page is published brief information about me and my creativity\r\n',
    sTitle:'ABOUT ME',
    bIsWebPath:true,
    sUrl:'about_me.html'
},
{   sDescription:'Here you can make a comment, express your opinion, send me a question or to order your painting on silk.\r\n',
    sTitle:'REQUEST',
    bIsWebPath:true,
    sUrl:'request.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
