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

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=15
oCMenu.fromTop=100 
oCMenu.rows=0 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/" 
oCMenu.onlineRoot="/coolmenus/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=1000

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
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=25 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
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="right"

//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=80
oCMenu.level[1].height=25
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=0
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 (adding one to the number)
oCMenu.level[2].width=90
oCMenu.level[2].height=25
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


//EXAMPLE SUB LEVEL[3] 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[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=150
oCMenu.level[3].height=25
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel2"
oCMenu.level[3].overClass="clLevel2over"
oCMenu.level[3].borderClass="clLevel2border"


//EXAMPLE SUB LEVEL[4] 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[4]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[4].width=165
oCMenu.level[4].height=25
oCMenu.level[4].offsetX=0
oCMenu.level[4].offsetY=0
oCMenu.level[4].regClass="clLevel2"
oCMenu.level[4].overClass="clLevel2over"
oCMenu.level[4].borderClass="clLevel2border"




/******************************************
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','','<div ALIGN="center"><img src="DHTML/home.gif"><b> &nbsp;<BIG>About</BIG>&nbsp;&nbsp;</b>&nbsp;<img ALIGN="top" src="DHTML/arrow_big.gif"></div>','','',110,'','','','','','','','','SwitchDiv("","home")')
                 oCMenu.makeMenu('sub01','top0','The team','','','100','','','','','','','','','SwitchDiv("team/team.htm","team")')              

oCMenu.makeMenu('top1','','<div ALIGN="right"><b><BIG> MultiQTL</BIG>&nbsp;&nbsp;&nbsp;</b><img ALIGN="top" src="DHTML/arrow_big.gif"></div>','','',110)
	oCMenu.makeMenu('sub10','top1','Introduction<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
		//oCMenu.makeMenu('sub100','sub10','About MultiQTL','','',150,'','','','','','','','','SwitchDiv("multiqtl/multiqtl_about.htm","basic")')
		oCMenu.makeMenu('sub101','sub10','MultiQTL package','','',150,'','','','','','','','','SwitchDiv("multiqtl/multiqtl_product.htm","basic")')
		oCMenu.makeMenu('sub102','sub10','Comparing QTL mapping packages','','',150,'35','','','','','','','','SwitchDiv("multiqtl/multiqtl_comparison.htm","basic")')	

	oCMenu.makeMenu('sub11','top1','Tutorial<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
		oCMenu.makeMenu('sub110','sub11','part 01 - Load and Edit','http://www.multiqtl.com/tutorials/multiqtl/Part1_TutorLoadEdit.htm','_blank',195)
		oCMenu.makeMenu('sub111','sub11','part 02 - Simulations','http://www.multiqtl.com/tutorials/multiqtl/Part2_TutorSimulations.htm','_blank',195)
		oCMenu.makeMenu('sub112','sub11','part 03 - Model Creation','http://www.multiqtl.com/tutorials/multiqtl/Part3_TutorModelCreation.htm','_blank',195)
		oCMenu.makeMenu('sub113','sub11','part 04 - Single QTL','http://www.multiqtl.com/tutorials/multiqtl/Part4_TutorSingleQTL.htm','_blank',195)
		oCMenu.makeMenu('sub114','sub11','part 05 - Two QTLs','http://www.multiqtl.com/tutorials/multiqtl/Part5_TutorTwoQTL.htm','_blank',195)
		oCMenu.makeMenu('sub115','sub11','part 06 - Multi Trait','http://www.multiqtl.com/tutorials/multiqtl/Part6_TutorMultiTrait.htm','_blank',195)
		oCMenu.makeMenu('sub116','sub11','part 07 - Multi Chromosome','http://www.multiqtl.com/tutorials/multiqtl/Part7_TutorMultiChrom.htm','_blank',195)
		oCMenu.makeMenu('sub117','sub11','part 08 - Multi Environment','http://www.multiqtl.com/tutorials/multiqtl/Part8_TutorMultiEnvir.htm','_blank',195)
		oCMenu.makeMenu('sub118','sub11','part 09 - Multi Family','http://www.multiqtl.com/tutorials/multiqtl/Part9_TutorMultiFamily.htm','_blank',195)
		oCMenu.makeMenu('sub119','sub11','part 10 - Selective Genotyping','http://www.multiqtl.com/tutorials/multiqtl/Part10_TutorSelectiveGenotyping.htm','_blank',195)
		oCMenu.makeMenu('sub1110','sub11','part 11 - Summarizing','http://www.multiqtl.com/tutorials/multiqtl/Part11_TutorSummarizing.htm','_blank',195)
                                    oCMenu.makeMenu('sub1111','sub11','part 12 - MultiQTL package','http://www.multiqtl.com/tutorials/multiqtl/Part12_MultiQTLpackage.htm','_blank',195)
		oCMenu.makeMenu('sub1112','sub11','All Files & Examples','','',195,'','','','','','','','','SwitchDiv("http://www.multiqtl.com/tutorials/multiqtl/all_files_and_examples.htm","courses")')
				
	oCMenu.makeMenu('sub12','top1','Updates<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
                oCMenu.makeMenu('sub120','sub12','Version 2.6','','',100,'','','','','','','','','SwitchDiv("multiqtl/multiqtl_ver26.htm","basic")')
		oCMenu.makeMenu('sub121','sub12','Version 2.5','','',100,'','','','','','','','','SwitchDiv("multiqtl/multiqtl_ver25.htm","basic")')
		oCMenu.makeMenu('sub122','sub12','Version 2.4','','',100,'','','','','','','','','SwitchDiv("multiqtl/multiqtl_ver24.htm","basic")')
	//	oCMenu.makeMenu('sub122','sub12','פיסיקה 2','','',150,'','','','','','','','','SwitchDiv("courses/semester3/physics2.htm","courses")')	
	//	oCMenu.makeMenu('sub123','sub12','הסתברות','','',150,'','','','','','','','','SwitchDiv("courses/semester3/probability.htm","courses")')
	//	oCMenu.makeMenu('sub124','sub12','מרוכבות','','',150,'','','','','','','','','SwitchDiv("courses/semester3/complex.htm","courses")')
	//	oCMenu.makeMenu('sub125','sub12','משדי"ח','','',150,'','','','','','','','','SwitchDiv("courses/semester3/PDE.htm","courses")')	

	//'top6','','<b>&nbsp;Sales</b>','http://www.bguee.org/forums','_blank')
	//oCMenu.makeMenu('sub13','top1','FAQ','','',100,'','','','','','','','','SwitchDiv("multiqtl/multiqtl_faq.htm","faq")')
	//was: oCMenu.makeMenu('sub13','top1','FAQ<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
		//oCMenu.makeMenu('sub130','sub13','מבוא להמרת אנרגיה','','',170,'','','','','','','','','SwitchDiv("courses/semester4/engconv.htm","courses")')
		//oCMenu.makeMenu('sub131','sub13','מבוא לעיבוד אותות','','',170,'','','','','','','','','SwitchDiv("courses/semester4/sigintr.htm","courses")')
		//oCMenu.makeMenu('sub132','sub13','מבוא לתהליכים אקראיים','','',170,'','','','','','','','','SwitchDiv("courses/semester4/rvintr.htm","courses")')	
		//oCMenu.makeMenu('sub133','sub13','מבוא למל"מ','','',170,'','','','','','','','','SwitchDiv("courses/semester4/scintr.htm","courses")')
		//oCMenu.makeMenu('sub134','sub13','מעבדת מבוא בחשמל','','',170,'','','','','','','','','SwitchDiv("courses/semester4/intrlab.htm","courses")')
		//oCMenu.makeMenu('sub135','sub13','שדות אלקטרומגנטיים','','',170,'','','','','','','','','SwitchDiv("courses/semester4/EMfields.htm","courses")')
	
	oCMenu.makeMenu('sub14','top1','Package Images','','',100,'35','','','','','','','','SwitchDiv("multiqtl/multiqtl_images.htm","basic")')
	
//	oCMenu.makeMenu('sub14','top1','more_01','','',100)
//	oCMenu.makeMenu('sub15','top1','more_02','','',100)
//	oCMenu.makeMenu('sub16','top1','more_03','','',100)
//	oCMenu.makeMenu('sub17','top1','more_04','','',100)
//	oCMenu.makeMenu('sub18','top1','more_05<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
//		oCMenu.makeMenu('sub180','sub18','אלקטרוניקה תעשייתית','','',170,'','','','','','','','','SwitchDiv("courses/other/indusrial_elect.htm","courses")')
//		oCMenu.makeMenu('sub181','sub18','מכשור אלקטרוני','','',170,'','','','','','','','','SwitchDiv("courses/other/electronical_instrumentaion.htm","courses")')

	


oCMenu.makeMenu('top2','','<div ALIGN="right"><b><BIG>MultiPoint</BIG>&nbsp;&nbsp;</b><img ALIGN="top" src="DHTML/arrow_big.gif"></div>','','',110)
	//oCMenu.makeMenu('sub20','top2','Introduction<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
		//oCMenu.makeMenu('sub200','sub20','About MultiPoint','','',150,'','','','','','','','','SwitchDiv("multipoint/multipoint_about.htm","basic")')
		//	oCMenu.makeMenu('sub2000','sub200','<div dir="rtl" align="left">שנה א\'</div>','http://www.ee.bgu.ac.il/board/index.shtml?Action=List&Year1=1','_blank',60)
		//	oCMenu.makeMenu('sub2001','sub200','<div dir="rtl" align="left">שנה ב\'</div>','http://www.ee.bgu.ac.il/board/index.shtml?Action=List&Year2=1','_blank',60)
		//	oCMenu.makeMenu('sub2002','sub200','<div dir="rtl" align="left">שנה ג\'</div>','http://www.ee.bgu.ac.il/board/index.shtml?Action=List&Year3=1','_blank',60)
		//	oCMenu.makeMenu('sub2003','sub200','<div dir="rtl" align="left">שנה ד\'</div>','http://www.ee.bgu.ac.il/board/index.shtml?Action=List&Year4=1','_blank',60)
		//oCMenu.makeMenu('sub201','sub20','MultiPoint package','','',150,'','','','','','','','','SwitchDiv("multipoint/multipoint_product.htm","basic")')
		//oCMenu.makeMenu('sub202','sub20','Comparing mapping packages','','',150,'35','','','','','','','','SwitchDiv("multipoint/multipoint_comparison.htm","basic")')
	//	oCMenu.makeMenu('sub203','sub20','<div dir="rtl" align="left">אתר הבית של א.ב.ג.</div>','http://www.bgu.ac.il','_blank',150)
	//	oCMenu.makeMenu('sub204','sub20','קיוסק מידע','http://www.bgu.ac.il/kiosk_information/','_blank',150)
	//	oCMenu.makeMenu('sub205','sub20','מערך הבחינות','http://www.eng.bgu.ac.il/gard','_blank',150)
	//	oCMenu.makeMenu('sub206','sub20','מאגר תדפיסים','http://www.bgu.ac.il/printouts/','_blank',150)
		
	oCMenu.makeMenu('sub21','top2','Tutorial<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
	//	oCMenu.makeMenu('sub210','sub21','האתר של ירון שנור','http://www.ee.bgu.ac.il/~shnur','_blank',140)
	//	oCMenu.makeMenu('sub211','sub21','Paragon Creations','http://www.paragoncreations.com/uni/','_blank',140)
	//	oCMenu.makeMenu('sub212','sub21','מלפפונים','http://www.geocities.com/cucumbers1','_blank',140)
	//	oCMenu.makeMenu('sub213','sub21','UnderWarrior','http://underwar.livedns.co.il','_blank',140)
	//	oCMenu.makeMenu('sub214','sub21','אתר האגודה','http://w3.bgu.ac.il/aguda/public/001_index_aguda.asp','_blank',140)
	//	oCMenu.makeMenu('sub214','sub21','אתר האגודה החדשה','http://www.internet-p.com/newaguda','_blank',140)		
// Add to Tutorial when done		
		oCMenu.makeMenu('sub210','sub21','part 1','http://www.multiqtl.com/tutorials/multipoint/Part01_Introduction.htm','_blank',195)
		oCMenu.makeMenu('sub211','sub21','part 2','http://www.multiqtl.com/tutorials/multipoint/Part02_TheFirstSteps.htm','_blank',195)
		oCMenu.makeMenu('sub212','sub21','part 3','http://www.multiqtl.com/tutorials/multipoint/Part03_MultilocusMapping.htm','_blank',195)
		//oCMenu.makeMenu('sub213','sub21','part 4 - Output And Special Options','http://www.multiqtl.com/tutorials/multipoint/Part04_OutputAndSpecialOptions.htm','_blank',195,35)
                                    //oCMenu.makeMenu('sub214','sub21','part 5 - Changes in v.2.1 compared to v.1.2','http://www.multiqtl.com/tutorials/multipoint/changes_mutlipoint_2.1_tutorial.htm','_blank',195,35)
		//oCMenu.makeMenu('sub215','sub21','All Files & Examples','','',195,'','','','','','','','','SwitchDiv("http://www.multiqtl.com/tutorials/multipoint/all_files_and_examples.htm","courses")')
//		oCMenu.makeMenu('sub214','sub21','part 05 - Two QTLs','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part5_TutorTwoQTL.htm","courses")')	
//		oCMenu.makeMenu('sub215','sub21','part 06 - Multi Trait','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part6_TutorMultiTrait.htm","courses")')
//		oCMenu.makeMenu('sub216','sub21','part 07 - Multi Chromosome','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part7_TutorMultiChrom.htm","courses")')
//		oCMenu.makeMenu('sub217','sub21','part 08 - Multi Environment','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part8_TutorMultiEnvir.htm","courses")')
//		oCMenu.makeMenu('sub218','sub21','part 09 - Multi Family','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part9_TutorMultiFamily.htm","courses")')
//		oCMenu.makeMenu('sub219','sub21','part 10 - Selective Genotyping','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part10_TutorSelectiveGenotyping.htm","courses")')
//		oCMenu.makeMenu('sub2110','sub21','part 11 - Summarizing','','',195,'','','','','','','','','SwitchDiv("tutorials/multiqtl/Part11_TutorSummarizing.htm","courses")')


	//oCMenu.makeMenu('sub22','top2','Updates<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
        oCMenu.makeMenu('22','top2','Updates','','','100','','','','','','','','','SwitchDiv("multipoint/multipoint_ver22.htm","basic")')
                                   // oCMenu.makeMenu('sub221','sub22','version 2.2','','',100,'','','','','','','','','SwitchDiv("multipoint/multipoint_ver22.htm","basic")')
                                    
                                   // oCMenu.makeMenu('sub220','sub22','version 2.1','','',100,'','','','','','','','','SwitchDiv("multipoint/multipoint_ver21.htm","basic")')
	//	oCMenu.makeMenu('sub221','sub22','version 1.2','','',100,'','','','','','','','','SwitchDiv("multipoint/multipoint_ver12.htm","basic")')
	//	oCMenu.makeMenu('sub221','sub22','מילונים ותרגומונים<img ALIGN="right" src="DHTML/arrow.gif">','','',130)
	//		oCMenu.makeMenu('sub2210','sub221','Merriam-Webster OnLine','http://www.m-w.com/','_blank',160)
	//		oCMenu.makeMenu('sub2211','sub221','Dictionary.com','http://dictionary.reference.com/','_blank',160)
	//		oCMenu.makeMenu('sub2212','sub221','FreeTranslation.com','http://www.freetranslation.com/','_blank',160)

	//oCMenu.makeMenu('sub23','top2','FAQ','','',100,'','','','','','','','','SwitchDiv("multipoint/multipoint_faq.htm","faq")')
	//	oCMenu.makeMenu('sub230','sub23','B.G.U. mail','http://webmail.bgu.ac.il/','_blank')
	//	oCMenu.makeMenu('sub231','sub23','E.E. mail','http://mail.ee.bgu.ac.il','_blank')
	//	oCMenu.makeMenu('sub232','sub23','MSN','http://mail.msn.com','_blank')
	//	oCMenu.makeMenu('sub233','sub23','<div dir="rtl" align="left">וואלה!</div>','http://mail.walla.co.il','_blank')
	//	oCMenu.makeMenu('sub234','sub23','Yahoo!','http://mail.yahoo.com','_blank')
	//	oCMenu.makeMenu('sub235','sub23','Mail.com','http://www.mail.com','_blank')

//	oCMenu.makeMenu('sub24','top2','מנועי חיפוש<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
//		oCMenu.makeMenu('sub240','sub24','נענע','http://www.nana.co.il','_blank')
//		oCMenu.makeMenu('sub241','sub24','<div dir="rtl" align="left">וואלה!</div>','http://www.walla.co.il','_blank')
//		oCMenu.makeMenu('sub242','sub24','תפוז','http://www.tapuz.co.il','_blank')
//		oCMenu.makeMenu('sub243','sub24','Google','http://www.google.co.il','_blank')
//		oCMenu.makeMenu('sub244','sub24','Yahoo!','http://www.yahoo.co.il','_blank')
//		oCMenu.makeMenu('sub245','sub24','MSN','http://www.msn.co.il','_blank')
//		oCMenu.makeMenu('sub246','sub24','Alta Vista','http://www.altavista.com','_blank')
//		oCMenu.makeMenu('sub247','sub24','Search','http://www.search.com','_blank')
//		oCMenu.makeMenu('sub248','sub24','scirus (מדעי)</div>','http://www.scirus.com','_blank')

//	oCMenu.makeMenu('sub25','top2','קניות ומכרזים<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
//		oCMenu.makeMenu('sub250','sub25','זולו','http://www.zooloo.co.il','_blank')
//		oCMenu.makeMenu('sub251','sub25','פי 1000','http://www.p1000.co.il','_blank')
//		oCMenu.makeMenu('sub252','sub25','זאפ','http://www.zap.co.il','_blank')
//		oCMenu.makeMenu('sub253','sub25','נט אקשן','http://www.netaction.co.il','_blank')

//	oCMenu.makeMenu('sub26','top2','שונות<img ALIGN="right" src="DHTML/arrow.gif">','','',100)
//		oCMenu.makeMenu('sub260','sub26','רכבות ואוטובוסים','http://www.otobusim.com','_blank',150)
//		oCMenu.makeMenu('sub261','sub26','bgu.co.il','http://www.bgu.co.il','_blank',150)
//		oCMenu.makeMenu('sub262','sub26','מרכז הטפסים הישראלי','http://www.ascii.co.il/ntor/','_blank',150)





oCMenu.makeMenu('top4','','<div ALIGN="center"><b><BIG>Sales</BIG></b></div>','','',110,'','','','','','','','','SwitchDiv("sales/sales.htm","basic")')

oCMenu.makeMenu('top5','','<div ALIGN="center"><b><BIG>Search</BIG></b></div>','','',110,'','','','','','','','','SwitchDiv("search/search.htm","basic")')

oCMenu.makeMenu('top6','','<div ALIGN="right"><b><big>Media</big>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><img ALIGN="top" src="DHTML/arrow_big.gif"></div>','','',110)
	oCMenu.makeMenu('sub60','top6','Shows & Exhibitions','','','100', '35','','','','','','','','SwitchDiv("media/shows_exhibitions.htm","articles")')
	//	oCMenu.makeMenu('sub600','sub60','MultiQTL','','','140','','','','','','','','','SwitchDiv("academic/multiqtl_academic.htm","basic")')
	//	oCMenu.makeMenu('sub601','sub60','MultiPoint','','','140','','','','','','','','','SwitchDiv("academic/multipoint_academic.htm","basic")')
	//	oCMenu.makeMenu('sub602','sub60','MultiPool','','','140','','','','','','','','','SwitchDiv("academic/multipool_academic.htm","basic")')
	oCMenu.makeMenu('sub61','top6','Press releases','','','100','','','','','','','','','SwitchDiv("media/press_releases.htm","articles")')
	oCMenu.makeMenu('sub62','top6','Publications','','','100','','','','','','','','','SwitchDiv("media/publications.htm","articles")')
	oCMenu.makeMenu('sub63','top6','Events','','','100','','','','','','','','','SwitchDiv("media/events.htm","articles")')
		
oCMenu.makeMenu('top7','','<div ALIGN="right"><b><big>Academic</big>&nbsp;&nbsp;&nbsp;</b><img ALIGN="top" src="DHTML/arrow_big.gif"></div>','','',110)
	oCMenu.makeMenu('sub70','top7','Articles<img ALIGN="right" src="DHTML/arrow.gif">','','','100')
		oCMenu.makeMenu('sub700','sub70','MultiQTL','','','140','','','','','','','','','SwitchDiv("academic/multiqtl_academic.htm","articles")')
		oCMenu.makeMenu('sub701','sub70','MultiPoint','','','140','','','','','','','','','SwitchDiv("academic/multipoint_academic.htm","articles")')
	//	oCMenu.makeMenu('sub702','sub70','MultiPool','','','140','','','','','','','','','SwitchDiv("academic/multipool_academic.htm","articles")')
	//	oCMenu.makeMenu('sub703','sub70','הוצא מהקשרו- פרק 4','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC4.htm","OOC")')
	//	oCMenu.makeMenu('sub704','sub70','הוצא מהקשרו- פרק 5','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC5.htm","OOC")')
	//	oCMenu.makeMenu('sub705','sub70','הוצא מהקשרו- פרק 6','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC6.htm","OOC")')
	//	oCMenu.makeMenu('sub706','sub70','הוצא מהקשרו- פרק 7','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC7.htm","OOC")')
	oCMenu.makeMenu('sub71','top7','Convensions<img ALIGN="right" src="DHTML/arrow.gif">','','','100')
		oCMenu.makeMenu('sub710','sub71','PAG XIII','','','140','','','','','','','','','SwitchDiv("academic/academic_pagxiii.htm","articles")')
	//	oCMenu.makeMenu('sub711','sub71','הוצא מהקשרו- פרק 2','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC2.htm","OOC")')
	//	oCMenu.makeMenu('sub712','sub71','הוצא מהקשרו- פרק 3','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC3.htm","OOC")')
	//	oCMenu.makeMenu('sub713','sub71','הוצא מהקשרו- פרק 4','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC4.htm","OOC")')
	//	oCMenu.makeMenu('sub714','sub71','הוצא מהקשרו- פרק 5','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC5.htm","OOC")')
	//	oCMenu.makeMenu('sub715','sub71','הוצא מהקשרו- פרק 6','','','140','','','','','','','','','SwitchDiv("fun/OOC/OOC6.htm","OOC")')

//oCMenu.makeMenu('top8','','<div ALIGN="center"><b><big>The team</big></b></div>','','',110,'','','','','','','','','SwitchDiv("team/team.htm","team")')




		
//Leave this line
oCMenu.construct()
