var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:130px;margin-top:17px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!

// course sub menu 
anylinkmenu1.items=[
	["About the Course", "aboutcourse.html"],
	["Study Online", "studyonline.html"],
	["Course Outline", "courseoutline.html"],
	["Marketing Kit", "marketingkit.html"], 
	["Testimonials", "testimonials.html"] //no comma following last entry!
]

// course sub menu 
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:110px; margin-top:17px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["The Institute", "theinstitute.html"],
	["The Authors", "theauthors.html"],
	["The Tutors", "thetutors.html"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:120px;margin-top:17px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Course Fees", "coursefees.html"],
	["Payment Options", "coursefees.html"] //no comma following last entry!
]


