
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=15
oCMenu.fromLeft=10 
oCMenu.fromTop=250   
oCMenu.rows=0 
oCMenu.menuPlacement="0"
                                                             
oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="coolmenus/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=99
oCMenu.level[0].height=18 
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=1
oCMenu.level[0].offsetY=5
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"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//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+4
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify 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=150
oCMenu.level[2].height=18
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"


/******************************************
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','','home page','http://logicat.co.za/index.html','')
oCMenu.makeMenu('top15','','guest book','http://logicat.co.za/phpBook/index.html','_blank')
/**
oCMenu.makeMenu('top10','','SA good news','http://logicat.co.za/news/goodnews.html','')
	oCMenu.makeMenu('sub14','top10','this week','http://www.logicat.co.za/news/thisweek.html')
		oCMenu.makeMenu('sub1401','sub14','Frederick van Zyl Slabbert remembered','http://www.logicat.co.za/news/100518-FrederickVZSlabbert.html','',220,0)
		oCMenu.makeMenu('sub1003','top10','Archives')
	oCMenu.makeMenu('sub10031','sub1003','March 2009','http://www.logicat.co.za/news/09-mar.html')
	oCMenu.makeMenu('sub10032','sub1003','February 2009','http://www.logicat.co.za/news/09-feb.html')
	oCMenu.makeMenu('sub10033','sub1003','January 2009','http://www.logicat.co.za/news/09-jan.html')
	oCMenu.makeMenu('sub13','top10','Mandela & de Klerk','http://www.logicat.co.za/news/mandela_deklerk.html','',120)
**/
oCMenu.makeMenu('top1','','arts & crafts','http://www.logicat.co.za/art.html')
	oCMenu.makeMenu('sub05','top1','paper flowers','http://www.logicat.co.za/paper-flower.html')
	oCMenu.makeMenu('sub01','top1','pre-school','http://www.logicat.co.za/preschool.html')
	oCMenu.makeMenu('sub02','top1','primary school','http://www.logicat.co.za/primary.html')
	oCMenu.makeMenu('sub03','top1','useful resources','')
		oCMenu.makeMenu('sub101','sub03','playdough recipes','http://www.logicat.co.za/playdough.html','',140,0)
		oCMenu.makeMenu('sub102','sub03','crafts from household items','http://www.logicat.co.za/home-made.html','',140,0)
	oCMenu.makeMenu('sub04','top1','scrapbooking','http://www.logicat.co.za/scrapbook-journaling.html')		
	
oCMenu.makeMenu('top2','','kids parties','http://www.logicat.co.za/party.html')
	oCMenu.makeMenu('sub21','top2','party planning','http://www.logicat.co.za/partyplanning.html')
	oCMenu.makeMenu('sub22','top2','1st birthday','http://www.logicat.co.za/1st_birthday.html')
			oCMenu.makeMenu('sub201','sub22','teddy bear theme','http://www.logicat.co.za/teddy.html','',140,0)
    oCMenu.makeMenu('sub23','top2','food allergies','http://www.logicat.co.za/allergies.html')	
	oCMenu.makeMenu('sub24','top2','ideas for cakes','')
			oCMenu.makeMenu('sub202','sub24','carousel cake','http://www.logicat.co.za/cake01.html','',140,0)
	oCMenu.makeMenu('sub25','top2','party videos','http://logicat.co.za/creating-great-birthday-party-videos.html')
	
oCMenu.makeMenu('top11','','work from home','http://www.logicat.co.za/making_money.html')	

oCMenu.makeMenu('top3','','fun activities','')
	oCMenu.makeMenu('sub31','top3','travel games','http://www.logicat.co.za/travel_games.html')
			oCMenu.makeMenu('sub301','sub31','travel scavenger hunt','http://www.logicat.co.za/scavenger_hunt.html','',140,0)
			oCMenu.makeMenu('sub302','sub31','category cards','http://www.logicat.co.za/category_cards.html','',140,0)
			oCMenu.makeMenu('sub303','sub31','license spell','http://www.logicat.co.za/license_spell.html','',140,0)
			
