
var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'self'} //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=[
	["Our Business", "index.php?id=48"],
	["Coporate", "index.php?id=58"],
	["Management", "index.php?id=57"],
	["Investors ","index.php?id=59"],	
	["Research & Development", "index.php?id=53","efc"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items=[
	["Consulting", "index.php?id=62"],
	["Electronic Commerce Course", "index.php?id=50"],
	["Information Protection", "index.php?id=52"],
	["Security Training Courses", "index.php?id=51","efc"]
	
	//no comma following last entry!
]


var anylinkmenu5={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu5.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu5.items=[
	["Public key infrastructure (PKI) Software", "index.php?id=56"],
	["Positive Identification SDK", "index.php?id=55"],
	["Advanced Electronic Signature Software","index.php?id=49","efc"]//no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu6.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu6.items=[
	["News", "index.php?id=64", "efc"] //no comma following last entry!
]