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="mas_403_holders.html">MAS 403 Holders (BT)</a></li>');
	document.write('<li><a href="din_69871_holders.html">DIN 69871 Holders (CT)</a></li>');
	document.write('<li><a href="nt_30_series.html">NT 30 Series</a></li>');
	document.write('<li><a href="din_2080_holders.html">DIN 2080 Holders (ISO)</a></li>');
	
	
	document.write('<li><a href="kwflk.html">KWFLK Series</a></li>');
	document.write('<li><a href="qc_drilling_tapping_chuck.html">QC Drilling Tapping Chuck</a></li>');
	document.write('<li><a href="cylindrical_er_collet_chuck.html">Cylindrical Collet Chuck in ER</a></li>');
	document.write('<li><a href="keyless_drill_chuck_arbor.html">Keyless Drill Chuck & Arbor</a></li>');
	document.write('<li><a href="tapping_attachment.html">Tapping Attachment</a></li>');
	document.write('<li><a href="tap_adaptor.html">Tap Adaptor</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>');
}