//linktext[0]="Register Online, Rates and Categories, Printable Form"
//linktext[1]="Travel and Transportation, Conference FAQs, 10 Reasons Your Must Attend"
//linktext[2]="Preconference Workshops, Plenary Speakers, Sessions and Seminars, Poster Fairs"
//linktext[3]="Exhibitor Listings, Interactive Floor Plan, Become an Exhibitor"
//linktext[4]="Plan Your Daily Schedule"
//linktext[5]="Conference Connection, Career Center, Knowledge Community Events, Volunteering"

//During ac11
//linktext[0]="Register Online, Rates and Categories, Printable Form"
//linktext[1]="Travel, Schedule, FAQs, Communicating the Value, 10 Reasons you Must Attend, Budget-friendly Tips"
//linktext[2]="Preconference Workshops, Unique Learning Opportunities, Plenary Speakers, Sessions and Seminars, and Poster Fairs"
//linktext[3]="Exhibitor Listings, Interactive Floor Plan, Become an Exhibitor"
//linktext[4]="Schedule-at-a-Glance"
//linktext[5]="Conference Connection, Career Center, International Attendees, First-timers, and Knowledge Communities"

//Link Description script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and TOS, visit http://www.dynamicdrive.com

//change link descriptions to your own. Extend as needed
var linktext=new Array()
linktext[0]="Registration and Housing open March 1, 2012"
linktext[1]="Travel, Schedule, FAQs, the Value of Attending"
linktext[2]="Preconference Workshops, Unique Learning Opportunities, Plenary Speakers, Sessions and Seminars, and Poster Fairs"
linktext[3]="Become an Exhibitor"
linktext[4]="Schedule-at-a-Glance"
linktext[5]="Conference Connection, Career Center, International Attendees, First-timers, and Knowledge Communities"

var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}

function resetit(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}


