var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Screen Shots',
    bIsWebPath:true,
    sUrl:'screenshots.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Support Forum',
    bIsExternal:true,
    sUrl:'http://www.dwvac.com/vac_phpBB3/viewforum.php?f=1'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'download.html'
},
{   sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'purchase.html'
},
{   sTitle:'Profiles',
    bIsWebPath:true,
    sUrl:'profiles.html'
}]
});