var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'en Espanol',
    bIsWebPath:true,
    sUrl:'enespanol.html'
},
{   sTitle:'Frames',
    bIsWebPath:true,
    sUrl:'frames.html'
},
{   sTitle:'Ipad Contest',
    bIsWebPath:true,
    sUrl:'ipadcontest.html'
},
{   sTitle:'Questions',
    bIsWebPath:true,
    sUrl:'questions.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
