//Menus for the 2010 template

var librarymenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
librarymenu.items=[
	["NCLIVE", "http://www.nclive.org/"],
	["NC LITN Access", "http://webster.gtcc.cc.nc.us/library/nc-litn/"],
	["CCLINC Catalog", "http://www.cclinc.nccommunitycolleges.edu/"],
	["NCLOR", "http://www.explorethelor.org/"]
]

var studentmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
studentmenu.items=[
	["Student Support Services", "http://www.nccommunitycolleges.edu/studentSupportServices.htm"],
	["Instructional Programs", "http://www.nccommunitycolleges.edu/instructionalPrograms.htm"]
]

var facstaffmenu={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget:''}
facstaffmenu.items=[
	["Staff Support Services", "http://www.nccommunitycolleges.edu/staffSupportServices.htm"],
	["Instructional Programs", "http://www.nccommunitycolleges.edu/instructionalPrograms.htm"],
	["Administrative Resources", "http://www.nccommunitycolleges.edu/adminResources.htm"]
]

var businessmenu={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget:''} 
businessmenu.items=[
	["Business Support Services", "http://www.nccommunitycolleges.edu/businessSupportServices.htm"],
	["Education & Training Programs", "http://www.nccommunitycolleges.edu/businessEducationAndTraining.htm"]
]


//Menus down the side of the page
var aboutmenu={divclass:'anylinkmenu', inlinestyle:'width:138px;', linktarget:''}
aboutmenu.items=[
	["Mission & History", "http://www.nccommunitycolleges.edu/pr/MissionHistory/mission-history.htm"],
	["State Board", "http://www.nccommunitycolleges.edu/state_board/"],
	["System Office", "http://www.nccommunitycolleges.edu/systemOffice.htm"],
	["Get the Facts", "http://www.nccommunitycolleges.edu/pr/Get_The_Facts/"],
	["Foundation", "http://www.nccommunitycolleges.edu/External_Affairs/State_Foundation/"],
	["Directions", "http://www.nccommunitycolleges.edu/External_Affairs/directions.htm"],
	["Jobs", "http://www.nccommunitycolleges.edu/jobs/"] //no comma following last entry!
]

var collegemenu={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget:''}
collegemenu.items=[
	["Find Colleges", "http://www.nccommunitycolleges.edu/colleges_map.aspx"],
	["Degree Programs (Catalog)", "http://www.nccommunitycolleges.edu/Programs/education_catalog.htm"],
	["Combined Courses", "http://www.nccommunitycolleges.edu/ccl.htm"],
	["Distance Learning", "http://vlc.nccommunitycolleges.edu/"],
	["Presidential Searches", "http://www.nccommunitycolleges.edu/State_Board/Presidential%20Searches/index.htm"] //no comma following last entry!
]

var awardsmenu={divclass:'anylinkmenu', inlinestyle:'width:200px', linktarget:''}
awardsmenu.items=[
    ["Excellence Event 2011", "http://www.nccommunitycolleges.edu/pr/Awards/ExcellenceEvent2011/"],
    ["System Office Recognition", "http://www.nccommunitycolleges.edu/pr/awards/System%20Office%20Recognition/"],
    ["All Awards", "http://www.nccommunitycolleges.edu/pr/Awards/index.htm"]
]

var newsmenu={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''}
newsmenu.items=[
	["News Releases", "http://www.nccommunitycolleges.edu/pr/newsreleases/index.html"],
	["Calendar", "http://www.nccommunitycolleges.edu/calendar/index.aspx"],
	["Campus Happenings", "http://www.nccommunitycolleges.edu/pr/campus%20happenings/"],
	["Art Exhibit", "http://www.nccommunitycolleges.edu/pr/artexhibit/"],
	["System Newsletter", "http://www.nccommunitycolleges.edu/pr/Newsletter/index.html"],
	["Publications", "http://www.nccommunitycolleges.edu/Publications/index.html"],
	["Reports", "http://www.nccommunitycolleges.edu/Reports/index.html"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]
