//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=10 
oCMenu.fromTop=146   
oCMenu.rows=1 
oCMenu.menuPlacement="center"
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=100 
oCMenu.fillImg="http://www.themsc.org/images/cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="770"
oCMenu.barHeight="23" 
oCMenu.barClass="clBar"
oCMenu.barX=4 
oCMenu.barY=141
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=100
oCMenu.level[0].height=20 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="middle"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=225
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level
oCMenu.level[2].width=150
oCMenu.level[2].height=20 
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=1
oCMenu.level[2].rows=0
oCMenu.level[2].arrow=0
oCMenu.level[2].arrowWidth=0
oCMenu.level[2].arrowHeight=0
oCMenu.level[2].align="middle"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','&nbsp;Home','http://www.themsc.org/','',95,20)
	oCMenu.makeMenu('sub00','top0','&nbsp;Home','http://www.themsc.org/','',95,20)
	oCMenu.makeMenu('sub01','top0','&nbsp;Links&nbsp;&raquo;','http://www.themsc.org/links.html','',95,20)
	oCMenu.makeMenu('sub000','sub01','&nbsp;Associates','http://www.themsc.org/links_associates.html','',370,20)
	oCMenu.makeMenu('sub001','sub01','&nbsp;Non-Governmental Bodies','http://www.themsc.org/links_ngb.html','',370,20)
	oCMenu.makeMenu('sub002','sub01','&nbsp;Government Departments, Agencies and Statutory Bodies','http://www.themsc.org/links_gov.html','',370,20)
	oCMenu.makeMenu('sub003','sub01','&nbsp;Sector Skills Bodies','http://www.themsc.org/links_skills.html','',370,20)
	oCMenu.makeMenu('sub004','sub01','&nbsp;Professional Bodies','http://www.themsc.org/links_professional.html','',370,20)
	oCMenu.makeMenu('sub02','top0','&nbsp;Contact TMSC','http://www.themsc.org/contact.html','',95,20)
	
oCMenu.makeMenu('top1','','&nbsp;Services','http://www.themsc.org/services/','',110)
	oCMenu.makeMenu('sub10','top1','&nbsp;Services','http://www.themsc.org/services/','',235,20)
	oCMenu.makeMenu('sub11','top1','&nbsp;Standards Development','http://www.themsc.org/services/development.html','',235,20)
	oCMenu.makeMenu('sub12','top1','&nbsp;Qualifications &amp; Assessment','http://www.themsc.org/services/qualifications.html','',235,20)
	oCMenu.makeMenu('sub13','top1','&nbsp;Standards Implementation','http://www.themsc.org/services/implementation.html','',235,20)
	oCMenu.makeMenu('sub14','top1','&nbsp;Learning Programmes','http://www.themsc.org/services/learning.html','',235,20)
	oCMenu.makeMenu('sub15','top1','&nbsp;Workforce Development','http://www.themsc.org/services/workforce.html','',235,20)
	oCMenu.makeMenu('sub16','top1','&nbsp;Research','http://www.themsc.org/services/research.html','',235,20)
	oCMenu.makeMenu('sub17','top1','&nbsp;Events Management','http://www.themsc.org/services/events.html','',235,20)
	oCMenu.makeMenu('sub18','top1','&nbsp;HR Management and Development','http://www.themsc.org/services/hr.html','',235,20)
	oCMenu.makeMenu('sub19','top1','&nbsp;Software Development','http://www.themsc.org/services/software.html','',235,20)
	oCMenu.makeMenu('sub110','top1','&nbsp;Commissioning TMSC','http://www.themsc.org/services/commission.html','',235,20)
	oCMenu.makeMenu('sub111','top1','&nbsp;MyPRINCE2','http://www.themsc.org/services/myprince2.html','',235,20)

