var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home | ',
    bIsWebPath:true,
    sUrl:'homeframe.php',
    sTarget:'ifrm_1'
},
{   sTitle:'About Us | ',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'ifrm_1'
},
{   sTitle:'Our Vision | ',
    bIsWebPath:true,
    sUrl:'ourvision.html',
    sTarget:'ifrm_1'
},
{   sTitle:'News | ',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Results | ',
    bIsWebPath:true,
    sUrl:'results.html',
    sTarget:'_self'
},
{   sTitle:'Staff |',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'ifrm_1'
},
{   sTitle:'Gallery |',
    bIsWebPath:true,
    sUrl:'photoindex.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'ifrm_1'
}]
});
