/*** 
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

//Menu properties   
oCMenu.pxBetween=10
oCMenu.fromLeft=15 
oCMenu.fromTop=155  
oCMenu.rows=0 
oCMenu.menuPlacement="left"

oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=100

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
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=145
oCMenu.level[0].height=24
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0 
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=-10 
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right" 


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify 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=105
oCMenu.level[1].height=21
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].offsetX=-3
oCMenu.level[1].offsetY=5
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="right" 

//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=75
oCMenu.level[2].height=18
oCMenu.level[2].offsetX=-3
oCMenu.level[2].offsetY=5
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','','&nbsp;Why Choose ETI?','why_choose_eti.html')

	
oCMenu.makeMenu('top1','','&nbsp;Software','products/software/')
	oCMenu.makeMenu('sub10','top1','The GD&amp;T Trainer: Professional Edition','products/software/trainer/','',295,0)
	oCMenu.makeMenu('sub12','top1','Digital Design Dictionary','products/software/digitaldesign/','',295,0)
	oCMenu.makeMenu('sub13','top1','Fundamentals of GD&T Digital Instructors Kit','products/software/digkit/fund_digkit.html','',295,0)
	oCMenu.makeMenu('sub14','top1','Advanced Concepts of GD&T Digital Instructors Kit','products/software/digkit/advconcepts_digkit.html','',295,0)
	oCMenu.makeMenu('sub15','top1','Tolerance Stacks Digital Instructors Kit','products/software/digkit/stacks_digkit.html','',295,0)
	oCMenu.makeMenu('sub16','top1','Download Demos','products_download_form.php','',295,0)


oCMenu.makeMenu('top2','','&nbsp;Products','products/','')

oCMenu.makeMenu('sub20','top2','Webspecial','http://www.gdtsource.com/home.php?cat=10','',175,0)

oCMenu.makeMenu('sub21','top2','Textbooks','products/textbooks/','',175,0)

	oCMenu.makeMenu('sub211','sub21','Advanced Concepts Textbook - ASME Y14.5M-1994','products/textbooks/advanced_concepts_of_gd&t_textbook.html','',255,0)
		oCMenu.makeMenu('sub2111','sub211','Order Now','http://www.gdtsource.com/product.php?productid=89&cat=3&page=1','_blank',75,0)
	oCMenu.makeMenu('sub212','sub21','Tolerance Stacks Textbook - Concept Driven','products/textbooks/tolerance_stacks_textbook.html','',255,0)
		oCMenu.makeMenu('sub2121','sub212','Order Now','http://www.gdtsource.com/product.php?productid=92&cat=3&page=1','_blank',75,0)


oCMenu.makeMenu('sub22','top2','Workbooks','products/workbooks/','',175,0)

	oCMenu.makeMenu('sub223','sub22','GD&amp;T Workbook with Engineering Drawings - ASME Y14.5M-1994','products/workbooks/gdt_workbook.html','',355,0)
		oCMenu.makeMenu('sub2231','sub223','Order Now','http://www.gdtsource.com/product.php?productid=186&cat=1&page=1','_blank',75,0)
	oCMenu.makeMenu('sub221','sub22','Self Study Workbook 2nd Ed. - Fundamentals - ASME Y14.5M-1994','products/workbooks/self_study_workbook.html','',355,0)
		oCMenu.makeMenu('sub2211','sub221','Order Now','http://www.gdtsource.com/product.php?productid=94&cat=1&page=1','_blank',75,0)
	oCMenu.makeMenu('sub222','sub22','Self Study Workbook 2nd Ed. - Spanish - Fundamentals - ASME Y14.5M-1994','products/workbooks/spanish_self_study_workbook.html','',355,0)
		oCMenu.makeMenu('sub2221','sub222','Order Now','http://www.gdtsource.com/product.php?productid=133&cat=1&page=1','_blank',75,0)
	oCMenu.makeMenu('sub224','sub22','Fundamentals Video Workbook - ASME Y14.5M-1994','products/workbooks/gd&t_video_training_workbook.html','',355,0)
		oCMenu.makeMenu('sub2241','sub224','Order Now','http://www.gdtsource.com/product.php?productid=95&cat=1&page=1','_blank',75,0)
	oCMenu.makeMenu('sub225','sub22','Tolerance Stacks Self Study Course - Concept Driven','products/workbooks/tolerance_self_study_course.html','',355,0)
		oCMenu.makeMenu('sub2251','sub225','Order Now','http://www.gdtsource.com/product.php?productid=106&cat=1&page=1','_blank',75,0)


oCMenu.makeMenu('sub23','top2','Software','products/software/','',175,0)

	
oCMenu.makeMenu('sub231','sub23','The GD&T Trainer Professional Edition','products/software/trainer/','',250,0)
		oCMenu.makeMenu('sub2311','sub231','Order Now','http://www.gdtsource.com/product.php?productid=117&cat=7&page=1','_blank',75,0)
oCMenu.makeMenu('sub233','sub23','Digital Design Dictionary','products/software/digitaldesign/','',250,0)
		oCMenu.makeMenu('sub2331','sub233','Order Now','http://www.gdtsource.com/product.php?productid=177&cat=7&page=1','_blank',150,0)
		oCMenu.makeMenu('sub2332','sub233','Order Now (Downloadable)','http://www.gdtsource.com/product.php?productid=182&cat=7&page=1','_blank',150,0)
oCMenu.makeMenu('sub235','sub23','Fundamentals of GD&T Digital Instructor Kit','products/software/digkit/fund_digkit.html','',250,0)
		oCMenu.makeMenu('sub2351','sub235','Order Now','http://www.gdtsource.com/product.php?productid=109&cat=7&page=1','_blank',75,0)
oCMenu.makeMenu('sub236','sub23','Advanced Concepts of GD&T Digital Instructor Kit','products/software/digkit/advconcepts_digkit.html','',250,0)
		oCMenu.makeMenu('sub2361','sub236','Order Now','http://www.gdtsource.com/product.php?productid=127&cat=7&page=1','_blank',75,0)
oCMenu.makeMenu('sub237','sub23','Tolerance Stacks Digital Instructor Kit','products/software/digkit/stacks_digkit.html','',250,0)
		oCMenu.makeMenu('sub2371','sub237','Order Now','http://www.gdtsource.com/product.php?productid=128&cat=7&page=1','_blank',75,0)



oCMenu.makeMenu('sub24','top2','Instructor Kits','products/software/digkit/','',175,0)

oCMenu.makeMenu('sub241','sub24','Fundamentals of GD&T Digital Instructors Kit','products/software/digkit/fund_digkit.html','',250,0)
		oCMenu.makeMenu('sub2411','sub241','Order Now','http://www.gdtsource.com/product.php?productid=109&cat=5&page=1','_blank',75,0)
oCMenu.makeMenu('sub242','sub24','Advanced Concepts of GD&T Digital Instructors Kit','products/software/digkit/advconcepts_digkit.html','',250,0)
		oCMenu.makeMenu('sub2421','sub242','Order Now','http://www.gdtsource.com/product.php?productid=127&cat=5&page=1','_blank',75,0)
oCMenu.makeMenu('sub243','sub24','Tolerance Stacks Digital Instructors Kit','products/software/digkit/stacks_digkit.html','',250,0)
		oCMenu.makeMenu('sub2431','sub243','Order Now','http://www.gdtsource.com/product.php?productid=128&cat=5&page=1','_blank',75,0)



oCMenu.makeMenu('sub25','top2','Videos','products/videos/','',175,0)

	oCMenu.makeMenu('sub251','sub25','GD&T Video Training Full Course - 8-DVD Set - ASME Y14.5M-1994','products/videos/dvds/full_content.html','',335,0)
		oCMenu.makeMenu('sub2511','sub251','Order Now','http://www.gdtsource.com/product.php?productid=181&cat=6&page=1','_blank',75,0)
	oCMenu.makeMenu('sub252','sub25','GD&T Video Training Overview Course - 4-DVD Set - ASME Y14.5M-1994','products/videos/dvds/overview_content.html','',335,0)
		oCMenu.makeMenu('sub2521','sub252','Order Now','http://www.gdtsource.com/product.php?productid=180&cat=6&page=1','_blank',75,0)
	oCMenu.makeMenu('sub253','sub25','GD&T Video Training Individual Module - 1-DVD - ASME Y14.5M-1994','products/videos/dvds/module_content.html','',335,0)
		oCMenu.makeMenu('sub2531','sub253','Order Now','http://www.gdtsource.com/product.php?productid=179&cat=6&page=1','_blank',75,0)
	oCMenu.makeMenu('sub254','sub25','GD&T Video Training Program - 10-Tape Set - ASME Y14.5M-1994','products/videos/fundamentals_of_gd&t_video_training_program.html','',335,0)
		oCMenu.makeMenu('sub2541','sub254','Order Now','http://www.gdtsource.com/product.php?productid=102&cat=6&page=1','_blank',75,0)



oCMenu.makeMenu('sub26','top2','Reference Charts','products/charts/','',175,0)


	oCMenu.makeMenu('sub261','sub26','ASME Y14.5M-1994 to ASME Y14.5-2009 New Features Comparison Chart ','http://etinews.com/products/charts/94_09_new_features_reference_chart.html','',335,0)
		oCMenu.makeMenu('sub2611','sub261','Order Now','http://www.gdtsource.com/product.php?productid=200','_blank',75,0)
	oCMenu.makeMenu('sub262','sub26','ASME Y14.5M-1994 Reference Chart - ASME Y14.5M-1994','http://etinews.com/products/charts/94_asme_reference_chart.html','',335,0)
		oCMenu.makeMenu('sub2621','sub262','Order Now','http://www.gdtsource.com/product.php?productid=99&cat=4&page=1','_blank',75,0)
	oCMenu.makeMenu('sub263','sub26','New Features Comparison - ANSI Y14.5-1982 / ASME Y14.5M-1994','products/charts/82_94_new_features_reference_chart.html','',335,0)
		oCMenu.makeMenu('sub2631','sub263','Order Now','http://www.gdtsource.com/product.php?productid=96&cat=4&page=1','_blank',75,0)


oCMenu.makeMenu('sub27','top2','Reference Books &amp; Materials','products/reference/','',175,0)

	oCMenu.makeMenu('sub2701','sub27','Ultimate Pocket Guide 2nd Edition - ASME Y14.5-2009','products/reference/ultimate_gdt_pocket_guide-2009.html','',260,0)
		oCMenu.makeMenu('sub27011','sub2701','Order Now','http://www.gdtsource.com/product.php?productid=204&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub271','sub27','Ultimate Pocket Guide - ASME Y14.5M-1994','products/reference/ultimate_gd&t_pocket_guide.html','',260,0)
		oCMenu.makeMenu('sub2711','sub271','Order Now','http://www.gdtsource.com/product.php?productid=91&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub272','sub27','Ultimate Pocket Guide - Spanish - ASME Y14.5M-1994','products/reference/spanish_pocket_guide.html','',260,0)
		oCMenu.makeMenu('sub2721','sub272','Order Now','http://www.gdtsource.com/product.php?productid=132&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub274','sub27','ASME Update 2009 White Paper','products/reference/deliberations_on_dimensioning_tolerancing_standards.html','',260,0)
		oCMenu.makeMenu('sub2741','sub274','Order Now','http://www.gdtsource.com/product.php?productid=202&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub273','sub27','ASME to ISO Quick Comparison Guide','products/reference/quick_comparison_iso_asme.html','',260,0)
		oCMenu.makeMenu('sub2731','sub273','Order Now','http://www.gdtsource.com/product.php?productid=90&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub275','sub27','ASME Y14.5M-1994 Standard','products/reference/asme_y145m_1994_standard.html','',260,0)
		oCMenu.makeMenu('sub2751','sub275','Order Now','http://www.gdtsource.com/product.php?productid=97&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub276','sub27','ASME Y14.5-2009 Standard','products/reference/asme_y145_2009_standard.html','',260,0)
		oCMenu.makeMenu('sub2761','sub276','Order Now','http://www.gdtsource.com/product.php?productid=196','_blank',75,0)
	oCMenu.makeMenu('sub277','sub27','ASME Y14.41-2003 Standard','products/reference/asme_y1441_2003_standard.html','',260,0)
		oCMenu.makeMenu('sub2771','sub277','Order Now','http://www.gdtsource.com/product.php?productid=185&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub278','sub27','Dimensioning, Tolerancing and Gaging Applied ','products/reference/dimensioning_tolerancing_and_gaging_applied.html','',260,0)	
		oCMenu.makeMenu('sub2781','sub278','Order Now','http://www.gdtsource.com/product.php?productid=123&cat=2&page=1','_blank',75,0)
	oCMenu.makeMenu('sub279','sub27','Stack Forms','products/reference/stack_forms.html','',260,0)
		oCMenu.makeMenu('sub2791','sub279','Order Now','http://www.gdtsource.com/product.php?productid=107&cat=2&page=1','_blank',75,0)




oCMenu.makeMenu('sub29','top2','Miscellaneous','products/misc/9_myths_of_gd&t_mug.html','',175,0)

	oCMenu.makeMenu('sub291','sub29','The 9 Myths of GD&T Mug','products/misc/9_myths_of_gd&t_mug.html','',175,0)
		oCMenu.makeMenu('sub2991','sub291','Order Now','http://www.gdtsource.com/product.php?productid=125&cat=9&page=1','_blank',75,0)



oCMenu.makeMenu('sub290','top2','Online Training','http://www.etilearn.com/catalog.html','_blank',175,0)
	oCMenu.makeMenu('sub2904','sub290','GD&T Fund Class Complete','http://www.etilearn.com/fund_complete.html','',166,0)
		oCMenu.makeMenu('sub29041','sub2904','(30 Days) Order Now','http://etilearn.com/lms/','_blank',110,0)
		oCMenu.makeMenu('sub29042','sub2904','(60 Days) Order Now','http://etilearn.com/lms/','_blank',110,0)
		oCMenu.makeMenu('sub29043','sub2904','(90 Days) Order Now','http://etilearn.com/lms/','_blank',110,0)
	oCMenu.makeMenu('sub2905','sub290','Engineering Drawing Requirements','http://www.etilearn.com/engineering-drawing-requirements.html','',166,0)
		oCMenu.makeMenu('sub29051','sub2905','(30 Days) Order Now','http://etilearn.com/lms/','_blank',110,0)
		oCMenu.makeMenu('sub29052','sub2905','(60 Days) Order Now','http://etilearn.com/lms/','_blank',110,0)
		oCMenu.makeMenu('sub29053','sub2905','(90 Days) Order Now','http://etilearn.com/lms/','_blank',110,0)





oCMenu.makeMenu('top3','','&nbsp;Engineering Services','consulting.html')
	oCMenu.makeMenu('sub30','top3','Consulting Information','consulting.html','',160,0)
	oCMenu.makeMenu('sub31','top3','Request a Consulting Quote','quote-consulting.php','',160,0)


oCMenu.makeMenu('top11','','&nbsp;Web-Based Training','http://www.etilearn.com','_blank')
	oCMenu.makeMenu('sub110','top11','Web-Based Training Information','http://www.etilearn.com/','_blank',190,0)	
	oCMenu.makeMenu('sub111','top11','Order Now','http://www.etilearn.com/lms/','_blank',190,0)

oCMenu.makeMenu('top4','','&nbsp;On-Site Training','onsite_training.html')
	
	oCMenu.makeMenu('sub40','top4','About Our Instructors','eti_instructors.html','',260,0)	

	oCMenu.makeMenu('sub41','top4','Fundamentals of GD&amp;T Training','services_onsite_fundamentals.html','',260,0)
		oCMenu.makeMenu('sub411','sub41','Agenda','services_onsite_fundamentals-agenda.html','',95,0)
	oCMenu.makeMenu('sub42','top4','Advanced Concepts of GD&amp;T Training','services_onsite_advancedconcepts.html','',260,0)
		oCMenu.makeMenu('sub421','sub42','Agenda','services_onsite_advcon_agenda.pdf','',95,0)
	oCMenu.makeMenu('sub43','top4','Tolerance Stacks Training','services_onsite_stacks.html','',260,0)
		oCMenu.makeMenu('sub431','sub43','Agenda','services_onsite_stacks_agenda.pdf','',95,0)	
	oCMenu.makeMenu('sub490','top4','GD&amp;T Applications Workshop','services_onsite_applications.html','',260,0)
	oCMenu.makeMenu('sub49','top4','Engineering Drawing Requirements','services_onsite_engineering_drawing_requirements.html','',260,0)
		oCMenu.makeMenu('sub491','sub49','Agenda','services_onsite_engineering_drawing_requirements_agenda.pdf','',95,0)
	oCMenu.makeMenu('sub44','top4','GD&amp;T Overview Training','services_onsite_gdtoverview.html','',260,0)
		oCMenu.makeMenu('sub441','sub44','Agenda','services_onsite_gdtoverview-agenda.html','',95,0)
	oCMenu.makeMenu('sub45','top4','ASME to ISO Comparison Training','services_onsite_asmeiso.html','',260,0)
		oCMenu.makeMenu('sub451','sub45','Agenda','services_onsite_ASME_ISO_agenda.pdf','',95,0)
	oCMenu.makeMenu('sub46','top4','Solid Model Tolerancing: ASME Y14.41','services_onsite_y1441.html','',260,0)
		oCMenu.makeMenu('sub461','sub46','Agenda','services_onsite_y1441_outline.pdf','',95,0)
	oCMenu.makeMenu('sub47','top4','Statistical Tolerance Stacks Workshop','services_onsite_statistical_stacks.html','',260,0)
		oCMenu.makeMenu('sub471','sub47','Agenda','services_onsite_statistical_stacks_agenda.pdf','',95,0)
	oCMenu.makeMenu('sub493','top4','ISO Geometrical Tolerancing: 3-Day','services_onsite_iso-geometrical-tolerancing.html','',260,0)
	oCMenu.makeMenu('sub491','top4','ASME Y14.5 1994 - 2009 GD&T Update: 1-Day','http://www.etinews.com/services_onsite_asme-y14.5-2009.html','',260,0)
	oCMenu.makeMenu('sub48','top4','Executive Overview of GD&amp;T','services_onsite_execoverview.html','',260,0)
		oCMenu.makeMenu('sub478','sub48','Agenda','services_onsite_exec_agenda.pdf','',95,0)
	oCMenu.makeMenu('sub492','top4','System Approach to Component Tolerancing','services_onsite_system_approach_to_component_tolerancing.html','',260,0)
	oCMenu.makeMenu('sub409','top4','ETI Global Services','eti_global.html','',260,0)
	oCMenu.makeMenu('sub410','top4','Request a Training Quote','services_onsite_quote.php','',260,0)



oCMenu.makeMenu('top9','','&nbsp;Public Workshops','http://www.etinews.com/public_workshops/','')
	oCMenu.makeMenu('sub90','top9','Fundamentals of GD&T: 2-Day','http://www.etinews.com/public_workshops/gdt_workshops_fundamentals.html','',300,0)
	oCMenu.makeMenu('sub91','top9','Advanced Concepts of GD&T: 2-Day','http://www.etinews.com/public_workshops/gdt_workshops_advanced_concepts.html','',300,0)
	oCMenu.makeMenu('sub92','top9','Tolerance Stacks: 2-Day','http://www.etinews.com/public_workshops/gdt_workshops_tolerance_stacks.html','',300,0)
	oCMenu.makeMenu('sub93','top9','Intro to Statistical Tolerance Stacks: 1-Day','http://www.etinews.com/public_workshops/gdt_workshops_statistical_tolerance_stacks.html','',300,0)
	oCMenu.makeMenu('sub94','top9','ISO Geometrical Tolerancing: 3-Day','http://www.etinews.com/public_workshops/gdt_workshops_iso-geometrical-tolerancing.html','',300,0)
	oCMenu.makeMenu('sub95','top9','ASME Y14.5 1994 - 2009 GD&T Update: 1-Day','http://www.etinews.com/public_workshops/gdt_workshops_asme-y14.5-2009.html','',300,0)
	oCMenu.makeMenu('sub98','top9','Workshops by Date','http://www.etinews.com/public_workshops/index.html','',300,0)
	oCMenu.makeMenu('sub99','top9','Workshops by Subject','http://www.etinews.com/public_workshops/gdt_workshops_subject.html','',300,0)
	oCMenu.makeMenu('sub991','top9','Workshops Flyer PDF','http://www.etinews.com/public_workshops/gdt_workshops_complete_schedule.pdf','',300,0)
	oCMenu.makeMenu('sub992','top9','Workshops Registration','http://www.etinews.com/public_workshops/gdt_workshops_registration.php','',300,0)
		oCMenu.makeMenu('sub9921','sub992','PDF','http://www.etinews.com/public_workshops/gdt_workshops_registration.pdf','',50,0)



oCMenu.makeMenu('top12','','&nbsp;Live Web Training','http://www.etinews.com/gdt_live_web/','')
	oCMenu.makeMenu('sub1201','top12','Live Web Onsite Workshops','http://etinews.com/gdt_live_web/live_web_onsite.html','',190,0)
	oCMenu.makeMenu('sub1202','top12','Live Web Public Workshops','http://etinews.com/gdt_live_web/live_web_public.html','',190,0)



oCMenu.makeMenu('top6','','&nbsp;GD&amp;T Resources','gdt_resources.html')

	oCMenu.makeMenu('sub60','top6','GD&amp;T Potential Savings Calculator','gdt_calculator.html','',210,0)
	oCMenu.makeMenu('sub61','top6','GD&amp;T Skills Survey','http://www.etinews.com/skills','',210,0)
	oCMenu.makeMenu('sub615','top6','Tolerance Stacks Skills Survey','http://www.etinews.com/stacks','',210,0)
	oCMenu.makeMenu('sub62','top6','Tech Papers','gdt_techpapers.html','',210,0)

	oCMenu.makeMenu('sub621','sub62','Learn the Language of GD&T ','techpaper_languagegdt.html','',295,0)
	oCMenu.makeMenu('sub622','sub62','The Seven Deadly Sins of GD&T ','techpaper_7deadly.html','',295,0)
	oCMenu.makeMenu('sub623','sub62','Standards Issues on Digital Drawings','techpaper_issueasme.html','',295,0)					
	oCMenu.makeMenu('sub624','sub62','Ten Questions for Selecting a GD&T Source','techpaper_10questions.html','',295,0)
	oCMenu.makeMenu('sub625','sub62','Minding Mechanical Specifications Pays Off in Production','techpaper_oemmechan.html','',295,0)
	oCMenu.makeMenu('sub626','sub62','Standards Issues on Digital Drawings - A Second Opinion','techpaper_issueasme2.html','',295,0)
	oCMenu.makeMenu('sub627','sub62','GD&T Improves Inspection','techpaper_gdt-improves-inspec.html','',295,0)
	oCMenu.makeMenu('sub628','sub62','ASME Y14.5 Proposal on Feature of Size','http://etinews.com/techpaper_FOS_ASME.pps','',295,0)

	oCMenu.makeMenu('sub63','top6','Tip of the Month','gdt_tipmnth.html','',210,0)

	oCMenu.makeMenu('sub631','sub63','Rules for Composite Positional Tolerancing','tip_mnth_rulespostol.html','',295,0)
	oCMenu.makeMenu('sub632','sub63','Items to Consider When Changing from 82 to 94 Standard','tip_mnth_1982to1994.html','',295,0)
	oCMenu.makeMenu('sub633','sub63','ASME GD&T Certification Exam Tips','tip_mnth_asmecertexam.html','',295,0)					
	oCMenu.makeMenu('sub634','sub63','The Inspector and the Bolts','tip_mnth_inspector.html','',295,0)
	oCMenu.makeMenu('sub635','sub63','Introduction to Bonus Tolerance','tip_mnth_bonustol.html','',295,0)
	oCMenu.makeMenu('sub636','sub63','Handy GD&T Reference Chart','tip_mnth_gdtrefchart.html','',295,0)

	
	oCMenu.makeMenu('sub69','top6','Message Board','http://www.etinews.com/messageboard/','',210,0)
	oCMenu.makeMenu('sub64','top6','Certification','gdt_cert.html','',210,0)				
	oCMenu.makeMenu('sub65','top6','Technical Calendar','gdt_calendar.html','',210,0)
	oCMenu.makeMenu('sub66','top6','What is GD&T?','gdt_what_is_gd&t.html','',210,0)
	oCMenu.makeMenu('sub67','top6','GD&T Glossary','gdt_glossary.html','',210,0)	
	oCMenu.makeMenu('sub68','top6','GD&T Symbols','gdt_symbols.html','',210,0)	



oCMenu.makeMenu('top8','','&nbsp;What is GD&amp;T?','gdt_what_is_gd&t.html','')








//Leave this line - it constructs the menu
oCMenu.construct()		