var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Link to Home Page - Place your mouse here to navigate our site',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'More Information',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Contributing artists 1 - Mary Goulden / Jim Cockburn',
        bIsWebPath:true,
        sUrl:'page2.html'
    },
    {   sTitle:'Contributing artists 2 -Julia Newton / Zhao Ping Song',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   sTitle:'Contributing artists 3 - Jean Qin Duncan / Janette Thomson',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'Contributing artists 4 - Sue Shaw / Denise Playfair',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Contributing Artists 5 - Linda Scott-Robinson / John Maclean ',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Contributing artists 6 - Barbara Maclean / Sally Proe',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Students Gallery 1',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Students Gallery 2',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Resident artist & tutor - Tricia Duncan',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Resident artists - John & Barbara Maclean',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
}]
});
