
// *** DO NOT EDIT THIS LINE ****************************************************
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
// Please leave the above line intact

// Special effect string for IE5.5 or above 
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.4);Shadow(color='#4242a5', Direction=135, Strength=5)"
}
else
{
	effect = "gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.4)" 
}

// The time delay for menus to remain visible, if there's a cutoff
timegap=500		
// Follow Scrolling speed; the lower, the faster	  
followspeed=3		
// Follow Scrolling Rate; the lower, the quicker  
followrate=35		 
// Sub menu offset Top position 
suboffset_top=5;	
// Sub menu offset Left position 
suboffset_left=6;	

// style1 is an array of properties for menus. You can have as many property 
// arrays as you need. This means that each submenu can have its own style.
style1=[		
// Mouse Off Font Color	
"000066",			
// Mouse Off BG Color	
"eaeaea",	
// Mouse On Font Color		
"000000",		
// Mouse On BG Color	
"999999",			
// Menu Border Color
"2E466A",			 
// Font Size (in pixels)
11,					  
// Font Style (italic or normal)
"normal",			
// Font Weight (bold or normal)
"normal",				
// Font Face
"verdana, Arial, helvetica",	    
// Menu Item Padding (in pixels)
5,					  
// Sub Menu Image Arrow (Leave this blank if not needed)
"/images/arrow.gif",		
// 3D Border & Separator bar (Leave this blank if not needed)
,					    
// 3D High Color (Leave this blank if not needed)
,			
// 3D Low Color (Leave this blank if not needed)
,			
// Current Page Item Font Color (leave this blank to disable)
,			
// Current Page Item Background Color (leave this blank to disable)
,				
// Top Bar image (Leave this blank to disable)
"/images/arrowdn.gif",		
// Menu Header Font Color (Leave blank if headers are not needed)
"ffffff",			      
// Menu Header Background Color (Leave blank if headers are not needed)
,			   
// Menu Item Separator Color   
"eaeaea",			  
]

// no matter how the user types in the URL, it will be recognized
var lowerCaseHref = window.document.location.href.toLowerCase();

