var aboutus={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutus.items=[
    ["About Uganda Dental Assocation", 	"index.php?id=4"		],
	["UDA activities in Uganda", 		"index.php?id=5"		],
	["UDA Executive", 					"index.php?id=6"		],
	["Membership in the UDA", 			"index.php?id=7"		],
	["List of Uganda Dental Surgeons", 	"index.php?id=8"		],
	["Dental Education in Uganda",  	"index.php?id=9"		] //no comma following last entry! 
]

var events={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
eventss.items=[
	["Commercial Insurance", 	"index.php?artid=4"],
	["Health Insurance", 		"index.php?artid=5"],
	["Motor Third Party", 		"index.php?artid=6"],
	["Auto Insurance", 			"index.php?artid=7"] //no comma following last entry!
]

var claims={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
claims.items=[
	["When to file a claim", 	"index.php?artid=8"],
	["How to file a claim", 	"index.php?artid=9"],
	["Why your claim fails", 	"index.php?artid=10"],
	["Insurance claim Tips ", 	"index.php?artid=11"] //no comma following last entry!
]

var info={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
info.items=[
	["About Us", 				"index.php?artid=12"],
	["How to contact us", 		"index.php?artid=13"],
	["FAQ Center", 				"index.php?artid=14"],
	["How to start from here", 	"index.php?artid=15"] //no comma following last entry!
]

var comm={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
comm.items=[
	["Commercial Buildings", 	"index.php?artid=16"],
	["Travel Insurance", 		"index.php?artid=17"],
	["Transit Insurance", 		"index.php?artid=18"],
	["Liability Insurance", 	"index.php?artid=19"] //no comma following last entry!
]


var Home={divclass:'anylinkmenu', inlinestyle:'properties', linktarget:'secwin'} //Third menu variable. Same precaution.
Home.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
Home.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!
]
