/***********************************************
* Highlight Table Cells Script- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

//Specify highlight behavior. "TD" to highlight table cells, "TR" to highlight the entire row:
var highlightbehavior="TR"

var ns6=document.getElementById&&!document.all
var ie=document.all

function changeto(e,highlightcolor){
source=ie? event.srcElement : e.target
if (source.tagName=="TABLE")
return
while(source.tagName!=highlightbehavior && source.tagName!="HTML")
source=ns6? source.parentNode : source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function contains_ns6(master, slave) { //check if slave is contained by master
while (slave.parentNode)
if ((slave = slave.parentNode) == master)
return true;
return false;
}

function changeback(e,originalcolor){
if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TABLE")
return
else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
return
if ((ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)&&source.id!="a")
source.style.backgroundColor=originalcolor
else if ((ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)&&source.id=="a")
source.style.backgroundColor='#DBDBDB'
}

img1=img2=img3=img4=img5=img6=img7=img8=img9=img10=img11=img12=img13=img14=img15=img16=img17=img18=new Image();
img1.src="i/wo_orch.gif";
img2.src="i/wo_cham.gif";
img3.src="i/wo_chamv.gif";
img4.src="i/wo_opera.gif";
img5.src="i/wo_orchv.gif";
img6.src="i/wo_orchsc.gif";
img7.src="i/wo_chor.gif";
img8.src="i/wo_film.gif";
img9.src="i/wo_solo.gif";
img10.src="i/w_orch.gif";
img11.src="i/w_cham.gif";
img12.src="i/w_chamv.gif";
img13.src="i/w_opera.gif";
img14.src="i/w_orchv.gif";
img15.src="i/w_orchsc.gif";
img16.src="i/w_chor.gif";
img17.src="i/w_film.gif";
img18.src="i/w_solo.gif";

img21=img22=img23=img24=img25=img26=img27=img28=img29=img30=img31=img32=new Image();
img21.src="i/m_bio.gif";
img22.src="i/m_disc.gif";
img23.src="i/m_works.gif";
img24.src="i/m_news.gif";
img25.src="i/m_cont.gif";
img26.src="i/m_cal.gif";
img27.src="i/mo_bio.gif";
img28.src="i/mo_disc.gif";
img29.src="i/mo_works.gif";
img30.src="i/mo_news.gif";
img31.src="i/mo_cont.gif";
img32.src="i/mo_cal.gif";
