var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'Design',
    'bIsWebPath':true,
    'sUrl':'design.htm'
},
{   'sTitle':'Domain',
    'bIsWebPath':true,
    'sUrl':'domain.htm'
},
{   'sTitle':'Engines',
    'bIsWebPath':true,
    'sUrl':'engines.htm'
},
{   'sTitle':'Email',
    'bIsWebPath':true,
    'sUrl':'email.htm'
}]
});
