var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Introduction',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'School',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Landscape',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Photo Restoration',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sDescription:'one to one tuition, photography tuition, tuition, digital camera course, photoshop tuition, ',
    sTitle:'Tuition',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
