imgSeason = new Image();
imgSeason.src = './images/cmdseason.gif';
ovrSeason = new Image();
ovrSeason.src = './images/ovrseason.gif';
imgOrchestra = new Image();
imgOrchestra.src = './images/cmdorchestra.gif';
ovrOrchestra = new Image();
ovrOrchestra.src = './images/ovrorchestra.gif';
imgInvolved = new Image();
imgInvolved.src = './images/cmdinvolved.gif';
ovrInvolved = new Image();
ovrInvolved.src = './images/ovrinvolved.gif';
imgAbout = new Image();
imgAbout.src = './images/cmdabout.gif';
ovrAbout = new Image();
ovrAbout.src = './images/ovrabout.gif';
imgNews = new Image();
imgNews.src = './images/cmdnews.gif';
ovrNews = new Image();
ovrNews.src = './images/ovrnews.gif';
imgStore = new Image();
imgStore.src = './images/cmdstore.gif';
ovrStore = new Image();
ovrStore.src = './images/ovrstore.gif';
imgEspanol = new Image();
imgEspanol.src = './images/cmdespanol.gif';
ovrEspanol = new Image();
ovrEspanol.src = './images/ovrespanol.gif';


// Cal changed 2008 02 02 to change menu to 'ORCHESTRA PHOTOS' diplay on menu
//Cal added 2004 photo on 03 26 2007 
// SECTION A
imgorchestraphotos = new Image();
imgorchestraphotos.src = './images/cmdorchestraphotos.gif';
ovrorchestraphotos = new Image();
ovrorchestraphotos.src = './images/ovrorchestraphotos.gif';
// SECTION A
//Cal end 2004 Photos on 03 26 2007
// Cal changed 2008 02 02 to change menu to 'ORCHESTRA PHOTOS' diplay on menu

//Cal start added citation 04 16 2007
imgcitation = new Image();
imgcitation.src = './images/cmdcitation.gif';
ovrcitation = new Image();
ovrcitation.src = './images/ovrcitation.gif';
//Cal end added citation 04 16 2007

//Cal start added videohistory 05 21 2007
imgvideohistory = new Image();
imgvideohistory.src = './images/cmdvideohistory.gif';
ovrvideohistory = new Image();
ovrvideohistory.src = './images/ovrvideohistory.gif';
//Cal end added videohistory 05 21 2007


//Cal start added links 02 02 2008
imglinks = new Image();
imglinks.src = './images/cmdlinks.gif';
ovrlinks = new Image();
ovrlinks.src = './images/ovrlinks.gif';
//Cal end added links 02 02 2008



// cal comment - top protoion of mneu (Reading Philharmonic Orchestra)
document.writeln("<TABLE STYLE='position: absolute; top: 0; left: 0;' CELLSPACING='0' CELLPADDING='0' BORDER='0'>");
document.writeln("<TR><TD>");
document.writeln("<A HREF='index.html'><IMG HEIGHT='150' WIDTH='800' SRC='images/rpomasthead.gif'></A><BR>");
document.writeln("<A HREF='schedule.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdSeason'    SRC='images/cmdseason.gif'    onMouseOver='cmdSeason.src=ovrSeason.src;' onMouseOut='cmdSeason.src=imgSeason.src;'></A><BR>");
// cal comment - end of top portion of menu)

if (selSeason) {
  document.writeln("<A HREF='schedule.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdSchedule' SRC='images/cmdschedule.gif' onMouseOver='cmdSchedule.src=ovrSchedule.src;' onMouseOut='cmdSchedule.src=imgSchedule.src;'></A><BR>");
  document.writeln("<A HREF='programnotes.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdProgramNotes' SRC='images/cmdprogramnotes.gif' onMouseOver='cmdProgramNotes.src=ovrProgramNotes.src;' onMouseOut='cmdProgramNotes.src=imgProgramNotes.src;'></A><BR>");
}

document.writeln("<A HREF='roster.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdOrchestra' SRC='images/cmdorchestra.gif' onMouseOver='cmdOrchestra.src=ovrOrchestra.src;' onMouseOut='cmdOrchestra.src=imgOrchestra.src;'></A><BR>");

if (selOrchestra) {
  document.writeln("<A HREF='roster.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdRoster' SRC='images/cmdroster.gif' onMouseOver='cmdRoster.src=ovrRoster.src;' onMouseOut='cmdRoster.src=imgRoster.src;'></A><BR>");
  document.writeln("<A HREF='conductors.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdConductors' SRC='images/cmdonductors.gif' onMouseOver='cmdConductors.src=ovrConductors.src;' onMouseOut='cmdConductors.src=imgConductors.src;'></A><BR>");
}