// if one of these secondary navs is found, then BEGIN SubDirectory MAIN MENU
if (lowerCaseHref.indexOf("/planning")>0 ||(lowerCaseHref.indexOf("/index")>0) ||
lowerCaseHref.substr(lowerCaseHref.indexOf("/",8),99)
== "/"){

// BEGIN SubDirectory MAIN MENU
// This is the array that contains your mainmenu properties and details
addmenu(menu=[		
// Menu Name - This is needed in order for the menu to be called
"mainmenu",			
// Menu Top - The Top position of the menu in pixels
93,					
// Menu Left - The Left position of the menu in pixels
0,				  
// Menu Width - Menus width in pixels
170,						
// Menu Border Width
1,					 
// Screen Position - here you can use "center;left;right;middle;top;bottom" 
// or a combination of "center:middle"
,					  
// Properties Array - this is set higher up, as above
style1,		  
// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
1,					
// Alignment - sets the menu elements text alignment (left, right or center)
"left",			
// Filter - Text variable for setting transitional effects on menu activation
,				    
// Follow Scrolling - the menu item to follow the user down the screen (1=on/0=off)
0,					
// Horizontal Menu - the menu to be horizontal instead of vertical (1=on/0=off)
0, 					
// Keep Alive - Keeps the menu visible until the user moves over another 
// menu or clicks elsewhere on the page (1=on/0=off)
,					  
// Position of TOP sub image (left,center, or right)
,					  
// Set the Overall Width of Horizontal Menu to 100% and height to the 
// specified amount (Leave blank to disable)
,					  
// Right To Left Text - Used in Hebrew for example. (1=on/0=off)
,					  
// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					  
// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					  
// Background image for menu when BGColor set to transparent.
,					  
// Scrollable Menu
,					  
// Reserved for future use
,					  
// "Text", "URL/Definition", "Alt URL", "Status Bar Text", "Separator Bar"
,"&nbsp;&nbsp;ACADEMICS","show-menu=academics","/ACADEMIC/ACADPROG.HTM","ACADEMICS",1
,"&nbsp;&nbsp;ADMISSIONS","show-menu=admissions","/ADMISSIO/ADMISREG/ADMIINFO.HTM","ADMISSIONS",1
,"&nbsp;&nbsp;BLACKBOARD","http://lakelandcc.edu/blackboard",,"BLACKBOARD",1
,"&nbsp;&nbsp;CALENDARS","show-menu=calendars",,"CALENDARS",1
,"&nbsp;&nbsp;CAMPUS LIFE","show-menu=campus",,"Campus Life",1
,"&nbsp;&nbsp;CONTINUING EDUCATION","/comeduc",,"CONTINUING EDUCATION",1
,"&nbsp;&nbsp;COUNSELING","show-menu=counseling","/ADMISSIO/COUNSEL/CC_HOME.HTM","Counseling",1
,"&nbsp;&nbsp;FINANCIAL AID","/ADMISSIO/FINAID/FAINTRO.HTM",,"FINANCIAL AID",1
,"&nbsp;&nbsp;LIBRARY","/library",,"LIBRARY",1
])
// END SubDirectory MAIN MENU 


// if /academics/dmtensteps.htm found, then BEGIN Ten Steps MAIN MENU
} else if ((lowerCaseHref.indexOf("/academics/dmtensteps.htm")>0) || (lowerCaseHref == arrSites[0] + "/academics/" || lowerCaseHref == arrSites[1] + "/academics/")){

// BEGIN Ten Steps MAIN MENU
// This is the array that contains your mainmenu properties and details
addmenu(menu=[		
// Menu Name - This is needed in order for the menu to be called
"dmtenstepsMenu",			
// Menu Top - The Top position of the menu in pixels
148,					
// Menu Left - The Left position of the menu in pixels
1,				  
// Menu Width - Menus width in pixels
129,						
// Menu Border Width
1,					 
// Screen Position - here you can use "center;left;right;middle;top;bottom" 
// or a combination of "center:middle"
,					  
// Properties Array - this is set higher up, as above
style1,		  
// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
1,					
// Alignment - sets the menu elements text alignment (left, right or center)
"left",			
// Filter - Text variable for setting transitional effects on menu activation
,				    
// Follow Scrolling - the menu item to follow the user down the screen (1=on/0=off)
0,					
// Horizontal Menu - the menu to be horizontal instead of vertical (1=on/0=off)
0, 					
// Keep Alive - Keeps the menu visible until the user moves over another 
// menu or clicks elsewhere on the page (1=on/0=off)
,					  
// Position of TOP sub image (left,center, or right)
,					  
// Set the Overall Width of Horizontal Menu to 100% and height to the 
// specified amount (Leave blank to disable)
,					  
// Right To Left Text - Used in Hebrew for example. (1=on/0=off)
,					  
// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					  
// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					  
// Background image for menu when BGColor set to transparent.
,					  
// Scrollable Menu
,					  
// Reserved for future use
,		
			  
// "Text", "URL/Definition", "Alt URL", "Status Bar Text", "Separator Bar"
,"<b>Calculators</b>","# type=header;align=center;",,"Calculators",1 
])
// END Ten Steps MAIN MENU 


} else {

// BEGIN MAIN MENU for HOME
// This is the array that contains your mainmenu properties and details
addmenu(menu=[		
// Menu Name - This is needed in order for the menu to be called
"mainmenu",			
// Menu Top - The Top position of the menu in pixels
148,					
// Menu Left - The Left position of the menu in pixels
1,				  
// Menu Width - Menus width in pixels
129,						
// Menu Border Width
1,					 
// Screen Position - here you can use "center;left;right;middle;top;bottom" 
// or a combination of "center:middle"
,					  
// Properties Array - this is set higher up, as above
style1,		  
// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
1,					
// Alignment - sets the menu elements text alignment (left, right or center)
"left",			
// Filter - Text variable for setting transitional effects on menu activation
,				    
// Follow Scrolling - the menu item to follow the user down the screen (1=on/0=off)
0,					
// Horizontal Menu - the menu to be horizontal instead of vertical (1=on/0=off)
0, 					
// Keep Alive - Keeps the menu visible until the user moves over another 
// menu or clicks elsewhere on the page (1=on/0=off)
,					  
// Position of TOP sub image (left,center, or right)
,					  
// Set the Overall Width of Horizontal Menu to 100% and height to the 
// specified amount (Leave blank to disable)
,					  
// Right To Left Text - Used in Hebrew for example. (1=on/0=off)
,					  
// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					  
// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					  
// Background image for menu when BGColor set to transparent.
,					  
// Scrollable Menu
,					  
// Reserved for future use
,		
			  
// "Text", "URL/Definition", "Alt URL", "Status Bar Text", "Separator Bar"
,"<b>Welcome</b>","# type=header;align=center;",,"Welcome",1 
])
// END MAIN MENU for HOME
}

  //******************************************************************************
  // SubDirectory academics
  //******************************************************************************
  addmenu(menu=["academics",
    ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Adult Options","show-menu=adults","/comeduc/offsite/wc/adult.asp","Adult Options",1
	,"Areas of Study","/future/areas.asp",,"Areas of Study",1
	,"Arts & Humanities","show-menu=ArtsHuma","/ACADEMIC/ARTS/ARTSHUMA.HTM","Arts & Humanities",1
	,"Business","show-menu=Business","/ACADEMIC/BUSINESS/BUSITECH.HTM","Business",1
	,"Catalog","/academic/catalog/",,"Catalog",1
	,"Class Schedule","http://lakelandcc.edu/courseschedule",,"Class Schedule",1
	,"Closings & Cancellations","http://lakelandcc.edu/closings",,"Class Schedule",1
	,"Degrees & Certificates","/academic/catalog/degcert.asp",,"Degrees & Certificates",1
	,"Distance Learning","/dl",,"Distance Learning",1
	,"International Education","/ACADEMIC/Faculty/SantosR/educ.htm",,"International Education",1
	,"Learning Resources","show-menu=Learn","/ACADEMIC/learnres","Learning Resources",1
	,"Mathematics & Engineering Technologies","show-menu=Engineering","/ACADEMIC/ENGINEER/ENGHOME.HTM","Mathematics & Engineering Technologies",1
	,"Off-Site Centers","/comeduc/offsite/index.htm",,"Off-Site Centers",1
	,"Police Academy","/STUSERVI/police/course_nav.HTM",,"Police Academy",1
	,"Science & Health","show-menu=SciHealth","/ACADEMIC/SH/SH.HTM","Science & Health",1		
	,"Social Science & Public Service","show-menu=SocSci","/ACADEMIC/SOCSCI/TABLE.HTM","Social Science & Public Service",1
	,"Student Success Plan","/studentsuccess/",,"Student Success Plan",1
	,"Tech Prep","/ACADEMIC/TECHPREP/TECHPREP.HTM",,"Tech Prep",1	
		])
		
		
