<!--
var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='View the Exhibits'
content[1]='Hear the Soundtrack'
content[2]='Watch the Slide Show'
content[3]='View photos taken at the exhibition'
content[4]='View people who contributed<br> in the exhibition'
content[5]='<img src="pics/alex_logo.gif" width="250" height="67" alt="" border="0">'

function changetext(whichcontent){
if (document.all)
descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}


function reset(){
if (!scriptmenu.contains(event.toElement))
descriptions.innerHTML=temphtml
}
//-->
