var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Frames',
    bIsWebPath:true,
    sUrl:'frames.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'On-line order form ',
    bIsWebPath:true,
    sUrl:'onlineorderform.html'
},
{   sTitle:'Lenses',
    bIsWebPath:true,
    sUrl:'lenses.html'
}]
});