oCMenu.makeMenu('top9','','baby stuff','')
	oCMenu.makeMenu('sub91','top9','naming baby','http://www.logicat.co.za/naming-your-baby.html')
	oCMenu.makeMenu('sub92','top9','baby showers','')
			oCMenu.makeMenu('sub921','sub92','baby shower 101','http://www.logicat.co.za/babies-toddler/Baby_Showers_101.html','',140,0)
			oCMenu.makeMenu('sub922','sub92','hostess etiquette','http://www.logicat.co.za/babies-toddler/Baby_Shower_Hostess_Etiquette.html','',140,0)
			oCMenu.makeMenu('sub923','sub92','baby shower games','http://www.logicat.co.za/babies-toddler/Baby_Shower_Games.html','',140,0)
	oCMenu.makeMenu('sub93','top9','baby clothes','')
			oCMenu.makeMenu('sub931','sub93','clothes for all seasons','http://www.logicat.co.za/babies-toddler/Baby_Clothes_For_All_Seasons.html','',140,0)
			oCMenu.makeMenu('sub932','sub93','clothes you can use all year','http://www.logicat.co.za/babies-toddler/Baby_Clothes_You_Can_Use_All_Year.html','',140,0)
			oCMenu.makeMenu('sub911','top9','car seats','http://www.logicat.co.za/babies-toddler/index.html','',140,0)


oCMenu.makeMenu('top7','','summer time','http://www.logicat.co.za/summer.html')

oCMenu.makeMenu('top5','','behaviour','http://www.logicat.co.za/behaviour.html')			
	oCMenu.makeMenu('sub53','top5','conquering fear','http://www.logicat.co.za/phobia.html','',140,0)
	oCMenu.makeMenu('sub51','top5','discipline','http://www.logicat.co.za/discipline.html','',140,0)
	oCMenu.makeMenu('sub52','top5','10 steps to peace','http://www.logicat.co.za/peace.html','',140,0)
			oCMenu.makeMenu('sub501','sub51','ages 0 to 2','http://www.logicat.co.za/0_TO_2.html','',140,0)
			oCMenu.makeMenu('sub502','sub51','ages 3 to 5','http://www.logicat.co.za/3 -to -5.html','',140,0)
			oCMenu.makeMenu('sub503','sub51','ages 6 to 8','http://www.logicat.co.za/6_to_8.html','',140,0)
			oCMenu.makeMenu('sub504','sub51','ages 9 to 12','http://www.logicat.co.za/9_to_12.html','',140,0)
			oCMenu.makeMenu('sub505','sub51','ages 13 & over','http://www.logicat.co.za/13_and_up.html','',140,0)
oCMenu.makeMenu('top6','','adult "kids"','http://www.logicat.co.za/adult.html')			
	oCMenu.makeMenu('sub61','top6','cool stuff','http://www.logicat.co.za/cool.html','',140,0)
			oCMenu.makeMenu('sub601','sub61','big boys toys','http://www.logicat.co.za/boys.html','',140,0)
			oCMenu.makeMenu('sub602','sub61','big girls stuff','http://www.logicat.co.za/girls.html','',140,0)
	oCMenu.makeMenu('sub64','top6','Virtual Vault','http://www.logicat.co.za/software.html','',140,0)
	oCMenu.makeMenu('sub65','top6','RegCure','http://www.logicat.co.za/regcure.html','',140,0)	
	oCMenu.makeMenu('sub62','top6','wieghtloss','http://lct660531.bezoogle.com/pp/weight-loss/','',140,0)
	oCMenu.makeMenu('sub63','top6','birthdays','','',140,0)
			oCMenu.makeMenu('sub631','sub63','birthday flowers','http://www.logicat.co.za/Birthday_Flowers.html','',140,0)
	
oCMenu.makeMenu('top8','','game reviews','http://lct660531.bezoogle.com/pp/games/ ')				

oCMenu.makeMenu('top4','','Christmas','http://www.logicat.co.za/christmas.html')
	oCMenu.makeMenu('sub32','top4','santa and the chimney','http://www.logicat.co.za/santa.html','',140,0)
	oCMenu.makeMenu('sub33','top4','Christmas crafts','http://www.logicat.co.za/christmas.html')
			oCMenu.makeMenu('sub401','sub33','paper plate angel','http://www.logicat.co.za/paper_plate_angel.html','',140,0)
			oCMenu.makeMenu('sub402','sub33','gift for teacher','http://www.logicat.co.za/Christmas_gifts.html','',140,0)
			oCMenu.makeMenu('sub403','sub33','table centre piece','http://www.logicat.co.za/christmas_centre_piece.html','',140,0)
oCMenu.makeMenu('top12','','touring in SA','http://www.randcoach.co.za','_blank')


//Leave this line - it constructs the menu
oCMenu.construct()	