//******************************************************************************
  // Calendars
  //******************************************************************************
	addmenu(menu=["calendars",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Academic","/academic/calendar.htm",,"Academic",1
	,"Art Gallery","/UPCOMEVE/gallery.htm",,"Art Gallery",1
	,"Athletic","http://www2.lakelandcc.edu/nora/events/iuser/athletics/",,"Athletic",1
        ,"Closings & Cancellations","http://lakelandcc.edu/closings",,"Closings & Cancellations",1
        ,"Civic Theatre","/ACADEMIC/ARTS/Theatre/Theatre2.HTM",,"Civic Theatre",1
        ,"Computer Lab Hours","http://www.lakelandcc.edu/ACADEMIC/it/desksup.htm",,"Computer Lab Hours",1
        ,"Concerts","http://www.lakelandcc.edu/concerts",,"Concerts",1
        ,"Events","http://www.lakelandcc.edu/calendar/",,"Events",1
	])
  
  //******************************************************************************
  // Administration
  //******************************************************************************
  addmenu(menu=["administration",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
  ,"Controller's Office","/ADMINIST/BUSSER/CONTR.HTM",,"Controllers Office",1
  ,"Development","/ADMINIST/INSTADVA/DEVELOP/newdevelop.HTM",,"Development",1
  ,"Facilities Management","/ADMINIST/FACMGMT/LHOWELL1.HTM",,"Facilities Management",1
  ,"Grants","http://www2.lakelandcc.edu/nora/events/iuser/grants/index.asp",,"Grants",1
  ,"Human Resources","/ADMINIST/HUMRES/hrhome.htm",,"Human Resources",1
  ,"Institutional Research","/ADMINIST/INSTADVA/RESEARCH/pageone.HTM",,"Institutional Research",1
  ,"Knowledge Exchange","http://www2.lakelandcc.edu/nora/events/iuser/ke/home.asp",,"Knowledge Exchange",1
  ,"Marketing & Communications","show-menu=public","/administ/instadva/pubrel/pubrel.asp","Marketing & Communications",1
  ,"Police Department","/STUSERVI/police/police.HTM",,"Police Department",1
  ,"President","/ADMINIST/PRESIDEN/pres1.htm",,"President",1
  ,"Rentals","/ADMINIST/INSTADVA/facilities/facilities.htm",,"Rentals",1
  ,"Technology","/ACADEMIC/it/main.htm",,"Technology",1
	])

  //******************************************************************************
  // Child Care
  //******************************************************************************
  addmenu(menu=["childcare",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
  ,"Childminders","/stuservi/childmin/",,"Childminders",1
  ,"Teaching & Learning Center (TLC)","/tlc/",,"Teaching & Learning Center (TLC)",1
	])

   //******************************************************************************
  // Planning
  //******************************************************************************
  if (lowerCaseHref.indexOf("/planning")>0) {
  
  addmenu(menu=["inThisSection",
    ,,102,1,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Skills","/planning/skillsan.htm",,"Skills",1
  ])
  //******************************************************************************
  // Graduate
  //******************************************************************************
  } else if (lowerCaseHref.indexOf("/graduate")>0) {
  
  addmenu(menu=["inThisSection",
    ,,114,1,"",style1,,"left",effect,,,,,,,,,,,,
    ,"Financial Aid","/paying/finaid2.htm",,"Financial Aid",1
  ])
  
  // End SubDirectory checking
  } 
    //****************************************************************************
    // Arts & Humanities
    //****************************************************************************
    addmenu(menu=["ArtsHuma",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"American Sign Language","/ACADEMIC/ARTS/asl/",,"American Sign Language",1
	 ,"Arts","/academic/arts/finearts/",,"Arts",1
	,"English","show-menu=engdephand","/academic/arts/english/","English",1
	,"Graphic Design","/academic/arts/graphic/",,"Graphic Design",1
	,"Humanities","/academic/arts/humaniti/",,"Humanities",1
	,"Journalism","/ACADEMIC/desc2.htm#jou",,"Journalism",1
	,"Modern Languages","/academic/arts/modern/",,"Modern Languages",1
	,"Music","/academic/arts/music/",,"Music",1
	,"Philosophy","/academic/arts/philosophy/",,"Philosophy",1
	,"Photography","/ACADEMIC/ARTS/PHOTO/PHOTOGRAPHY.HTM",,"Photography",1
	,"Physical Education","/ACADEMIC/arts/PHYSEDUC/PHYSED.HTM",,"Physical Education",1
	,"Speech","/academic/arts/speech/",,"Speech",1	
	,"Theatre","/academic/arts/communication/",,"Theatre",1	
    ])

    //****************************************************************************
    // Adult Options
    //****************************************************************************
    addmenu(menu=["adults",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Adult Accelerated Degree Program","/accelerate",,"Adult Accelerated Degree Program",1
	 ,"Associate of Technical Studies","/comeduc/offsite/wc/ats.asp",,"Associate of Technical Studies",1	
    ])
	    //****************************************************************************
    // Public Relations
    //****************************************************************************
    addmenu(menu=["public",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Lakeland Cable Network","/ADMINIST/INSTADVA/PUBREL/cable.asp",,"Lakeland Cable Network",1
	 ,"News Releases","http://www2.lakelandcc.edu/nora/events/iuser/news/",,"News Releases",1
	 ,"Speakers Bureau","http://www2.lakelandcc.edu/nora/events/iuser/speaker/default_home.asp",,"Speakers Bureau",1	
    ])
		    //****************************************************************************
    // Student Activities
    //****************************************************************************
    addmenu(menu=["sactive",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Campus Activities Board - CAB","/cab",,"Campus Activities Board - CAB",1
	 ,"Campus Connection - Events","/campusconnection",,"Campus Connection - Events",1
	 ,"Clubs & Organizations","/stuservi/studactv/organizations/",,"Clubs & Organizations",1
	 ,"Lakeland Student Government - LSG","/stuservi/studactv/organizations/government.asp",,"Lakeland Student Government - LSG",1
	 ,"New Student Orientation","/stuservi/studactv/orientation.asp",,"New Student Orientation",1
	 ,"Student Handbook","/studentdevelopment/studenthandbook/",,"Student Handbook",1	
    ])

    //****************************************************************************
    // Business
    //****************************************************************************
    addmenu(menu=["Business",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Accounting","/ACADEMIC/BUSINESS/ACCOUNT/ACHOME.HTM",,"Accounting",1
	,"Business Management","/ACADEMIC/BUSINESS/BUSmgmt/busmgt.htm",,"Business Management",1
	,"Information Technology & Computer Science","/ACADEMIC/BUSINESS/is/ishome.htm",,"Information Technology & Computer Science",1
	,"Media Technology","/ACADEMIC/ARTS/media/",,"Media Technology",1
	,"Paralegal","/ACADEMIC/BUSINESS/PARALEGL/PARALEG.HTM",,"Paralegal",1
	,"Real Estate","/ACADEMIC/BUSINESS/realestate/",,"Real Estate",1		
    ])
       //****************************************************************************
    // Learning Resources
    //****************************************************************************
    addmenu(menu=["Learn",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Curriculum Management","/ACADEMIC/learnres/#cur",,"Curriculum Management",1
	 ,"Learning Center","/STUSERVI/LEARNCEN/LEARNCEN.HTM",,"Learning Center",1
	,"Library","/library",,"Library",1
	,"Faculty Development","show-menu=facdev",,"Faculty Development",1
    ])
    //****************************************************************************
    // Engineering
    //****************************************************************************
    addmenu(menu=["Engineering",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Applied Electric Utility Technology","/ACADEMIC/ENGINEER/aeut/",,"Applied Electric Utility Technology",1
	 ,"Civil Engineering Technology","/ACADEMIC/ENGINEER/civil.htm",,"Civil Engineering Technology",1
	,"Computer Integrated Manufacturing Engineering Technology","/ACADEMIC/ENGINEER/cimt/",,"Computer Integrated Manufacturing Engineering Technology",1
	,"Construction Management","ACADEMIC/ENGINEER/cm/",,"Construction Management",1
	,"Electrical Construction Technology","/ACADEMIC/ENGINEER/ect/index.htm",,"Electrical Construction Technology",1
	,"Electronic Engineering Technology ","/ACADEMIC/ENGINEER/eet/",,"Electronic Engineering Technology ",1
	,"Mathematics","/ACADEMIC/SH/MATH/Index.htm",,"Mathematics",1
	,"Mechanical Engineering Technology","/ACADEMIC/ENGINEER/met/",,"Mechanical Engineering Technology",1
	,"Networking & Digital Communications","/ACADEMIC/ENGINEER/ndc/",,"Networking & Digital Communications",1
	,"Nuclear Engineering Technology","/ACADEMIC/ENGINEER/nuclear/",,"Nuclear Engineering Technology",1		
    ])
	    //****************************************************************************
    // Science & Health
    //****************************************************************************
    addmenu(menu=["SciHealth",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	 ,"Biology","/ACADEMIC/SH/BIOL/index.html",,"Biology",1
	,"Biotechnology Science","/ACADEMIC/SH/Bst/Index.htm",,"Biotechnology Science",1
	,"Chemistry","/ACADEMIC/SH/CHEM/Index.htm",,"Chemistry",1
	,"Dental Hygiene","/ACADEMIC/SH/DH/Index.htm",,"Dental Hygiene",1
	,"Emergency Medical Technology","/ACADEMIC/SH/EMT/Index.htm",,"Emergency Medical Technology",1
	,"Geology & Physical Science","/ACADEMIC/SH/phys/index.htm",,"Geology & Physical Science",1
	,"Health Care Services","/ACADEMIC/desc1.htm#hea",,"Health Care Services",1
	,"Health Information Management Technology","/academic/sh/himt",,"Health Information Management Technology",1
	,"Histotechnology","histotechnology/",,"Histotechnology",1
	,"Massage Therapy","/ACADEMIC/SH/massage/",,"Multimedia Massage Therapy",1
	,"Medical Assisting","/ACADEMIC/SH/MedAsst/MedAsst.htm",,"Medical Assisting",1
	,"Medical Lab Technology","/ACADEMIC/SH/MLT/Index.htm",,"Medical Lab Technology",1
	,"Medical Transcription - Online","/ACADEMIC/SH/medtrans/",,"Medical Transcription - Online",1
	,"Nursing","/ACADEMIC/SH/NURS/Nursing.htm",,"Nursing",1
	,">> More Programs","show-menu=MoreSciHealth","/ACADEMIC/SH/SH.HTM",">> More Programs",1		
    ])
	//****************************************************************************
    // More Science & Health
    //****************************************************************************
    addmenu(menu=["MoreSciHealth",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Physics","/ACADEMIC/SH/phys/index.htm",,"Physics",1		
	,"Radiologic Technology","/ACADEMIC/SH/RAD/Index.htm",,"Radiologic Technology",1		
	,"Respiratory Therapy","/ACADEMIC/SH/RESP/Index.htm",,"Respiratory Therapy",1		
	,"Surgical Technology","/ACADEMIC/SH/SurgTech/SurgTech.htm",,"Surgical Technology",1				
    ])
    //****************************************************************************
    // Social Science & Public Health
    //****************************************************************************
    addmenu(menu=["SocSci",
	 ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Corrections","/academic/socsci/criminaljus/",,"Corrections",1
	,"Criminal Justice","/academic/socsci/criminaljus/",,"Criminal Justice",1	
	,"Culinary Arts Technology","/academic/socsci/culinary/",,"Culinary Arts Technology",1
	,"Domestic Studies ","/academic/socsci/",,"Domestic Studies",1
	,"Early Childhood Education","/academic/socsci/ece/",,"Early Childhood Education",1
	,"Economics","/ACADEMIC/SOCSCI/macro/mssweb1.htm",,"Economics",1
	,"Education","/education/",,"Education",1
	,"Emergency Management","/ACADEMIC/SOCSCI/em/",,"Emergency Management",1
	,"Fire Technology","/ACADEMIC/SOCSCI/firesci/firesci.htm",,"Fire Technology",1
	,"Foreign Studies","/ACADEMIC/SOCSCI/TABLE.HTM",,"Foreign Studies",1
	,"Forensic Science","/ACADEMIC/SOCSCI/criminaljus/#info",,"Forensic Science",1
	,"Geography","/ACADEMIC/SOCSCI/macro/mssweb1.htm",,"Geography",1
	,"History","/ACADEMIC/SOCSCI/macro/mssweb1.htm",,"History",1
	,"Hotel Management","/ACADEMIC/SOCSCI/hospmgmt/hospmgmt.htm",,"Hotel Management",1
	,"Human Services","/ACADEMIC/SOCSCI/humanser/humanser.htm",,"Human Services",1	
	,"Interdisciplinary Studies ","/ACADEMIC/SOCSCI/TABLE.HTM",,"Interdisciplinary Studies ",1	
	,"Law Enforcement","/ACADEMIC/SOCSCI/criminaljus/crimjus.htm",,"Law Enforcement",1	
	,"Political Science","/ACADEMIC/SOCSCI/macro/mssweb1.htm",,"Political Science",1		
	,"Psychology","/academic/socsci/behavior/",,"Psychology",1				
	,"Sociology","/academic/socsci/behavior/#sociology",,"Sociology",1				
	,"Tourism","/ACADEMIC/SOCSCI/travel/travel.htm",,"Tourism",1	
	,"Urban Studies","/ACADEMIC/SOCSCI/TABLE.HTM",,"Urban Studies",1				
    ])
  //******************************************************************************
  // Admissions
  //******************************************************************************
	addmenu(menu=["admissions",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Admissions Office","/ADMISSIO/ADMISREG/ADMIINFO.HTM",,"Admissions Office",1
	,"Apply Now!","http://lakelandcc.edu/apply",,"Apply Now!",1
        ,"Class Schedule","http://lakelandcc.edu/courseschedule",,"Class Schedule",1
        ,"Important Dates","http://lakelandcc.edu/important_dates",,"Important Dates",1
        ,"Register Today!","http://www2.lakelandcc.edu/nora/events/eventshow.asp?ID=3263",,"Register Today!",1
		,"Transcripts","http://lakelandcc.edu/admissio/admisreg/transcripts.asp",,"Transcripts",1
		,"Transient Students","http://lakelandcc.edu/admissio/admisreg/transient.asp",,"Transient Students",1
        ,"Tuition","/GENEINFO/TUITION.HTM",,"Tuition",1
	])
	//******************************************************************************
  // Campus Life
  //******************************************************************************
	addmenu(menu=["campus",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"About Lakeland","/GENEINFO/lakefact.htm",,"About Lakeland",1
	,"Administration","show-menu=administration","/ADMINIST/admidept.htm","Administration",1
 	,"Alumni Association","/ADMINIST/INSTADVA/DEVELOP/alumni.htm",,"Alumni Association",1
 	,"Arts at Lakeland","/arts/",,"Arts at Lakeland",1
	,"Athletics","http://www2.lakelandcc.edu/nora/events/iuser/athletics/",,"Athletics",1
	,"Bookstore","/STUSERVI/BOOKSTOR/BOOKSTOR.HTM",,"Bookstore",1
	,"Campus Tours","/geneinfo/visit.htm",,"Campus Tours",1
	,"Career Services","http://careers.lakelandcc.edu/",,"Career Services",1
	,"Center for Business & Industry","http://lakelandcc.edu/cbi",,"Center for Business & Industry",1
	,"Child Care","show-menu=childcare","/childcare/","Child Care",1
	,"Diversity","/diversity",,"Diversity",1
	,"Food Services","/stuservi/breakers/index.htm",,"Food Services",1
  	,"Foundation","/ADMINIST/INSTADVA/DEVELOP/foundat.htm",,"Foundation",1
  	,"Nonprofit and Public Service Center","/nonprofit",,"Nonprofit and Public Service Center",1
	,"Student Activities","show-menu=sactive","/STUSERVI/STUDACTV/index.htm","Student Activities",1
	,"Student Development","/studentdevelopment",,"Student Development",1
	])
	//******************************************************************************
  // Faculty Development
  //******************************************************************************
	addmenu(menu=["facdev",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Excellence in Teaching","/academic/et/index.html",,"Excellence in Teaching",1
	,"Part Time Faculty Affairs","/ACADEMIC/learnres/#ptfa",,"Affairs",1
	])
		//******************************************************************************
  // English Department Handbook
  //******************************************************************************
	addmenu(menu=["engdephand",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"English Department Handbook","/academic/faculty/mclaughlinp/eng_handbook/graduate.htm",,"English Department Handbook",1
	])
	
