/*** 
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 = 1

//Menu properties   
oCMenu.pxBetween=10
oCMenu.fromLeft=7 
oCMenu.fromTop=0   
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot=""
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=300
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth= "99%"
oCMenu.barHeight=22 
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=110
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="bottom"


//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-2
oCMenu.level[1].height=20
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=-(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 (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=20
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','http://www.snakes.co.za','_top','38')
	//oCMenu.makeMenu('sub00','top0','The Old Site','http://www.snakes.co.za/indexOLD.htm','','90')
  
	
//oCMenu.makeMenu('top1','','Place your advert','http://www.snakes.co.za/addintro.htm','','105')
	//oCMenu.makeMenu('sub10','top1','Audit Assurance Services','http://www.gt.co.za/audit_assurance_services.htm','','190')
		 // This is a sub menu says Rads   oCMenu.makeMenu('sub110','sub10','New tutorials','/tutorials/index.asp')
	//oCMenu.makeMenu('sub11','top1','Taxation and Exchange Control','http://www.gt.co.za/taxation_exchange_control.htm','','190')
	//oCMenu.makeMenu('sub12','top1','Management Assurance Services','http://www.gt.co.za/management_assurance_control.htm','','190')
	//oCMenu.makeMenu('sub13','top1','Company Statutory Services','http://www.gt.co.za/company_statutory_services.htm','','190')
	//oCMenu.makeMenu('sub14','top1','Corporate Finance','http://www.gt.co.za/corporate_finance.htm','','190')
	//oCMenu.makeMenu('sub15','top1','Financial Planning','http://www.gt.co.za/financial_planning.htm','','190')
	//oCMenu.makeMenu('sub16','top1','Tourism Hospitality and Leisure','http://www.gt.co.za/thl/intro.htm','','190')
	//oCMenu.makeMenu('sub17','top1','Family Business Consulting','http://www.gt.co.za/fcc/main.htm','','190')
	//oCMenu.makeMenu('sub18','top1','Your career','http://www.gt.co.za/your_career.htm','','190')
	//oCMenu.makeMenu('sub19','top1','Ukhozi Administrators (Pty) Ltd.','http://www.gt.co.za/ukhozi_administrators.htm','','190')
	
	//EDITED BY FRIKKIE
//oCMenu.makeMenu('top2','','Join Our Mail List','http://www.snakes.co.za/maillist.htm','','105')

	//oCMenu.makeMenu('sub20','top2','Bottom line','http://www.gt.co.za/bottom_line.htm','','230')
	//oCMenu.makeMenu('sub21','top2','Business line','http://www.gt.co.za/business_line.htm','','230')
	//oCMenu.makeMenu('sub22','top2','Tax line','http://www.gt.co.za/tax_line.htm','','230')
	//oCMenu.makeMenu('sub23','top2','Fiscal Cd','http://www.gt.co.za/fiscalcd/Fiscal_HB.htm','','230')
	//oCMenu.makeMenu('sub24','top2','Establishing a Presence in South Africa','http://www.gt.co.za/eap/default.htm','','230')
	//oCMenu.makeMenu('sub25','top2','Tourism Talk','http://www.gt.co.za/tourism_talk.htm','','230')
	//oCMenu.makeMenu('sub26','top2','Western Cape Trends Card','http://www.gt.co.za/western_cape_trends_card.htm','','230')
	//oCMenu.makeMenu('sub27','top2','Family Business Brief','http://www.gt.co.za/family_business_brief.htm','','230')
	//oCMenu.makeMenu('sub28','top2','Capital Gains Tax Handbook ','http://www.gt.co.za/cgttax_handbook/tax_handbook_contents.htm','','230')
	//oCMenu.makeMenu('sub29','top2','International publications','http://www.gt.co.za/international_publications.htm','','230')

//EDITED BY FRIKKIE//
//oCMenu.makeMenu('top3','','Reptile Keepers Forum','http://www.snakes.co.za/snakephpbb/index.php','_blank','135')//

oCMenu.makeMenu('top3','','Discussion Forum','http://www.snakes.co.za/snakephpbb/index.php','_top','110')
	//oCMenu.makeMenu('sub30','top3','Guest Book','http://netspace.co.za/snakeforum1/xGB.php','','95')
	//oCMenu.makeMenu('sub31','top3','Forum','http://www.netspace.co.za/snakephpbb/index.php','_blank','95')

	

//oCMenu.makeMenu('top4','','Chat Room','http://www.snakes.co.za/chatters.htm','','67')
	//oCMenu.makeMenu('sub40','top4','Old chat room','http://www.snakes.co.za/chat.htm','','130')
	//oCMenu.makeMenu('sub41','top4','New test chat room','http://www.lebrencomposite.com/snakechat/index.php','_blank','130')
	//oCMenu.makeMenu('sub42','top4','Associate offices ','http://www.gt.co.za/associate_offices.htm','','230')
	//oCMenu.makeMenu('sub43','top4','Hong Kong Trade Development Council','http://www.gt.co.za/hong_kong_trade.htm','','230')
	//oCMenu.makeMenu('sub44','top4','Ukhozi Administrators','http://www.gt.co.za/contact_ukhozi.htm','','230')	
		
//oCMenu.makeMenu('top5','','Shop with us','http://www.netspace.co.za/store/checkout.pl','_blank','80')
	//oCMenu.makeMenu('sub50','top5','Application form on-line','http://www.gt.co.za/careerform.htm','','140')


oCMenu.makeMenu('top6','','Gallery','http://www.snakes.co.za/gallery','_top','45')

oCMenu.makeMenu('top7','','Contact Us','http://www.snakes.co.za/contactus.htm','_top','80')

//oCMenu.makeMenu('top8','','','http://www.gti.org/','_blank','99','21','http://www.gt.co.za/images1/WorldHome.g//if','http://www.gt.co.za/images1/WorldHomeOver.gif','','','right')

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