<!--

bobbion = new Image; bobbion.src="../images/shared/bobbion.gif";
bobbioff = new Image; bobbioff.src="../images/shared/bobbioff.gif";
carreyon = new Image; carreyon.src="../images/shared/carreyon.gif";
carreyoff = new Image; carreyoff.src="../images/shared/carreyoff.gif";
bioon = new Image; bioon.src="../images/shared/bioon.gif";
biooff = new Image; biooff.src="../images/shared/biooff.gif";
productionson = new Image; productionson.src="../images/shared/productionson.gif";
productionsoff = new Image; productionsoff.src="../images/shared/productionsoff.gif";
calendaron = new Image; calendaron.src="../images/shared/calendaron.gif";
calendaroff = new Image; calendaroff.src="../images/shared/calendaroff.gif";
recordingson = new Image; recordingson.src="../images/shared/recordingson.gif";
recordingsoff = new Image; recordingsoff.src="../images/shared/recordingsoff.gif";
reviewson = new Image; reviewson.src="../images/shared/reviewson.gif";
reviewsoff = new Image; reviewsoff.src="../images/shared/reviewsoff.gif";
contacton = new Image; contacton.src="../images/shared/contacton.gif";
contactoff = new Image; contactoff.src="../images/shared/contactoff.gif";
janon = new Image; janon.src="../images/calendar/janon.gif";
janoff = new Image; janoff.src="../images/calendar/janoff.gif";
febon = new Image; febon.src="../images/calendar/febon.gif";
feboff = new Image; feboff.src="../images/calendar/feboff.gif";
marchon = new Image; marchon.src="../images/calendar/marchon.gif";
marchoff = new Image; marchoff.src="../images/calendar/marchoff.gif";
aprilon = new Image; aprilon.src="../images/calendar/aprilon.gif";
apriloff = new Image; apriloff.src="../images/calendar/apriloff.gif";
mayon = new Image; mayon.src="../images/calendar/mayon.gif";
mayoff = new Image; mayoff.src="../images/calendar/mayoff.gif";
juneon = new Image; juneon.src="../images/calendar/juneon.gif";
juneoff = new Image; juneoff.src="../images/calendar/juneoff.gif";
julyon = new Image; julyon.src="../images/calendar/julyon.gif";
julyoff = new Image; julyoff.src="../images/calendar/julyoff.gif";
augon = new Image; augon.src="../images/calendar/augon.gif";
augoff = new Image; augoff.src="../images/calendar/augoff.gif";
septon = new Image; septon.src="../images/calendar/septon.gif";
septoff = new Image; septoff.src="../images/calendar/septoff.gif";
octon = new Image; octon.src="../images/calendar/octon.gif";
octoff = new Image; octoff.src="../images/calendar/octoff.gif";
novon = new Image; novon.src="../images/calendar/novon.gif";
novoff = new Image; novoff.src="../images/calendar/novoff.gif";
decon = new Image; decon.src="../images/calendar/decon.gif";
decoff = new Image; decoff.src="../images/calendar/decoff.gif";
fouron = new Image; fouron.src="../images/calendar/2004on.gif";
fouroff = new Image; fouroff.src="../images/calendar/2004off.gif";
fiveon = new Image; fiveon.src="../images/calendar/2005on.gif";
fiveoff = new Image; fiveoff.src="../images/calendar/2005off.gif";
sixon = new Image; sixon.src="../images/calendar/2006on.gif";
sixoff = new Image; sixoff.src="../images/calendar/2006off.gif";
sevenon = new Image; sevenon.src="../images/calendar/2007on.gif";
sevenoff = new Image; sevenoff.src="../images/calendar/2007off.gif";
eighton = new Image; eighton.src="../images/calendar/2008on.gif";
eightoff = new Image; eightoff.src="../images/calendar/2008off.gif";
nineon = new Image; nineon.src="../images/calendar/2009on.gif";
nineoff = new Image; nineoff.src="../images/calendar/2009off.gif";
tenon = new Image; tenon.src="../images/calendar/2010on.gif";
tenoff = new Image; tenoff.src="../images/calendar/2010off.gif";
paston = new Image; paston.src="../images/calendar/paston.gif";
pastoff = new Image; pastoff.src="../images/calendar/pastoff.gif";
fourpaston = new Image; fourpaston.src="../images/calendar/2004paston.gif";
fourpastoff = new Image; fourpastoff.src="../images/calendar/2004pastoff.gif";
fivepaston = new Image; fivepaston.src="../images/calendar/2005paston.gif";
fivepastoff = new Image; fivepastoff.src="../images/calendar/2005pastoff.gif";
sixpaston = new Image; sixpaston.src="../images/calendar/2006paston.gif";
sixpastoff = new Image; sixpastoff.src="../images/calendar/2006pastoff.gif";
sevenpaston = new Image; sevenpaston.src="../images/calendar/2007paston.gif";
sevenpastoff = new Image; sevenpastoff.src="../images/calendar/2007pastoff.gif";
eightpaston = new Image; eightpaston.src="../images/calendar/2008paston.gif";
eightpastoff = new Image; eightpastoff.src="../images/calendar/2008pastoff.gif";
publon = new Image; publon.src="../images/calendar/publon.gif";
publoff = new Image; publoff.src="../images/calendar/publoff.gif";
privon = new Image; privon.src="../images/calendar/privon.gif";
privoff = new Image; privoff.src="../images/calendar/privoff.gif";

