// ***********************************************************************
// Be sure to use absolute url paths for each link that is set within this 
// file to ensure that the links work throughout the entire website
// ***********************************************************************
/*
var BusinessServices={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
BusinessServices.items=[
	["Finance and Accounting", "business-services/business-services-finance-and-accounting.html"],
	["Human Resource Management", "business-services/business-services-human-resource-management.html"],
	["Information Technology", "business-services/business-services-information-technology.html"],
	["Looking into the Future", "business-services/business-services-looking-into-the-future.html"] //no comma following last entry!
]
*/
var NCAleadership={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
NCAleadership.items=[
	["Board of Trustees", "http://www.gcnca.org/nca-leadership/board-of-trustees/"],
	["Staff", "http://www.gcnca.org/nca-leadership/staff/"] //no comma following last entry!
]

var NCAspecialEvents={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
NCAspecialEvents.items=[
	["2010 Events", "http://www.gcnca.org/nca-special-events/2010/"],
	["2011 Events", "http://www.gcnca.org/nca-special-events/2011/"] //no comma following last entry!
]

var PhotoAlbum={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
PhotoAlbum.items=[
	["June 15, 2010", "http://www.gcnca.org/photo-album/pictures-06-15-2010/"] //no comma following last entry!
]



// EXTRA SAMPLE CODE BELOW 

// ***********************************************************************
// The following code is commented out and isn't needed for website to work. 
// It is extra code that shows examples of ways in which the menu can be 
// set up and configured. Keep the extra code in the file just as a 
// reminder of how the code can be set up.
// ***********************************************************************

/*
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.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/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.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!
]



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!
]

*/



