<!--
/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
* Edited by Erin Dawson for the Teaching/Learning Center @ BHC
***********************************************/

//Server Path
//Pathname="file:///N:/TLC%20New/"		//LOCAL PATH
//Pathname="http://facweb.bhc.edu/tlc/test/"	//TEST PATH
Pathname="http://facweb.bhc.edu/tlc/"		//LIVE PATH

//Contents for menu 1  About the T/LC
var menu1=new Array()
menu1[0]='<a href="' + Pathname + 'about/objectives.html">Mission and Goals</a>'
menu1[1]='<a href="' + Pathname + 'about/history.html">History of TLC at BHC</a>'
menu1[2]='<a href="' + Pathname + 'about/directions.html">Directions and Locations</a>'
menu1[3]='<a href="' + Pathname + 'about/tours.html">TLC Virtual Tours</a>'
menu1[4]='<a href="' + Pathname + 'about/services.html">T/LC Services</a>'
menu1[5]='<a href="' + Pathname + 'about/tlcteam.html">TLC Team</a>'
menu1[6]='<a href="' + Pathname + 'about/contact.html">Contact Us</a>'

//Contents for menu 2 Events
var menu2=new Array()
menu2[0]='<a href="' + Pathname + 'events/qccalendar.html">QC Calendar</a>'
menu2[1]='<a href="' + Pathname + 'events/eastcalendar.html">East Calendar</a>'
menu2[2]='<a href="' + Pathname + 'events/ondemand.html">On Demand Learning Events & Resources</a>'
menu2[3]='<a href="' + Pathname + 'events/offcampus.html">Off Campus Conferences</a>'
menu2[4]='<a href="' + Pathname + 'events/internetradio.html">Internet Radio</a>'

//Contents for menu 3 Tech Toolbox
var menu3=new Array()
menu3[0]='<a href="' + Pathname + 'tech/stepbystep.html">Step by Step Tutorials</a>'
menu3[1]='<a href="' + Pathname + 'tech/stepbystep/other/RoomInstructions.htm">Classroom Instructions</a>'
menu3[2]='<a href="' + Pathname + 'tech/accessibility.htm">Web Accessibility</a>'
menu3[3]='<a href="' + Pathname + 'tech/tempgallery.html">Template Gallery</a>'
menu3[4]='<a href="' + Pathname + 'tech/photogallery.html">Photo Gallery</a>'
menu3[5]='<a href="' + Pathname + 'tech/streaming.html">Streaming Media</a>'
menu3[6]='<a href="' + Pathname + 'events/internetradio.html">Internet Radio</a>'
menu3[7]='<a href="' + Pathname + 'tech/troubleshooting.html">Troubleshooting</a>'
menu3[8]='<a href="' + Pathname + 'tech/software.html">T/LC Software</a>'

//Contents for menu 4 Learn More
var menu4=new Array()
menu4[0]='<a href="' + Pathname + 'learn/mentoring.html">New Faculty Mentoring</a>'
//menu4[1]='<a href="' + Pathname + 'construction/construction.html">Keynoters</a>'
//menu4[2]='<a href="learn/conference.html">Conference Sharing</a>'
menu4[3]='<a href="' + Pathname + 'learn/StudentLearningOutcomes/">Student Learning & Assessment</a>'
menu4[4]='<a href="' + Pathname + 'learn/hottopics.html">Hot Topics</a>'
menu4[5]='<a href="' + Pathname + 'learn/resourcebank.html">Faculty Resource Bank</a>'
//menu4[6]='<a href="learn/webzines.html">Webzines</a>'
//menu4[7]='<a href="learn/module.html">Module Gallery</a>'
//menu4[8]='<a href="' + Pathname + 'construction/construction.html">Book Club</a>'
menu4[9]='<a href="' + Pathname + 'learn/learning_communities.htm">Learning Communities</a>'
menu4[10]='<a href="' + Pathname + 'learn/webresources.html">Web Resources</a>'
menu4[11]='<a href="http://www.bhc.edu/index.asp?nid=16">Online Learning Center</a>'

//Contents for menu 5 Partners
var menu5=new Array()
menu5[0]='<a href="http://www.bhc.edu/index.asp?NID=358">QC Campus Library</a>'
menu5[1]='<a href="http://intranet.bhc.edu/HelpDesk/index.htm">Information Technology Systems</a>'
menu5[2]='<a href="http://www.bhc.edu/index.asp?NID=371">East Campus Learning Resource Center</a>'
menu5[3]='<a href="http://www.bhc.edu/index.asp?NID=193">Student Support Services</a>'
menu5[4]='<a href="http://bhc-webserv1.bhc.edu/secure/committee/facultysenate/index.htm">Faculty Senate</a>'
menu5[5]='<a href="http://www.ilcco.net/">ILCCO</a>'
menu5[7]='<a href="http://www.ion.uillinois.edu">ION</a>'


//Contents for menu 6 Quick login menu
var menu6=new Array()
menu6[0]='<a target="_blank" href="http://outlook.bhc.edu">Outlook Webmail</a>'
menu6[1]='<a target="_blank" href="http://myblackhawk.bhc.edu">myBlackHawk</a>'
menu6[2]='<a target="_blank" href="http://www.ilcco.net/faculty">I.C.E.</a>'
//menu6[3]='<a href="http://">linktext</a>'
var menuwidth='165px' //default menu width
var menubgcolor='#8fb0d9'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
