//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]="Articles of Interest"
textdisplay[1]="Images from AKC Day"
textdisplay[2]="Members brag about their dogs"
textdisplay[3]="Calendar of Events"
textdisplay[4]="The 2009 Holiday Party"
textdisplay[5]="OKA Code of Ethics"
textdisplay[6]="AKC: Government Relations"
textdisplay[7]="Links of Interest to Members"
textdisplay[8]="OKA Constitution"
textdisplay[9]="Icons and Cursors featuring our members' dogs"
textdisplay[10]="Subscribe to the Newsletter"
textdisplay[11]="Officers, Board Members and Committee Chairpersons"
textdisplay[12]="Go directly to Committee Chairpersons"
textdisplay[13]="Members show off their dogs"

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