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

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=3
oCMenu.fromLeft=118 
oCMenu.fromTop=70   
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=78
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=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].width=270
oCMenu.level[1].height=19
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=-(oCMenu.level[0].width-2)/2+50
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=210
oCMenu.level[2].height=19
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"
oCMenu.level[2].align="right" 

//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=320
oCMenu.level[3].height=19
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"
oCMenu.level[3].align="right" 

/******************************************
Menu item creation:
myMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','Home','/ehtc/default.htm','')


	
oCMenu.makeMenu('top1','','Services','/ehtc/services.htm')
	oCMenu.makeMenu('sub10','top1','Accounting and Auditing','/ehtc/accounting.htm')
	oCMenu.makeMenu('sub11','top1','Bookkeeping Services','/ehtc/bookkeeping.htm')
        oCMenu.makeMenu('sub12','top1','Business Solutions and Technology','/ehtc/tshome.htm')
	oCMenu.makeMenu('sub13','top1','Business Valuations','/ehtc/valuations.htm')
	oCMenu.makeMenu('sub14','top1','Cost Segregation Study','/ehtc/CostSegregation.htm')
	oCMenu.makeMenu('sub15','top1','Employee Benefit Plan Audits','/ehtc/employeebenefitplanaudits.htm')
	oCMenu.makeMenu('sub16','top1','Fraud Prevention Services','/ehtc/FraudPrevention.htm')
	oCMenu.makeMenu('sub17','top1','Healthcare Services','/ehtc/healthcare.htm')
	oCMenu.makeMenu('sub18','top1','Human Resources Consulting','/ehtc/human.htm')
	oCMenu.makeMenu('sub19','top1','Litigation Support','/ehtc/litigation.htm')
	oCMenu.makeMenu('sub20','top1','Online 1040 Tax Return Preparation','','',0,0,'','','','','','','','window.open("http://www.completetax.com/CTindex.asp?welcome=ZB1306350&AID=6268998&PID=3776918","","")')
	oCMenu.makeMenu('sub21','top1','Receivership Services','/ehtc/receivership.htm')
	oCMenu.makeMenu('sub22','top1','Services for Small Practitioners','/ehtc/SmPractServices.htm')
	oCMenu.makeMenu('sub23','top1','State & Local Tax Services (SALT)' ,'/ehtc/salt.htm')	
		oCMenu.makeMenu('sub170','sub23','State & Local Services (SALT)','/ehtc/salt.htm')
		oCMenu.makeMenu('sub171','sub23','SALT MI Bus Tax Resources','/ehtc/saltmbtresources.htm')
		oCMenu.makeMenu('sub172','sub23','SALT MI Use Tax Resources','/ehtc/saltusetaxresources.htm')
		oCMenu.makeMenu('sub173','sub23','State & Local Tax Articles','/ehtc/saltnewsletters.htm')
		oCMenu.makeMenu('sub174','sub23','State & Local Tax Seminars','/ehtc/eventssalt.htm')
		oCMenu.makeMenu('sub175','sub23','State & Local Whitepapers','')
			oCMenu.makeMenu('sub250','sub175','State & Local Whitepapers-Michigan Bus Tax','/ehtc/saltwhitepapersmbt.htm')
			oCMenu.makeMenu('sub251','sub175','State & Local Whitepapers-Sales & Use Tax','/ehtc/saltwhitepaperss&u.htm')
			oCMenu.makeMenu('sub252','sub175','State & Local Whitepapers-Single Business Tax','/ehtc/saltwhitepaperssinglebusinesstax.htm')


	oCMenu.makeMenu('sub24','top1','Tax Planning &amp; Preparation','/ehtc/tax.htm')


oCMenu.makeMenu('top2','','Technology','/ehtc/tshome.htm')
	oCMenu.makeMenu('sub28','top2','EHTC Technology Solutions Home','/ehtc/tshome.htm')
	oCMenu.makeMenu('sub29','top2','Case Studies','/ehtc/casestudies.htm')
	oCMenu.makeMenu('sub30','top2','Events','/ehtc/events.htm')
		oCMenu.makeMenu('sub424','sub30','Microsoft Dynamics GP','/ehtc/eventsgp.htm')
		oCMenu.makeMenu('sub425','sub30','Microsoft Dynamics SL','/ehtc/eventssl.htm')
		oCMenu.makeMenu('sub426','sub30','Microsoft Dynamics CRM','/ehtc/eventscrm.htm')
		oCMenu.makeMenu('sub427','sub30','Microsoft FRx','/ehtc/eventsfrx.htm')
	oCMenu.makeMenu('sub31','top2','History','/ehtc/history.htm')
	oCMenu.makeMenu('sub32','top2','Microsoft Dynamics Product List','/ehtc/mbsproducts.htm')
	oCMenu.makeMenu('sub33','top2','Microsoft Dynamics CRM','/ehtc/crm.htm')
	oCMenu.makeMenu('sub34','top2','Microsoft Dynamics GP','/ehtc/gp.htm')
	oCMenu.makeMenu('sub35','top2','Microsoft Dynamics SL','/ehtc/sl.htm')
	oCMenu.makeMenu('sub36','top2','Newsletter-ISV','/ehtc/isvnews.htm')	
	oCMenu.makeMenu('sub37','top2','Partners','/ehtc/techpartners.htm')
	oCMenu.makeMenu('sub38','top2','Channel Products - Dynamics (ISV)','/ehtc/products.htm')
		oCMenu.makeMenu('sub410','sub38','Channel Products List','/ehtc/products.htm')
		oCMenu.makeMenu('sub411','sub38','Auto Kit Builder-Build Kits Automatically','/ehtc/autokitbuilder.htm')
		oCMenu.makeMenu('sub412','sub38','AutoPOg-SL Purch. Order Generator','/ehtc/autopog.htm')
		oCMenu.makeMenu('sub413','sub38','eCharge-Credit Card Trans. Process.','/ehtc/echarge.htm')
		oCMenu.makeMenu('sub414','sub38','Infuse-SL/CRM Integration','/ehtc/infuse.htm')
		oCMenu.makeMenu('sub415','sub38','Inventory Planner','/ehtc/inventoryplanner.htm')
	oCMenu.makeMenu('sub39','top2','Consulting','/ehtc/solutions.htm')
	oCMenu.makeMenu('sub40','top2','Technical Articles','/ehtc/techarticles.htm')
	oCMenu.makeMenu('sub41','top2','Technical Support','/ehtc/help.htm')
	


oCMenu.makeMenu('top3','','Profile','/ehtc/profile.htm')
	oCMenu.makeMenu('sub42','top3','Background and Philosophy','/ehtc/philosophy.htm')
	oCMenu.makeMenu('sub43','top3','Careers','/ehtc/careers.htm')
	oCMenu.makeMenu('sub44','top3','Community Involvement','/ehtc/community.htm')
	oCMenu.makeMenu('sub45','top3','Location and Facilities','/ehtc/location.htm')
	oCMenu.makeMenu('sub46','top3','Press Releases','/ehtc/pressreleases.htm')

oCMenu.makeMenu('top4','','Team Bios','/ehtc/staff.htm')


oCMenu.makeMenu('top5','','Resources','/ehtc/firmnews.htm')
	oCMenu.makeMenu('sub50','top5','Brochure Downloads','/ehtc/brochures.htm')

	oCMenu.makeMenu('sub51','top5','EHTC Blogs','')
		oCMenu.makeMenu('sub510','sub51','EHTCs SALT','http://www.michiganstateandlocaltax.com')
		oCMenu.makeMenu('sub511','sub51','Pierre Hulsebus - CRM','http://blog.solomon2crm.com/')
		oCMenu.makeMenu('sub512','sub51','Marti DenUyl - QuickBooks','http://quickbooksstrategist.com/')
	
	oCMenu.makeMenu('sub52','top5','Events','/ehtc/events.htm')
		oCMenu.makeMenu('sub520','sub52','Microsoft Dynamics GP','/ehtc/eventsgp.htm')
		oCMenu.makeMenu('sub521','sub52','Microsoft Dynamics SL','/ehtc/eventssl.htm')
		oCMenu.makeMenu('sub522','sub52','Microsoft Dynamics CRM','/ehtc/eventscrm.htm')
		oCMenu.makeMenu('sub523','sub52','Microsoft FRx','/ehtc/eventsfrx.htm')
		oCMenu.makeMenu('sub524','sub52','State and Local Tax (SALT)','/ehtc/eventssalt.htm')

	oCMenu.makeMenu('sub53','top5','Financial Calculators','/ehtc/calculators.htm')

	oCMenu.makeMenu('sub54','top5','Newsletters/Articles','')
		oCMenu.makeMenu('sub540','sub54','Articles Written by EHTC','/ehtc/articlesbyehtc.htm')
		oCMenu.makeMenu('sub541','sub54','BizActions Email Newsletter','/ehtc/bizactions.htm')
		oCMenu.makeMenu('sub542','sub54','Building Value Newsletter','/ehtc/bvnews.htm')
		oCMenu.makeMenu('sub543','sub54','ISV Newsletter','/ehtc/isvnews.htm')
                oCMenu.makeMenu('sub544','sub54','QuickBooks Feature Articles','/ehtc/quickbooks.htm')
		oCMenu.makeMenu('sub545','sub54','State & Local Tax Articles','/ehtc/saltnewsletters.htm')
		oCMenu.makeMenu('sub546','sub54','Up to Date Accounting News','/ehtc/acctnews.htm')

	oCMenu.makeMenu('sub55','top5','Tax Forms','/ehtc/taxforms.htm')
	

oCMenu.makeMenu('top6','','Contact Us','/ehtc/contact.htm')


oCMenu.makeMenu('top7','','Map','','',0,0,'','','','','','','','window.open("http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&formtype=address&searchtype=address&cat=&address=5136%20Cascade%20Rd%20Se&city=Grand%20Rapids&state=MI&zipcode=49546%2d3728","","")')



oCMenu.construct()



// how to open a new window
//oCMenu.makeMenu('sub53','top5','Grow Your Business Newsletter','','',0,0,'','','','','','','','window.open("/ehtc/gybnews.htm","","width=800,height=600")')
