var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'about.html',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1'
},
{   sTitle:'contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1'
},
{   sTitle:'detailed info',
    bIsWebPath:true,
    sUrl:'detailedinfo.php',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1'
},
{   sTitle:'magazine covers',
    bIsWebPath:true,
    sUrl:'magazinecovers.html',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1'
},
{   sTitle:'Admin',
    bIsWebPath:true,
    sUrl:'admin.php'
}]
});