function buttons()
{ 
	document.write('<div id="ddtopmenubar" class="mattblackmenu">');
	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr><td class="btn"><a href="index.html">Home</a></td>');
	document.write('<td class="btn"><a href="#" rel="ddsubmenu1">About Us</a></td>');
	document.write('<td class="btn"><a href="clients.html">Clients</a></td>');
	document.write('<td class="btn"><a href="#" rel="ddsubmenu2">Products</a></td>');
	document.write('<td class="btn"><a href="gallery.html">Gallery</a></td>');
	document.write('<td class="btn"><a href="downloads.html">Downloads</a></td>');
	document.write('<td class="btn"><a href="faq.html">FAQ</a></td>');
	document.write('<td class="btn"><a href="contact.html">Contact </a></td></tr></table>');
	document.write('</div>')
	
	document.write('<script type="text/javascript">ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")</script>');
	document.write('<ul id="ddsubmenu1" class="ddsubmenustyle">');
	document.write('<li><a href="about_us_profile.html">Profile</a></li>');
	document.write('<li><a href="about_us_infrastructure.html">Infrastructure</a></li>');
	document.write('</ul>');	
	
	document.write('<ul id="ddsubmenu2" class="ddsubmenustyle">');
	document.write('<li><a href="bt_mas.html">BT MAS 403 JIS B 6339 A, AD & AD+B</a></li>');	
	document.write('<li><a href="sk_din_69871.html">SK DIN 69871 FORMA, AD & AD+B</a></li>');
	document.write('<li><a href="iso-din-2080.html">ISO DIN 2080</a></li>');	
	document.write('<li><a href="nt_30_series.html">NT 30 Series</a></li>');
	document.write('<li><a href="hsk_din_69893.html">HSK DIN 69893</a></li>');
	document.write('<li><a href="precision_er_collet_chucks.html">Precision ER Collet Chucks Cylindrical, MTA, MTB, R8 &TR Shank</a></li>');
	
	document.write('<li><a href="power-chuck.html">Power Chuck</a></li>');
	document.write('<li><a href="quick_change_drilling_and_tapping_chuck.html">Quick Change Drilling & Tapping Chuck (QCDTC)</a></li>');
	document.write('<li><a href="ccsfl_tapping_attachment_non_reversible.html">CCSFL Tapping Attachment (Non-Reversible)</a></li>');
	document.write('<li><a href="floating_reamer_holder.html">Floating Reamer Holder (FRH)</a></li>');
	document.write('<li><a href="revolvivg_center.html">Revolving Center</a></li>');
	document.write('<li><a href="bar_puller.html">Bar Puller</a></li>');
	document.write('<li><a href="keyless_precision_drill_chuck.html">Keyless Precision Drill Chuck</a></li>');
	document.write('<li><a href="quick_change_tapping_attachment_type_qsfl_non_reversible.html">Quick Change Tapping Attachment Type QSFL (Non - Reversible)</a></li>');
	document.write('<li><a href="quick_change_tapping_chucks_type_kwsfl_60.html">Quick Change Tapping Chucks Type KWFSL 60 (M30 to M120)</a></li>');
	document.write('<li><a href="quick_change_tapping_collets_with_axial_compensation.html">Quick Change Tapping Collets With Axial Compensation (ERT)</a></li>');
	document.write('<li><a href="quick_change_tap_adaptor_extended_modular_type_kwesm.html">Quick Change Tap Adaptor Extended Modular Type (KWESM)</a></li>');
	document.write('<li><a href="kwflk_tapping_chuck_and_kwes_kwe_kwre_series_tap_adaptor.html">KWFLK Tapping Chuck & KWES, KWE & KWRE Series Tap Adaptor</a></li>');
	document.write('<li><a href="technical_information_and_recommended_torque_values.html">Technical Information & Recommended Torque Values</a></li>');
	document.write('<li><a href="accessories.html">Accessories</a></li>');	
	document.write('</ul>');
	
}
function footer()
{ 
	document.write('<a href="index.html">Home</a> &nbsp;| &nbsp;<a href="about_us_profile.html">About Us</a> ');
	document.write('&nbsp;| &nbsp;<a href="clients.html">Clients</a> &nbsp;| &nbsp;<a href="mas_403_holders.html">Products</a>');
	document.write('&nbsp;| &nbsp;<a href="gallery.html">Gallery</a> &nbsp;| &nbsp;<a href="downloads.html">Downloads</a>');
	document.write('&nbsp;| &nbsp;<a href="faq.html">FAQ</a> &nbsp;| &nbsp;<a href="contact.html">Contact</a>');
	document.write('&nbsp;&nbsp;&nbsp;Copyright © 2009 KTA SPINDLE TOOLINGS &nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('Site Designed &amp; Hosted By <a href="http://www.g2webs.com" target="_blank">G2Webs</a>');
}