oCMenu.makeMenu('top2','','&nbsp;Projects','http://www.themsc.org/projects/','',105)
	oCMenu.makeMenu('sub20','top2','&nbsp;Projects','http://www.themsc.org/projects/','',290,20)
	oCMenu.makeMenu('sub21','top2','&nbsp;ACCA Ethics E-Learning','http://www.themsc.org/projects/proj_acca.html','',290,20)
	oCMenu.makeMenu('sub22','top2','&nbsp;Be a Better Manager','http://www.themsc.org/projects/proj_babm.html','',290,20)
	oCMenu.makeMenu('sub23','top2','&nbsp;Coronary Heart Disease Competences','http://www.themsc.org/projects/proj_coronary.html','',290,20)
	oCMenu.makeMenu('sub24','top2','&nbsp;Custodial Care Standards','http://www.themsc.org/projects/proj_cc.html','',290,20)
	oCMenu.makeMenu('sub25','top2','&nbsp;Domiciliary Care in Wales','http://www.themsc.org/projects/proj_domiciliary.html','',290,20)
	oCMenu.makeMenu('sub26','top2','&nbsp;Electoral Services','http://www.themsc.org/projects/proj_electoral.html','',290,20)
	oCMenu.makeMenu('sub27','top2','&nbsp;Government Contact Centres','http://www.themsc.org/projects/proj_gcc.html','',290,20)
	oCMenu.makeMenu('sub28','top2','&nbsp;HR Learning and Qualifications Strategy','http://www.themsc.org/projects/proj_hrqs.html','',290,20)
	oCMenu.makeMenu('sub29','top2','&nbsp;Institute of Internal Auditors','http://www.themsc.org/projects/proj_iia.html','',290,20)
	oCMenu.makeMenu('sub210','top2','&nbsp;Legal Advice Toolkit','http://www.themsc.org/projects/proj_nosla.html','',290,20)
	oCMenu.makeMenu('sub211','top2','&nbsp;Management and Business Consultants NOS','http://www.themsc.org/projects/proj_mbcnos.html','',290,20)
	oCMenu.makeMenu('sub212','top2','&nbsp;Management and Leadership Standards','http://www.themsc.org/projects/proj_management.html','',290,20)
	oCMenu.makeMenu('sub213','top2','&nbsp;Management Essentials','http://www.themsc.org/projects/proj_me.html','',290,20)
	oCMenu.makeMenu('sub214','top2','&nbsp;National Occupational Standards Research','http://www.themsc.org/projects/proj_nos.html','',290,20)
	oCMenu.makeMenu('sub215','top2','&nbsp;National Occupational Standards Strategy','http://www.themsc.org/projects/proj_nosstrategy.html','',290,20)
	oCMenu.makeMenu('sub216','top2','&nbsp;Palliative Care for Heart Failure Patients','http://www.themsc.org/projects/proj_hf.html','',290,20)
	oCMenu.makeMenu('sub217','top2','&nbsp;Policing and Law Enforcement','http://www.themsc.org/projects/proj_wle.html','',290,20)
	oCMenu.makeMenu('sub218','top2','&nbsp;Positive Futures','http://www.themsc.org/projects/proj_positive.html','',290,20)
	oCMenu.makeMenu('sub219','top2','&nbsp;School of Coaching','http://www.themsc.org/projects/proj_school.html','',290,20)
	oCMenu.makeMenu('sub220','top2','&nbsp;Social Marketing Standards','http://www.themsc.org/projects/proj_smnos.html','',290,20)
	oCMenu.makeMenu('sub221','top2','&nbsp;Standards for Managing Volunteers','http://www.themsc.org/projects/proj_rsmv.html','',290,20)
	oCMenu.makeMenu('sub222','top2','&nbsp;YouManager','http://www.themsc.org/projects/proj_youmanager.html','',290,20)


oCMenu.makeMenu('top3','','&nbsp;Publications','http://www.themsc.org/publications/','',125)
	oCMenu.makeMenu('sub30','top3','&nbsp;Publications','http://www.themsc.org/publications/','',360,20)
	oCMenu.makeMenu('sub31','top3','&nbsp;Good Manager&rsquo;s Guide','http://www.themsc.org/publications/goodmanguide.html','',360,20)
	oCMenu.makeMenu('sub32','top3','&nbsp;Labour Party Good Manager&rsquo;s Guide','http://www.themsc.org/publications/labour.html','',360,20)
	oCMenu.makeMenu('sub33','top3','&nbsp;Solicitor&rsquo;s Guide to Good Management','http://www.themsc.org/publications/solicitors.html','',360,20)
	oCMenu.makeMenu('sub34','top3','&nbsp;CHD Competence Framework Guide','http://www.themsc.org/publications/CHD.html','',360,20)
	oCMenu.makeMenu('sub35','top3','&nbsp;National Occupational Standards - Good Practice Guide','http://www.themsc.org/publications/justice.html','',360,20)
	oCMenu.makeMenu('sub36','top3','&nbsp;Understanding Quality Systems and Standards','http://www.themsc.org/publications/qualsystems.html','',360,20)
	oCMenu.makeMenu('sub37','top3','&nbsp;Using Your Influence','http://www.themsc.org/publications/influence.html','',360,20)
	oCMenu.makeMenu('sub38','top3','&nbsp;Using Resources Effectively','http://www.themsc.org/publications/resources.html','',360,20)
	oCMenu.makeMenu('sub39','top3','&nbsp;Communication and Client-Auditor Relations','http://www.themsc.org/publications/commsclient.html','',360,20)
	oCMenu.makeMenu('sub310','top3','&nbsp;Oltre L Aula','http://www.themsc.org/publications/oltre.html','',360,20)
	oCMenu.makeMenu('sub311','top3','&nbsp;Competenze senza Incubi','http://www.themsc.org/publications/sociologia103.html','',360,20)
	

