//This is the menu creation code - place it right after you body tag
//				Feel free to add this to a stand-alone js file and link it to your page.
			

				//Menu object creation
				oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

				oCMenu.frames = 0

				//Menu properties   
				oCMenu.pxBetween=0
				oCMenu.fromLeft=0
				oCMenu.fromTop=240
				oCMenu.rows=1 
				oCMenu.menuPlacement="Center"
				                                                             
				oCMenu.offlineRoot="" 
				oCMenu.onlineRoot="" 
				oCMenu.resizeCheck=1 
				oCMenu.wait=1000 
				oCMenu.fillImg=""
				oCMenu.zIndex=0

				//Background bar properties
				oCMenu.useBar=1
				oCMenu.barWidth="100%"
				oCMenu.barHeight="menu" 
				oCMenu.barClass="clBar"
				oCMenu.barX=0 
				oCMenu.barY=0
				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=166
				oCMenu.level[0].height=20
				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=oCMenu.level[0].height
				oCMenu.level[0].rows=0
				oCMenu.level[0].arrow=0
				oCMenu.level[0].arrowWidth=0
				oCMenu.level[0].arrowHeight=0
				oCMenu.level[0].align="center"

				//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=oCMenu.level[0].width
				oCMenu.level[1].height=18
				oCMenu.level[1].regClass="clLevel1"
				oCMenu.level[1].overClass="clLevel1over"
				oCMenu.level[1].borderX=1
				oCMenu.level[1].borderY=1
				oCMenu.level[1].align="left"
				oCMenu.level[1].offsetX=220
				oCMenu.level[1].offsetY=5
				oCMenu.level[1].borderClass="clLevel1border"




				/******************************************
				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('Vereniging','','Vereniging','http://www.tennisverenigingbefair.nl/')
	oCMenu.makeMenu('sub00','Vereniging','Statuten (pdf)','/Documenten/Vereniging/statuten vereniging.pdf')
//		oCMenu.makeMenu('sub001','sub00','MenuMaker','','',0,0,'','','','','','','','startRequest();','')
	  	oCMenu.makeMenu('sub01','Vereniging','Lid worden','','',0,0,'','','','','','','','startlidworden();','')
	  	oCMenu.makeMenu('sub02','Vereniging','Algemene informatie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/513.asp");','')	
//  	oCMenu.makeMenu('sub03','Vereniging','Kampioenengalerij','')
		oCMenu.makeMenu('sub04','Vereniging','Routebeschrijving','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/513.asp?ov_id=79");','')
			oCMenu.makeMenu('sub0041','sub04','Toon park in Google Earth','/Documenten/Vereniging/BeFair.kmz')
		oCMenu.makeMenu('sub05','Vereniging','Bestuur en Commissies','')
			oCMenu.makeMenu('sub001','sub05','Bestuur','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp");','')
			oCMenu.makeMenu('sub002','sub05','Technische commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp?co_id=154");','')
			oCMenu.makeMenu('sub003','sub05','Jeugd commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp?co_id=184");','')		
			oCMenu.makeMenu('sub004','sub05','Huishoudelijke commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp?co_id=245");','')
			oCMenu.makeMenu('sub005','sub05','Onderhoud commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp?co_id=264");','')				
			oCMenu.makeMenu('sub006','sub05','Redactie commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp?co_id=238");','')		
			oCMenu.makeMenu('sub007','sub05','Sponsor commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/519.asp?co_id=243");','')
oCMenu.makeMenu('Leden01','','Ledeninformatie','','')
	oCMenu.makeMenu('sub101','Leden01','Afhangen','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/513.asp?ov_id=112");','')
	oCMenu.makeMenu('sub102','Leden01','Bardienst (Inloggen)','','','',0,0,'','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/541.asp");','','')
	oCMenu.makeMenu('sub103','Leden01','Ledenlijst (Inloggen)','','',0,0,'','','','','','','','Loadcam("http://tv77107.afhangbord.nl/content/html/142.asp?vn=77107");','')
//  oCMenu.makeMenu('sub104','Leden01','Tennisles','http://www.andringasport.nl','_blank')
	oCMenu.makeMenu('sub104','Leden01','Tennisles','','',0,0,'','','','','','','','Loadcam("http://www.tennisverenigingbefair.nl/lessen.aspx");','')
	oCMenu.makeMenu('sub105','Leden01','Labelen','','',0,0,'','','','','','','','startlabel();','')
	oCMenu.makeMenu('sub110','Leden01','Nieuwsbrief/Clubblad','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/513.asp?ov_id=436");','')
	oCMenu.makeMenu('sub106','Leden01','Toernooizoeker','','',0,0,'','','','','','','','Loadcam("http://www.knltb.nl/servit/wcToernooiZoek.asp");')	
	oCMenu.makeMenu('sub107','Leden01','Link naar KNLTB','http://www.knltb.nl','_blank')
	oCMenu.makeMenu('sub108','Leden01','Vrijwilligerswerk','','',0,0,'','','','','','','','startvrijwilliger();','')
	oCMenu.makeMenu('sub109','Leden01','Uitleg Nieuwe Website','','',0,0,'','','','','','','','startefair();','')

	
oCMenu.makeMenu('Evenementen','','Activiteiten','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/380.asp?vn=77107");')
	oCMenu.makeMenu('sub20','Evenementen','Competitie','','',0,0,'','','','','','','','startvoorjaar();','')
		oCMenu.makeMenu('sub201','sub20','Dinsdag Dames','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=1&c=0&n=0");')
		oCMenu.makeMenu('sub202','sub20','Donderdag Heren','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=3&c=0&n=2");')
		oCMenu.makeMenu('sub203','sub20','Vrijdagavond Gemengd','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=4&c=0&n=1");')
		oCMenu.makeMenu('sub204','sub20','Vrijdagavond Heren','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=4&c=0&n=2");')
		oCMenu.makeMenu('sub205','sub20','Zaterdag Dames','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=5&c=0&n=0");')
		oCMenu.makeMenu('sub206','sub20','Zaterdag Gemengd','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=5&c=0&n=1");')
		oCMenu.makeMenu('sub207','sub20','Zaterdag Heren','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=5&c=0&n=2");')

	oCMenu.makeMenu('sub21','Evenementen','Toernooien','')
		oCMenu.makeMenu('sub210','sub21','Open Toernooi','','',0,0,'','','','','','','','startopen();','')
		oCMenu.makeMenu('sub211','sub21','50+ Toernooi','','',0,0,'','','','','','','','startplus();','')
		oCMenu.makeMenu('sub212','sub21','Clubkampioenschappen','','',0,0,'','','','','','','','startclub();','')
		oCMenu.makeMenu('sub213','sub21','Echtparentoernooi','','',0,0,'','','','','','','','startechtpaar();','')
		oCMenu.makeMenu('sub214','sub21','Ouder & Kindtoernooi','','',0,0,'','','','','','','','startouderkind();','')
		oCMenu.makeMenu('sub215','sub21','Ladiesday','','',0,0,'','','','','','','','startladies();','')
	oCMenu.makeMenu('sub23','Evenementen','Labelen','','',0,0,'','','','','','','','startlabel();','')
//		oCMenu.makeMenu('sub230','sub23','Maandagavond Labelen','/articles/index.asp')
//		oCMenu.makeMenu('sub231','sub23','Donderdagmiddag Labelen','/articles/index.asp')
	oCMenu.makeMenu('sub25','Evenementen','Najaarscompetitie','','',0,0,'','','','','','','','startnajaar();','')
	oCMenu.makeMenu('sub24','Evenementen','Activiteitenkalender','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/380.asp?vn=77107");')

oCMenu.makeMenu('Jeugd','','Jeugd','http://www.sdf.sdf.sdf/')
	oCMenu.makeMenu('sub30','Jeugd','Nieuws voor de jeugd','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=282");','')
	oCMenu.makeMenu('sub31','Jeugd','Afhangen','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/513.asp?ov_id=112");','')
	oCMenu.makeMenu('sub32','Jeugd','Ledenlijst (Inlogooen)','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/142.asp?name=achternaam&yearfrom=1991&enkel=&beheerrol=&member=&yearto=2007&dubbel=&search=searchmember&vn=77107&zoek=Zoeken");','')
	oCMenu.makeMenu('sub133','Jeugd','Tennisles','','',0,0,'','','','','','','','Loadcam("http://www.tennisverenigingbefair.nl/lessen2.aspx");','')
//	oCMenu.makeMenu('sub33','Jeugd','Tennisles','http://www.andringasport.nl','_blank')
//	oCMenu.makeMenu('sub34','Jeugd','Labelen','/forums/forum.asp?FORUM_ID=5&CAT_ID=1&Forum_Title=dhtmlcentral%2Ecom')
	oCMenu.makeMenu('sub35','Jeugd','Voorjaarscompetitie','')
		oCMenu.makeMenu('sub351','sub35','Woensdag Meisjes','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=2&c=1&n=0");')
		oCMenu.makeMenu('sub352','sub35','Woensdag Gemengd','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=2&c=1&n=1");')
		oCMenu.makeMenu('sub353','sub35','Woensdag Jongens','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=2&c=1&n=2");')
		oCMenu.makeMenu('sub354','sub35','Zaterdag Meisjes','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=5&c=1&n=0");')
		oCMenu.makeMenu('sub355','sub35','Zaterdag Gemengd','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=5&c=1&n=1");')
		oCMenu.makeMenu('sub356','sub35','Zaterdag Jongens','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/468.asp?d=5&c=1&n=2");')

	oCMenu.makeMenu('sub37','Jeugd','Ouder & Kindtoernooi','','',0,0,'','','','','','','','startouderkind();','')

oCMenu.makeMenu('Sponsors','','Sponsors','','')
	oCMenu.makeMenu('sub40','Sponsors','Ondersteuning','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/513.asp?ov_id=113");','')
//	oCMenu.makeMenu('sub41','Sponsors','Onze sponsors','http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=282','_blank')
//	oCMenu.makeMenu('sub42','Sponsors','Sponsorpakketten','http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=282','_blank')

oCMenu.makeMenu('Nieuws','','Nieuws','','')
	oCMenu.makeMenu('sub50','Nieuws','Bestuur','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=300");','')
	oCMenu.makeMenu('sub51','Nieuws','Technische commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=348");','')
	oCMenu.makeMenu('sub52','Nieuws','Jeugd commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=282");','')
	oCMenu.makeMenu('sub53','Nieuws','Huishoudelijke commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=347")','')
	oCMenu.makeMenu('sub54','Nieuws','Onderhoud commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=352");','')
	oCMenu.makeMenu('sub55','Nieuws','Redactie commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=350");','')
	oCMenu.makeMenu('sub56','Nieuws','Sponsor commissie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=351");','')
	oCMenu.makeMenu('sub57','Nieuws','Ledenadministratie','','',0,0,'','','','','','','','Loadjiba("http://tv77107.afhangbord.nl/content/html/331.asp?vn=77107&cat=365");','')


//oCMenu.makeMenu('Webcam','','Live WebCam','','',0,0,'','','','','','','','Loadcam("http://81.207.36.167/");','')
			

				//Leave this line - it constructs the menu

	oCMenu.construct()

