/*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:280px; background:#F7F7F7', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Robert Half Finance & Accounting", "http://"],
	["Robert Half Financial Services Group", "http://"],
	["Robert Half Management Resources", "http://"],
	["Accountemps", "http://"],
	["Robert Half Technology", "http://"],
	["Robert Half Legal", "http://"],
	["OfficeTeam ", "http://"] //no comma following last entry!
]

var anylinkmenu12={divclass:'anylinkmenu', inlinestyle:'width:280px; background:#F7F7F7', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu12.items=[
	["Robert Half Finance & Accounting", "http://"],
	["Robert Half Financial Services Group", "http://"],
	["Robert Half Management Resources", "http://"],
	["Accountemps", "http://"],
	["Robert Half Technology", "http://"],
	["Robert Half Legal", "http://"],
	["OfficeTeam", "http://"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} 
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	<hr>
	Robert Half
	["<img src='/External_Sites/content/Shared/images/flags/AU_flag.gif' style='border-width:0' /> Australia", "http://www.roberthalf.com.au/"],
	["<img src='/External_Sites/content/Shared/images/flags/AT_flag.gif' style='border-width:0' /> Austria", "http://www.roberthalf.at/"],
	["<img src='/External_Sites/content/Shared/images/flags/BE_flag.gif' style='border-width:0' /> Belgium", "http://www.roberthalf.be/"],
	["<img src='/External_Sites/content/Shared/images/flags/BR_flag.gif' style='border-width:0' /> Brazil", "http://www.roberthalf.com.br/"],
	["<img src='/External_Sites/content/Shared/images/flags/CA_flag.gif' style='border-width:0' /> Canada (EN)", "http://www.roberthalf.ca/"],
	["<img src='/External_Sites/content/Shared/images/flags/CA_flag.gif' style='border-width:0' /> Canada Quebec (EN-FR)", "http://www.roberthalf.ca/"],
	["<img src='/External_Sites/content/Shared/images/flags/CZ_flag.gif' style='border-width:0' /> Czech Republic", "http://www.roberthalf.cz/", "efc"],
	["<img src='/External_Sites/content/Shared/images/flags/AE_flag.gif' style='border-width:0' /> UAE", "http://www.roberthalf.ae"],
	["<img src='/External_Sites/content/Shared/images/flags/FR_flag.gif' style='border-width:0' /> France", "http://www.roberthalf.fr/"],
	["<img src='/External_Sites/content/Shared/images/flags/DE_flag.gif' style='border-width:0' /> Germany", "http://www.roberthalf.de/"],
	["<img src='/External_Sites/content/Shared/images/flags/HK_flag.gif' style='border-width:0' /> Hong Kong", "http://www.roberthalf.com.hk/"],
	["<img src='/External_Sites/content/Shared/images/flags/IE_flag.gif' style='border-width:0' /> Ireland", "http://www.roberthalf.ie/"],
	["<img src='/External_Sites/content/Shared/images/flags/IT_flag.gif' style='border-width:0' /> Italy", "http://www.roberthalf.it/"],
	["<img src='/External_Sites/content/Shared/images/flags/JP_flag.gif' style='border-width:0' /> Japan", "http://www.roberthalf.jp/", "efc"],
	["<img src='/External_Sites/content/Shared/images/flags/LU_flag.gif' style='border-width:0' /> Luxembourg", "http://www.roberthalf.lu/"],
	["<img src='/External_Sites/content/Shared/images/flags/NL_flag.gif' style='border-width:0' /> The Netherlands", "http://www.roberthalf.nl/"],
	["<img src='/External_Sites/content/Shared/images/flags/NZ_flag.gif' style='border-width:0' /> New Zealand", "http://www.roberthalf.co.nz/"],
	["<img src='/External_Sites/content/Shared/images/flags/SG_flag.gif' style='border-width:0' /> Singapore", "http://www.roberthalf.com.sg/"],
	["<img src='/External_Sites/content/Shared/images/flags/ES_flag.gif' style='border-width:0' /> Spain", "http://www.roberthalf.es/"],
	["<img src='/External_Sites/content/Shared/images/flags/CH_flag.gif' style='border-width:0' /> Switzerland", "http://www.roberthalf.ch/"],
	["<img src='/External_Sites/content/Shared/images/flags/UK_flag.gif' style='border-width:0' /> United Kingdom", "http://www.roberthalf.co.uk"],
	["<img src='/External_Sites/content/Shared/images/flags/US_flag.gif' style='border-width:0' /> United States", "http://www.rhi.com"]//no comma following last entry!
]
*/