document.writeln("<A HREF='support.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdInvolved'  SRC='images/cmdinvolved.gif' onMouseOver='cmdInvolved.src=ovrInvolved.src;' onMouseOut='cmdInvolved.src=imgInvolved.src;'></A><BR>");

if (selInvolved) {
  document.writeln("<A HREF='support.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdSupport' SRC='images/cmdsupport.gif' onMouseOver='cmdSupport.src=ovrSupport.src;' onMouseOut='cmdSupport.src=imgSupport.src;'></A><BR>");
  document.writeln("<A HREF='join.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdJoin' SRC='images/cmdjoin.gif' onMouseOver='cmdJoin.src=ovrJoin.src;' onMouseOut='cmdJoin.src=imgJoin.src;'></A><BR>");
//  document.writeln("<A HREF='mailing.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdMailing' SRC='images/cmdmailing.gif' onMouseOver='cmdMailing.src=ovrMailing.src;' onMouseOut='cmdMailing.src=imgMailing.src;'></A><BR>");
}

document.writeln("<A HREF='mission.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdAbout'     SRC='images/cmdabout.gif'    onMouseOver='cmdAbout.src=ovrAbout.src;'       onMouseOut='cmdAbout.src=imgAbout.src;'></A><BR>");

if (selAbout) {
  document.writeln("<A HREF='mission.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdMission' SRC='images/cmdmission.gif' onMouseOver='cmdMission.src=ovrMission.src;' onMouseOut='cmdMission.src=imgMission.src;'></A><BR>");
  document.writeln("<A HREF='history.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdHistory' SRC='images/cmdhistory.gif' onMouseOver='cmdHistory.src=ovrHistory.src;' onMouseOut='cmdHistory.src=imgHistory.src;'></A><BR>");
  document.writeln("<A HREF='board.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdBoard' SRC='images/cmdboard.gif' onMouseOver='cmdBoard.src=ovrBoard.src;' onMouseOut='cmdBoard.src=imgBoard.src;'></A><BR>");
}

// cal added 06 23 2007




//document.writeln("<A HREF='newsreleases.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdNews'      SRC='images/cmdnews.gif'     onMouseOver='cmdNews.src=ovrNews.src;'         onMouseOut='cmdNews.src=imgNews.src;'></A><BR>");

// test on 0202 2008
if (selSeason) {}
// test end on 02 02 2008

// Cal changed 2009 02 02 to change menu to 'ORCHESTRA PHOTOS' diplay on menu
// cal start added 2004photo 03 25 2007
// SECTION B
document.writeln("<A HREF='orchestraphotos.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdorchestraphotos'     SRC='images/cmdorchestraphotos.gif'    onMouseOver='cmdorchestraphotos.src=ovrorchestraphotos.src;'       onMouseOut='cmdorchestraphotos.src=imgorchestraphotos.src;'></A><BR>");
// SECTION B
// cal end added 2004photo 03 25 2007
// Cal changed 2009 02 02 to change menu to 'ORCHESTRA PHOTOS' diplay on menu

// cal start added citation 04 16 2007  changed citation.html to citations.html 08 23 2007
document.writeln("<A HREF='citations.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdcitation'     SRC='images/cmdcitation.gif'    onMouseOver='cmdcitation.src=ovrcitation.src;'       onMouseOut='cmdcitation.src=imgcitation.src;'></A><BR>");
// cal end added citation 04 16 2007

// cal start - added videohistory 05 21 2007
document.writeln("<A HREF='videohistory.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdvideohistory'     SRC='images/cmdvideohistory.gif'    onMouseOver='cmdvideohistory.src=ovrvideohistory.src;'       onMouseOut='cmdvideohistory.src=imgvideohistory.src;'></A><BR>");
// cal end  - added videohistory 05 21 2007

// cal start - added links 02 02 2008
document.writeln("<A HREF='links.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdlinks'     SRC='images/cmdlinks.gif'    onMouseOver='cmdlinks.src=ovrlinks.src;'       onMouseOut='cmdlinks.src=imglinks.src;'></A><BR>");
// cal end  - added links 02 02 2008

document.writeln("<A HREF='http://www.cafepress.com/ReadingPhilOrch'><IMG HEIGHT='18' WIDTH='250' NAME='cmdStore'     SRC='images/cmdstore.gif'    onMouseOver='cmdStore.src=ovrStore.src;'       onMouseOut='cmdStore.src=imgStore.src;'></A><BR>");

document.writeln("<A HREF='espanol.html'><IMG HEIGHT='18' WIDTH='250' NAME='cmdEspanol'     SRC='./images/cmdespanol.gif'    onMouseOver='cmdEspanol.src=ovrEspanol.src;'       onMouseOut='cmdEspanol.src=imgEspanol.src;'></A><BR>");
document.writeln("</TD></TR></TABLE>");




