////////////////////////////////////////////////////////////////////
//
// Menu Arrays
//
           
  menuX1 = 370 ;
  menuX2 = menuX1 + 96 ;
  menuX3 = menuX2 + 81 ;
  menuX4 = menuX3 + 96 ;
  menuY  = 60 ;
            
  HM_Array1 = [
              [ ,menuX1,"menuY",,,,,,,,,,,,,"activate('info')","deactivate('info')",,,, ],
              [ '<b>INFO</b>',   "#",                         1, 1, 0 ],
              [ "Departments",   "http://libweb.syr.edu/local", 1, 0, 0 ],
			  [ "ITS",       "http://libsites.syr.edu/its/", 1, 0, 0 ],		  
              [ "Look It Up",    "http://library.syr.edu/research/refshelf/",  1, 0, 0 ],
              [ "Organizational Review", "http://libweb.syr.edu/org_review",  1, 0, 0 ],
		  [ "QuestionPoint", "http://library.syr.edu/information/forms/questionpoint.html", 1, 0, 0 ], 
              [ "Shop Talk",     "http://libweb.syr.edu/shop_talk", 1, 0, 0 ],
              [ "Stay Informed", "http://libweb.syr.edu/stay_informed", 1, 0, 0 ],         
        
              ];

  HM_Array2 = [
              [ ,menuX2,"menuY",,,,,,,,,,,,,"activate('news')","deactivate('news')",,,, ],
              [ '<b>NEWS</b>',      "#", 1, 1, 0 ],
	        [ "Campus Hot News",  "http://www.syr.edu/news/hotnews.html", 1, 0, 0 ],
              [ "Publications",     "http://libweb.syr.edu/publications",  1, 0, 0 ],
              [ "Staff Newsletter", "http://libweb.syr.edu/staffnews",     1, 0, 0 ],
              [ "SU News",          "http://sunews.syr.edu/",   1, 0, 0 ],
              [ "SULA",             "file:///F:/Committees/SULA",   1, 0, 0 ],
              [ "WebCams",          "http://emc.syr.edu/tour/webcams.html", 1, 0, 0 ],
              ];

  HM_Array3 = [
              [ ,menuX3,"menuY",,,,,,,,,,,,,"activate('tools')","deactivate('tools')",,,, ],
              [ '<b>TOOLS</b>',     "#", 1, 1, 0 ],
              [ "Webmail",          "http://webmail.syr.edu/servlet/webacc",  1, 0, 0 ],
	        [ "Web Event",        "http://libweb.syr.edu/we4.03/webevent.cgi",  1, 0, 0 ],
			[ "NetStorage",        "javascript:window.open('http://libsites.syr.edu/lisd/systems/production/netstoragepopup.html','netstorage','width=760,height=475,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes');",  1, 0, 0 ],
              [ "Committees",       "http://libweb.syr.edu/local",  1, 0, 0 ],
              [ "Human Resources",  "http://libweb.syr.edu/human_resources",  1, 0, 0 ],
              [ "Training",         "http://libweb.syr.edu/training/",  1, 0, 0 ],
		  [ "Staff Directory",  "http://library.syr.edu/information/admin/staffdir.html",  1,0,0 ],
              ];

  HM_Array4 = [
              [ ,menuX4,"menuY",,,,,,,,,,,,,"activate('fun')","deactivate('fun')",,,, ],
              [ '<b>FUN</b>',      "#", 1, 1, 0 ],
              [ "Out of Library Experience",       "http://libweb.syr.edu/local/Library_Administration/Out_of_Library_Experience/",  1, 0, 0 ],
	        [ "Picture This",     "http://libweb.syr.edu/picture_this",  1, 0, 0 ],
	        [ "Quote of the day", "http://www.qotd.org/",  1, 0, 0 ],
	        [ "Take a Break",     "http://libweb.syr.edu/break_time",  1, 0, 0 ],
              [ "Word of the day",  "http://www.oed.com/cgi/display/wotd",  1, 0, 0 ],
              [ "Weather.com",      "http://www.weather.com/weather/local/13244?lswe=13244&lwsa=WeatherLocalUndeclared",  1, 0, 0 ],
              ];