var whatisgoi={divclass:'anylinkmenu', inlinestyle:'width:100px; background: #5aa062; color: Black', linktarget:''} 
whatisgoi.items=[
	["Sustainability", "goi/what-is-goi.html#sustainability"],
	["Purpose", "goi/what-is-goi.html#purpose"],
	["Vision", "goi/what-is-goi.html#vision"],
	["Values", "goi/what-is-goi.html#values"] //no comma following last entry!
]

var whatwedo={divclass:'anylinkmenu', inlinestyle:'width:110px; background: #5aa062; color: Black', linktarget:''} 
whatwedo.items=[
	["We help you!", "goi/what-we-do.html#wehelpyou"],	
	["Power Partners", "goi/what-we-do.html#powerpartners"] //no comma following last entry!
]

var productsandservices={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #5aa062; color: Black', linktarget:''} 
productsandservices.items=[
	["Products", "goi/products-and-services.html#products"],	
	["Services", "goi/products-and-services.html#services"],	
	["Certification Process", "goi/products-and-services.html#certification"],	
	["Referrals", "goi/products-and-services.html#referrals"] //no comma following last entry!
]

var howtogetstarted={divclass:'anylinkmenu', inlinestyle:'width:230px; background: #5aa062; color: Black', linktarget:''} 
howtogetstarted.items=[
	["Save Money Today", "goi/how-to-get-started.html#savemoney"],	
	["Free Eco-Consultation", "goi/how-to-get-started.html#freeconsultation"],	
	["Take Advantage of GOI's Services", "goi/how-to-get-started.html#takeadvantage"] //no comma following last entry!
]

//////////////////////////////////////////////////////////////////////////
//THESE ARE USED FOR WHEN NOT NAVIGATING FROM THE INDEX. ASSUMED DIRECTORY IS /GOI/ //
//////////////////////////////////////////////////////////////////////////

var whatisgoi2={divclass:'anylinkmenu', inlinestyle:'width:100px; background: #5aa062; color: Black', linktarget:''} 
whatisgoi2.items=[
	["Sustainability", "what-is-goi.html#sustainability"],
	["Purpose", "what-is-goi.html#purpose"],
	["Vision", "what-is-goi.html#vision"],
	["Values", "what-is-goi.html#values"] //no comma following last entry!
]

var whatwedo2={divclass:'anylinkmenu', inlinestyle:'width:110px; background: #5aa062; color: Black', linktarget:''} 
whatwedo2.items=[
	["We help you!", "what-we-do.html#wehelpyou"],	
	["Power Partners", "what-we-do.html#powerpartners"] //no comma following last entry!
]

var productsandservices2={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #5aa062; color: Black', linktarget:''} 
productsandservices2.items=[
	["Products", "products-and-services.html#products"],	
	["Services", "products-and-services.html#services"],	
	["Certification Process", "products-and-services.html#certification"],	
	["Referrals", "products-and-services.html#referrals"] //no comma following last entry!
]

var howtogetstarted2={divclass:'anylinkmenu', inlinestyle:'width:230px; background: #5aa062; color: Black', linktarget:''} 
howtogetstarted2.items=[
	["Save Money Today", "how-to-get-started.html#savemoney"],	
	["Free Eco-Consultation", "how-to-get-started.html#freeconsultation"],	
	["Take Advantage of GOI's Services", "how-to-get-started.html#takeadvantage"]//no comma following last entry!
]



//////////////////////////////////////////////////////////////////////////
//EXAMPLES//
//////////////////////////////////////////////////////////////////////////

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:#white', 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!
]

