//Drop down menu w/ description- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and TOS,
//visit http://www.dynamicdrive.com

//CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE
var textdisplay=new Array()
textdisplay[0]="A season has come to many"
textdisplay[1]="Why can't I walk, God? And why can't I play? "
textdisplay[2]="Have you ever been Touched By An Angel? No doubt, "
textdisplay[3]="I love how your eyes close whenever you"
textdisplay[4]="When things go wrong as they sometimes will, When  "
textdisplay[5]="They slither ‘neath my skin at night To rob me of my sleep. The muscles twitch on "
textdisplay[6]="The world we live in often gives us little encouragement to touch the inner "
textdisplay[7]="Come take my hand and walk with me"
textdisplay[8]="If you can look at the sun and smile,"
textdisplay[9]="There are places I remember"
textdisplay[10]=" Give people more than they expect and do it cheerfully."
textdisplay[11]="I refuse to be discouraged,"
textdisplay[12]="An Open Letter:"
textdisplay[13]="When I look at a patch of dandelions, I see a bunch of weeds"
textdisplay[14]="I see your tears of sorrow, "
textdisplay[15]="Dreams can come true if you take the time to think about what you "
textdisplay[16]="When I was alone, you were only a whisper away..."
textdisplay[17]="Graphics by: FiddleStix"
textdisplay[18]="No matter what they tell us."
textdisplay[19]="Who can say where the road goes"
textdisplay[20]="Rock Mill Bridge was originally built in 1849 in Queen post style,"
textdisplay[21]="You asked, How are you doing?"
textdisplay[22]="You say you will never forget where you were when"
textdisplay[23]="Maybe God wants us to meet a few wrong people before"
textdisplay[24]="Can you see Him?"
textdisplay[25]="It was a rainy night in New Orleans"
textdisplay[26]="Although it sometimes seems to us our prayers have not been heard "
textdisplay[27]="Our Father, which art in heaven,"
textdisplay[28]="The man whispered, God, speak to me And"
textdisplay[29]="I may never see tomorrow; there's no written guarantee"
textdisplay[30]="I woke up early today, excited over all "
textdisplay[31]="Today I smiled, and all at once "
textdisplay[32]="What I feel, I can't say"
function displaydesc(which){
if (document.all)
descriptions.innerHTML=textdisplay[which]
else if (document.getElementById)
document.getElementById("descriptions").innerHTML=textdisplay[which]
}

displaydesc(document.a294.a969.selectedIndex)

document.a294.a969.options[0].selected=true