//******************************************************************************
  // Community
  //******************************************************************************
	addmenu(menu=["community",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Application for Community Learning","https://www2.lakelandcc.edu/clapply/",,"Application for Community Learning",1	
	,"College for Kids & Teens","/COMEDUC/YOUTH/Youth.htm",,"College for Kids & Teens",1
	,"Computer Courses","/COMEDUC/COMPUTER/Computer.htm",,"Computer Courses",1
	,"Continuing Education","/comeduc/conted/",,"Continuing Education",1
	,"Online Courses","/COMEDUC/DistLrn/DistLearn.htm",,"Online Courses",1
	,"Health Professionals","/ACADEMIC/SH/CONTEDUC/index.htm",,"Health Professionals",1
	,"Men's Center","/COMEDUC/MEN/men.HTM",,"Mens Center",1
    ,"Personal Skills","/COMEDUC/Persk/Persk.htm",,"Personal Skills",1
	,"Professional Development","/comeduc/profdev/",,"Professional Development",1
    ,"Recreational Programs","/COMEDUC/REC/Rec.htm",,"Recreational Programs",1
    ,"Senior Adult Education","/COMEDUC/SENIOR/Senior.htm",,"Senior Adult Education",1
    ,"Women's Center","/COMEDUC/WOMEN/women.htm",,"Womens Center",1
	])

