/******************************************
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','','STARTSEITE','index.php','',65)
oCMenu.makeMenu('top1','','NEWS','news.htm','',34)	
oCMenu.makeMenu('top2','','GARNELEN','','',59)
	oCMenu.makeMenu('sub21','top2','CARIDINA','','',105,0)
		oCMenu.makeMenu('sub210','sub21','japonica','caridina/japonica.htm')
		oCMenu.makeMenu('sub211','sub21','gracilirostris','caridina/gracilir.htm')
		oCMenu.makeMenu('sub212','sub21','cf. cantonensis "CRYSTAL RED"','caridina/crystal.htm','',180,0)		
		oCMenu.makeMenu('sub213','sub21','cf. cantonensis "TIGER"','caridina/tiger.htm','',180,0)		
		oCMenu.makeMenu('sub214','sub21','cf. cantonensis "BIENE"','caridina/biene.htm','',180,0)		
		oCMenu.makeMenu('sub215','sub21','cf. breviata "HUMMEL"','','',180,0)	
		oCMenu.makeMenu('sub217','sub21','cf. babaulti "Green"','caridina/babaulti.htm')		
		oCMenu.makeMenu('sub218','sub21','simoni simoni','caridina/simoni.htm')
	oCMenu.makeMenu('sub22','top2','NEOCARIDINA','','',105,0)
		oCMenu.makeMenu('sub220','sub22','heteropoda var. red','neocaridina/fire.htm')
		oCMenu.makeMenu('sub221','sub22','cf. zhangjiajiensis var. white"','neocaridina/whiteperl.htm','',180,0)
	oCMenu.makeMenu('sub23','top2','XIPHOCARIS','','',105,0)
		oCMenu.makeMenu('sub130','sub23','elongata','xiphocaris/elongata.htm')
oCMenu.makeMenu('top3','','KREBSE','','',43)	
	oCMenu.makeMenu('sub31','top3','CAMBARUS','','',130,0)	
		oCMenu.makeMenu('sub311','sub31','manningi','cambarus/manningi.htm')	
		oCMenu.makeMenu('sub312','sub31','rusticiformis','')	
		oCMenu.makeMenu('sub313','sub31','speciosus','')
	oCMenu.makeMenu('sub32','top3','CAMBARELLUS','','',130,0)	
		oCMenu.makeMenu('sub321','sub32','patzcuarensis "Orange"','cambarellus/cpo.htm','',130,0)	
	oCMenu.makeMenu('sub33','top3','CHERAX','','',130,0)	
		oCMenu.makeMenu('sub331','sub33','destructor','cherax/dalbidus.htm')	
		oCMenu.makeMenu('sub332','sub33','lorentzi','cherax/lorentzi.htm')	
		oCMenu.makeMenu('sub333','sub33','holthuisi','')
		oCMenu.makeMenu('sub334','sub33','preissii','')
		oCMenu.makeMenu('sub335','sub33','spec "HOA CREEK"','cherax/hcreek.htm')	
		oCMenu.makeMenu('sub336','sub33','spec "RED BRICK"','cherax/rbrick.htm')	
		oCMenu.makeMenu('sub337','sub33','spec "Orange Tip"','cherax/orangetip/1.htm')
		oCMenu.makeMenu('sub338','sub33','spec "Zebra"','cherax/zebra.htm')	
	oCMenu.makeMenu('sub34','top3','ORCONECTES','','',130,0)	
		oCMenu.makeMenu('sub341','sub34','luteus','orconectes/luteus.htm')		
		oCMenu.makeMenu('sub342','sub34','harrisoni','')
oCMenu.makeMenu('top4','','SCHNECKEN','','',60)	
	oCMenu.makeMenu('sub41','top4','NERITINA','','',130,0)	
		oCMenu.makeMenu('sub411','sub41','natalensis','neritina/natalensis.htm')
oCMenu.makeMenu('top5','','BECKENEINRICHTUNG','','',112)	
		oCMenu.makeMenu('sub51','top5','KREBSE','')		
		oCMenu.makeMenu('sub52','top5','GARNELEN','')		
oCMenu.makeMenu('top6','','NACHZUCHTEN','nz.htm','',78)
oCMenu.makeMenu('top7','','GALERIE','galerie.htm','',52)
oCMenu.makeMenu('top8','','LINKS','','',37)
oCMenu.makeMenu('top9','','GÄSTEBUCH','','',65)
oCMenu.makeMenu('top10','','KONTAKT','script/kontakt/kontakt.htm','',122)
oCMenu.makeMenu('top11','','IMPRESSUM','imp.htm','',64)

	
//Leave this line - it constructs the menu
oCMenu.construct()

