var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'F I L M / T V',
    bIsWebPath:true,
    sUrl:'film.html'
},
{   sTitle:'T H E A T R E',
    bIsWebPath:true,
    sUrl:'theatermain.html',"childArray" : [
    {   sTitle:'LIGHTING DESIGN',
        bIsWebPath:true,
        sUrl:'theater.html'
    },
    {   sTitle:'PRODUCTION ELECTRICIAN',
        bIsWebPath:true,
        sUrl:'electrics.html'
    },
    {   sTitle:'PRESS',
        bIsWebPath:true,
        sUrl:'press.html'
    },
    {   sTitle:'PHOTO GALLERY',
        bIsWebPath:true,
        sUrl:'portfolio.html'
    },
    {   sTitle:'VIDEO GALLERY',
        bIsWebPath:true,
        sUrl:'videos.html'
    }]
},
{   sTitle:'C O N T A C T',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});