oCMenu.makeMenu('top5','','&nbsp;Software','http://www.themsc.org/software/','',110)
	oCMenu.makeMenu('sub50','top5','&nbsp;Software','http://www.themsc.org/software/','',165,20)
	oCMenu.makeMenu('sub51','top5','&nbsp;PerformerPlus','http://www.themsc.org/software/performer.html','',165,20)
	


oCMenu.makeMenu('top6','','&nbsp;Standards','http://www.themsc.org/standards/','',110)
	oCMenu.makeMenu('sub60','top6','&nbsp;Standards','http://www.themsc.org/standards/','',245,20)
	oCMenu.makeMenu('sub61','top6','&nbsp;National Occupational Standards','http://www.themsc.org/standards/nos.html','',245,20)
	oCMenu.makeMenu('sub62','top6','&nbsp;Administration','http://www.themsc.org/standards/admin.html','',245,20)
	oCMenu.makeMenu('sub63','top6','&nbsp;Coronary Heart Disease','http://www.themsc.org/standards/coronary.html','',245,20)
	oCMenu.makeMenu('sub64','top6','&nbsp;Customer Service','http://www.themsc.org/standards/customer.html','',245,20)
	oCMenu.makeMenu('sub65','top6','&nbsp;Drugs and Alcohol (DANOS)','http://www.themsc.org/standards/danos.html','',245,20)
	oCMenu.makeMenu('sub66','top6','&nbsp;e-learning','http://www.themsc.org/standards/elearning.html','',245,20)
	oCMenu.makeMenu('sub67','top6','&nbsp;Electoral Services','http://www.themsc.org/standards/es.html','',245,20)
	oCMenu.makeMenu('sub68','top6','&nbsp;Executive Coaching','http://www.themsc.org/standards/coaching.html','',245,20)
	oCMenu.makeMenu('sub69','top6','&nbsp;Local Land Charges','http://www.themsc.org/standards/llc.html','',245,20)
	oCMenu.makeMenu('sub610','top6','&nbsp;Management and Leadership','http://www.themsc.org/standards/management.html','',245,20)
	oCMenu.makeMenu('sub611','top6','&nbsp;Renal Healthcare','http://www.themsc.org/standards/renal.html','',245,20)
	oCMenu.makeMenu('sub612','top6','&nbsp;Managing Volunteers','http://www.themsc.org/standards/volunteer.html','',245,20)


oCMenu.makeMenu('top7','','&nbsp;People','http://www.themsc.org/people/')
	oCMenu.makeMenu('sub70','top7','&nbsp;People','http://www.themsc.org/people/','',120,20)
	oCMenu.makeMenu('sub71','top7','&nbsp;Trevor Boutall','http://www.themsc.org/people/trevor.html','',120,20)
	oCMenu.makeMenu('sub72','top7','&nbsp;Alasdair Cant','http://www.themsc.org/people/alasdair.html','',120,20)
	oCMenu.makeMenu('sub73','top7','&nbsp;Rekha Wadhwani','http://www.themsc.org/people/rekha.html','',120,20)
	oCMenu.makeMenu('sub74','top7','&nbsp;Colin Wright','http://www.themsc.org/people/colin.html','',120,20)
	oCMenu.makeMenu('sub75','top7','&nbsp;James Turner','http://www.themsc.org/people/jim.html','',120,20)
	oCMenu.makeMenu('sub76','top7','&nbsp;David Mathews','http://www.themsc.org/people/david.html','',120,20)
	oCMenu.makeMenu('sub77','top7','&nbsp;Nicola Player','http://www.themsc.org/people/nicola.html','',120,20)
	oCMenu.makeMenu('sub78','top7','&nbsp;Rebecca Freeman','http://www.themsc.org/people/becky.html','',120,20)
	oCMenu.makeMenu('sub79','top7','&nbsp;Cathy Wills','http://www.themsc.org/people/cathy.html','',120,20)
	oCMenu.makeMenu('sub710','top7','&nbsp;Joanna Barnes','http://www.themsc.org/people/jo_barnes.html','',120,20)
	oCMenu.makeMenu('sub711','top7','&nbsp;Martin Ludemann','http://www.themsc.org/people/martin.html','',120,20)
	oCMenu.makeMenu('sub712','top7','&nbsp;Ken Flood','http://www.themsc.org/people/ken.html','',120,20)


	



//Leave this line - it constructs the menu
oCMenu.construct()	