browsernum = parseInt(navigator.appVersion)

function SwapIn(ButtonName){

if (browsernum >= 3) {

if (ButtonName == "bobbi") {document.bobbi.src=bobbion.src}
if (ButtonName == "carrey") {document.carrey.src=carreyon.src}
if (ButtonName == "bio") {document.bio.src=bioon.src}
if (ButtonName == "productions") {document.productions.src=productionson.src}
if (ButtonName == "calendar") {document.calendar.src=calendaron.src}
if (ButtonName == "recordings") {document.recordings.src=recordingson.src}
if (ButtonName == "reviews") {document.reviews.src=reviewson.src}
if (ButtonName == "contact") {document.contact.src=contacton.src}
if (ButtonName == "jan") {document.jan.src=janon.src}
if (ButtonName == "feb") {document.feb.src=febon.src}
if (ButtonName == "march") {document.march.src=marchon.src}
if (ButtonName == "april") {document.april.src=aprilon.src}
if (ButtonName == "may") {document.may.src=mayon.src}
if (ButtonName == "june") {document.june.src=juneon.src}
if (ButtonName == "july") {document.july.src=julyon.src}
if (ButtonName == "aug") {document.aug.src=augon.src}
if (ButtonName == "sept") {document.sept.src=septon.src}
if (ButtonName == "oct") {document.oct.src=octon.src}
if (ButtonName == "nov") {document.nov.src=novon.src}
if (ButtonName == "dec") {document.dec.src=decon.src}
if (ButtonName == "jan2") {document.jan2.src=janon.src}
if (ButtonName == "feb2") {document.feb2.src=febon.src}
if (ButtonName == "march2") {document.march2.src=marchon.src}
if (ButtonName == "april2") {document.april2.src=aprilon.src}
if (ButtonName == "may2") {document.may2.src=mayon.src}
if (ButtonName == "june2") {document.june2.src=juneon.src}
if (ButtonName == "july2") {document.july2.src=julyon.src}
if (ButtonName == "aug2") {document.aug2.src=augon.src}
if (ButtonName == "sept2") {document.sept2.src=septon.src}
if (ButtonName == "oct2") {document.oct2.src=octon.src}
if (ButtonName == "nov2") {document.nov2.src=novon.src}
if (ButtonName == "dec2") {document.dec2.src=decon.src}
if (ButtonName == "four") {document.four.src=fouron.src}
if (ButtonName == "five") {document.five.src=fiveon.src}
if (ButtonName == "six") {document.six.src=sixon.src}
if (ButtonName == "seven") {document.seven.src=sevenon.src}
if (ButtonName == "eight") {document.eight.src=eighton.src}
if (ButtonName == "nine") {document.nine.src=nineon.src}
if (ButtonName == "ten") {document.ten.src=tenon.src}
if (ButtonName == "past") {document.past.src=paston.src}
if (ButtonName == "fourpast") {document.fourpast.src=fourpaston.src}
if (ButtonName == "fivepast") {document.fivepast.src=fivepaston.src}
if (ButtonName == "sixpast") {document.sixpast.src=sixpaston.src}
if (ButtonName == "sevenpast") {document.sevenpast.src=sevenpaston.src}
if (ButtonName == "eightpast") {document.eightpast.src=eightpaston.src}
if (ButtonName == "publ") {document.publ.src=publon.src}
if (ButtonName == "priv") {document.priv.src=privon.src}
}
}
function SwapOut(ButtonName){

if (browsernum >= 3) {

if (ButtonName == "bobbi") {document.bobbi.src=bobbioff.src}
if (ButtonName == "carrey") {document.carrey.src=carreyoff.src}
if (ButtonName == "bio") {document.bio.src=biooff.src}
if (ButtonName == "productions") {document.productions.src=productionsoff.src}
if (ButtonName == "calendar") {document.calendar.src=calendaroff.src}
if (ButtonName == "recordings") {document.recordings.src=recordingsoff.src}
if (ButtonName == "reviews") {document.reviews.src=reviewsoff.src}
if (ButtonName == "contact") {document.contact.src=contactoff.src}
if (ButtonName == "jan") {document.jan.src=janoff.src}
if (ButtonName == "feb") {document.feb.src=feboff.src}
if (ButtonName == "march") {document.march.src=marchoff.src}
if (ButtonName == "april") {document.april.src=apriloff.src}
if (ButtonName == "may") {document.may.src=mayoff.src}
if (ButtonName == "june") {document.june.src=juneoff.src}
if (ButtonName == "july") {document.july.src=julyoff.src}
if (ButtonName == "aug") {document.aug.src=augoff.src}
if (ButtonName == "sept") {document.sept.src=septoff.src}
if (ButtonName == "oct") {document.oct.src=octoff.src}
if (ButtonName == "nov") {document.nov.src=novoff.src}
if (ButtonName == "dec") {document.dec.src=decoff.src}
if (ButtonName == "jan2") {document.jan2.src=janoff.src}
if (ButtonName == "feb2") {document.feb2.src=feboff.src}
if (ButtonName == "march2") {document.march2.src=marchoff.src}
if (ButtonName == "april2") {document.april2.src=apriloff.src}
if (ButtonName == "may2") {document.may2.src=mayoff.src}
if (ButtonName == "june2") {document.june2.src=juneoff.src}
if (ButtonName == "july2") {document.july2.src=julyoff.src}
if (ButtonName == "aug2") {document.aug2.src=augoff.src}
if (ButtonName == "sept2") {document.sept2.src=septoff.src}
if (ButtonName == "oct2") {document.oct2.src=octoff.src}
if (ButtonName == "nov2") {document.nov2.src=novoff.src}
if (ButtonName == "dec2") {document.dec2.src=decoff.src}
if (ButtonName == "four") {document.four.src=fouroff.src}
if (ButtonName == "five") {document.five.src=fiveoff.src}
if (ButtonName == "six") {document.six.src=sixoff.src}
if (ButtonName == "seven") {document.seven.src=sevenoff.src}
if (ButtonName == "eight") {document.eight.src=eightoff.src}
if (ButtonName == "nine") {document.nine.src=nineoff.src}
if (ButtonName == "ten") {document.ten.src=tenoff.src}
if (ButtonName == "past") {document.past.src=pastoff.src}
if (ButtonName == "fourpast") {document.fourpast.src=fourpastoff.src}
if (ButtonName == "fivepast") {document.fivepast.src=fivepastoff.src}
if (ButtonName == "sixpast") {document.sixpast.src=sixpastoff.src}
if (ButtonName == "sevenpast") {document.sevenpast.src=sevenpastoff.src}
if (ButtonName == "eightpast") {document.eightpast.src=eightpastoff.src}
if (ButtonName == "publ") {document.publ.src=publoff.src}
if (ButtonName == "priv") {document.priv.src=privoff.src}
}
}
//-->
