// JavaScript Document

//Contents for Attend VON
var menu2=new Array()
menu2[0]='<a href="attendRegister.php">Register Now</a>'
menu2[1]='<a href="whoAttend.php">Who Should Attend?</a>'
//menu2[2]='<a href="brochure.php">Request a Brochure</a>'
menu2[3]='<a href="hotelTravel.php">Hotel & Travel</a>'


//Contents for Expo
var menu3=new Array()
menu3[0]='<a href="expoOverview.php">Overview</a>'
menu3[1]='<a href="expoCompanies.php">Participating Companies</a>'
menu3[2]='<a href="exhibitorRegister.php">Interested in Exhibiting?</a>'


//Contents for Conference
var menu4=new Array()
menu4[0]='<a href="confSchedule.php">Summary Schedule</a>'
menu4[1]='<a href="confSpeakers.php">Speakers</a>'
//menu4[2]='<a href="confTracks.php">Tracks</a>'
menu4[2]='<a href="CodeZone.php">Code Zone</a>'


//Contents for Exhibitors
var menu6=new Array()
menu6[0]='<a href="exhibitorBenefits.php">Why Exhibit?</a>'
menu6[1]='<a href="exhibitorMarketing.php">Marketing Opportunities</a>'
menu6[2]='<a href="exhibitorRegister.php">Interested in Exhibiting?</a>'
