var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Miniature Store',
    bIsExternal:true,
    sUrl:'http://www.atinyworld.co.uk/store',
    sTarget:'_blank',"childArray" : [
    {   sTitle:'Miniature Accessories',
        bIsExternal:true,
        sUrl:'http://www.atinyworld.co.uk',
        sTarget:'_blank'
    },
    {   sTitle:'Miniature Furniture',
        bIsExternal:true,
        sUrl:'http://www.atinyworld.co.uk',
        sTarget:'_blank'
    },
    {   sTitle:'Miniature Artisan',
        bIsExternal:true,
        sUrl:'http://www.atinyworld.co.uk',
        sTarget:'_blank'
    },
    {   sTitle:'Staged Design',
        bIsExternal:true,
        sUrl:'http://www.atinyworld.co.uk',
        sTarget:'_blank'
    },
    {   sTitle:'Bargain Basement',
        bIsExternal:true,
        sUrl:'http://www.atinyworld.co.uk',
        sTarget:'_blank'
    },
    {   sTitle:'Store Special Offers',
        bIsWebPath:true,
        sUrl:'sso.html'
    }]
},
{   sTitle:'Miniature Forum',
    bIsWebPath:true,
    sUrl:'mforum.html'
},
{   sTitle:'Dolls House Information',
    bIsWebPath:true,
    sUrl:'dhi.html',"childArray" : [
    {   sTitle:'History Of Dolls Houses   ',
        bIsWebPath:true,
        sUrl:'hod.html'
    },
    {   sTitle:'Dolls House Choices   ',
        bIsWebPath:true,
        sUrl:'dhc.html'
    },
    {   sTitle:'Dolls House Construction',
        bIsWebPath:true,
        sUrl:'dhcon.html'
    },
    {   sTitle:'External Decoration',
        bIsWebPath:true,
        sUrl:'dhed.html'
    },
    {   sTitle:'Internal Decoration',
        bIsWebPath:true,
        sUrl:'dhid.html'
    },
    {   sTitle:'Dolls House Electricals',
        bIsWebPath:true,
        sUrl:'dhe.html'
    },
    {   sTitle:'Curtain Making',
        bIsWebPath:true,
        sUrl:'dhcm.html'
    },
    {   sTitle:'Dolls House Diary',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Dolls House Clubs',
        bIsWebPath:true,
        sUrl:'dhcc.html'
    },
    {   sTitle:'Miniature Tips',
        bIsWebPath:true,
        sUrl:'dhmt.html'
    },
    {   sTitle:'Miniature Links',
        bIsWebPath:true,
        sUrl:'dhml.html'
    }]
},
{   sTitle:'Help Desk',
    bIsWebPath:true,
    sUrl:'hd.html',"childArray" : [
    {   sTitle:'Company Information',
        bIsWebPath:true,
        sUrl:'ci.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'cu.html'
    },
    {   sTitle:'Terms Of Service',
        bIsWebPath:true,
        sUrl:'tos.html'
    },
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'pp.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'fq.html'
    },
    {   sTitle:'Site Map',
        bIsWebPath:true,
        sUrl:'sm.html'
    }]
}]
});