// JavaScript Document
	
		<!-- drop down menu  ABOUT US-->                                                   
document.write('<div id="aboutus" class="dropmenudiv">');
document.write('		<a href="../aboutus.html">&nbsp;<b>Genesis of ITW Chemin</b></a>');
document.write('		<a href="../abt_history.html">&nbsp;History of ITW</a>');
//document.write('		<a href="../abt_mteam.html">&nbsp;<b>Management Team</b></a>');//FUTURE IT WILL ADDED
document.write('		<a href="../abt_guiding_principles.html">&nbsp;<b>Guiding Principles</b></a>');
document.write('		<a href="../abt_guiding_principles.html">&nbsp;&nbsp;80/20 principle</a>');
document.write('		<a href="../abt_guiding_principles_code.html">&nbsp;&nbsp;Code of Conduct</a>');
document.write('		</div>');
		
		<!-- drop down menu OUR CORE COMPETENCIES-->                                                   
document.write('		<div id="ourcorecompetencies" class="dropmenudiv">');
document.write('		<a href="../ourcore_vision.html"><b>Vision &amp; Operational &nbsp;&nbsp;Philosophy</b></a>');
document.write('		<a href="../ourcore_certifications.html"><b>Quality Certifications </b></a>');
document.write('		<a href="../ourcore_values.html"><b>Core Values</b></a>');
document.write('		</div>');
		
		<!-- drop down menu OUR BRANDS-->                                                   
document.write('<div id="ourbrands" class="dropmenudiv">');
document.write('		<a href="../ourbrands_domestic.html"><b>Domestic</b></a>');
document.write('		<a href="../ourbrands_dom_ais.html">Automotive Solutions</a>');
document.write('		<a href="../ourbrands_dom_qas.html">Quality Assurance Solutions</a>');
document.write('		<a href="../ourbrands_dom_mros.html">Maintenance, Repair, Overhauling &nbsp;&nbsp;(MRO) Solutions</a>');
document.write('		<a href="../ourbrands_dom_aams.html">Automotive After Market Solutions</a>');
document.write('		<a href="../ourbrands_international.html"><b>International</b></a>');
document.write('		<a href="../ourbrands_int_ais.html">Automotive Solutions</a>');
document.write('		<a href="../ourbrands_int_qas.html">Quality Assurance Solutions</a>');
document.write('		<a href="../ourbrands_int_mros.html">Maintenance, Repair, Overhauling &nbsp;&nbsp;(MRO) Solutions</a>');
document.write('		</div>');

		<!-- drop down menu OUR MARKETING NETWORK-->                                                   
document.write('		<div id="ourmarketingnetwork" class="dropmenudiv">');
document.write('		<a href="../ourmarketing_network_dom.html"><b>Domestic</b></a>');
document.write('		<a href="../ourmarketing_network_distributor_dom.php">Distributor Enquiry</a>');
document.write('		<a href="../ourmarketing_network_enquiry_dom.php">Product Enquiry</a>');
document.write('		<a href="../ourmarketing_network_int.html"><b>International</b></a>');
document.write('		<a href="../ourmarketing_network_distributor_intl.php">Distributor Enquiry</a>');
document.write('		<a href="../ourmarketing_network_enquiry_int.php">Product Enquiry</a>');
document.write('		</div>');

		<!-- drop down menu  MEDIA CENTRE-->                                                   
document.write('<div id="mediacentre" class="dropmenudiv">');
document.write('		<a href="../media_kit.php">&nbsp;<b>Media Kit/Enquiries</b></a>');
document.write('		<a href="../media_innews.html">&nbsp;<b>ITW Chemin in News</b></a>');
//document.write('		<a href="../media_newsletter.html">&nbsp;<b>Newsletter</b></a>');//future we add this
//document.write('		<a href="../media_events.html">&nbsp;<b>Upcoming Events</b></a>');
document.write('		</div>');


		<!-- drop down menu  JOIN ITW CHEMIN-->                                                   
document.write('<div id="joinitwchemin" class="dropmenudiv">');
document.write('		<a href="../joinitw_workingat.html">&nbsp;<b>Working at ITW Chemin</b></a>');
document.write('		<a href="../joinitw_careers.php">&nbsp;<b>Career Opportunities </b></a>');
document.write('		</div>');

		<!-- drop down menu  PRODUCT CERTIFICATIONS-->                                                   
document.write('<div id="certifications" class="dropmenudiv">');
document.write('		<a href="../pc_magnaflux.html">&nbsp;<b>MagnaFlux</b></a>');
<!--  document.write('		<a href="../joinitw_careers.html">&nbsp;<b>Met L Gard </b></a>'); -->       
<!--  document.write('		<a href="../joinitw_careers.html">&nbsp;<b>Met L Hold</b></a>'); -->       
document.write('		</div>');


		
