var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html'
},
{   sTitle:'Pageant Information',
    bIsWebPath:true,
    sUrl:'pageant_information.html'
},
{   sTitle:'Miss Contestant Info',
    bIsWebPath:true,
    sUrl:'miss_contestant_info.html'
},
{   sTitle:'Teen Contestant Info',
    bIsWebPath:true,
    sUrl:'teen_contestant_info.html'
},
{   sTitle:'Princess Program Info',
    bIsWebPath:true,
    sUrl:'princess_program_information.html',
    sTarget:'_self'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'2011_sponsors.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
