var global_navtree = WpNavBar.readTree({

"childArray" : [

{   sDescription:'West Midland Childrens Theatre - Plays Pantomimes for primary and SEN schools',

    sTitle:'Home',

    bIsWebPath:true,

    sUrl:'index.html'

},

{   sTitle:'Gallery',

    bIsWebPath:true,

    sUrl:'page2.html',

    sTarget:'_self',"childArray" : [

    {   sTitle:'Photographs',

        bIsWebPath:true,

        sUrl:'page7.html',

        sTarget:'_self'

    }]

},

{   sTitle:'About Us',

    bIsWebPath:true,

    sUrl:'page4.html',

    sTarget:'_self',"childArray" : [

    {   sTitle:'Primary',

        bIsWebPath:true,

        sUrl:'page5.html',

        sTarget:'_self'

    },

    {   sTitle:'Special Needs',

        bIsWebPath:true,

        sUrl:'page6.html',

        sTarget:'_self'

    }]

},

{   sTitle:'Contact Us',

    bIsWebPath:true,

    sUrl:'page3.html',

    sTarget:'_self',"childArray" : [

    {   sTitle:'Email',

        bIsWebPath:true,

        sUrl:'page9.html',

        sTarget:'_self',"childArray" : [

        {   sTitle:'By Post',

            bIsWebPath:true,

            sUrl:'page12.html',

            sTarget:'_self'

        }]

    },

    {   sTitle:'Telephone',

        bIsWebPath:true,

        sUrl:'page10.html',

        sTarget:'_self'

    },

    {   sTitle:'Fax',

        bIsWebPath:true,

        sUrl:'page11.html',

        sTarget:'_self'

    },

    {   sTitle:'Testimonial\'s',

        bIsWebPath:true,

        sUrl:'page13.html',

        sTarget:'_self'

    }]

},

{   sTitle:'Booklet',

    bIsWebPath:true,

    sUrl:'page14.html',

    sTarget:'_self'

}]

});