//******************************************************************************
  // Counseling
  //******************************************************************************
	addmenu(menu=["counseling",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"Counseling Center","/ADMISSIO/COUNSEL/CC_HOME.HTM",,"Counseling Center",1
	,"Course Planning Guides","/ADMISSIO/COUNSEL/plan.htm",,"Course Planning Guides",1
	,"Graduation Information","/ADMISSIO/COUNSEL/graduation.htm",,"Course Planning Guides",1
	,"Mental Health Crisis Procedures","/faculty/crisis.htm",,"Mental Health Crisis Procedures",1
	,"Psychological Services","/faculty/brownerk.htm",,"Psychological Services",1
	,"Services for Students with Disabilities","/STUSERVI/LEARNCEN/kirsh.htm",,"Services for Students with Disabilities",1
	,"Testing Center","/STUSERVI/LEARNCEN/lctest.htm",,"Testing Center",1
	,"Transfer Center","http://www.lakelandcc.edu/admissio/counsel/transfer.asp",,"Transfer Center",1
    ,"Tutoring Center","/STUSERVI/LEARNCEN/tutor.htm",,"Tutoring Center",1
    ,"Writing Center","/writingcenter",,"Writing Center",1
	])
  
// DO NOT REMOVE THIS!!!
dumpmenus()

