//-------------------------------------------------------
// File: cf_tool_teamworking.js
// Description: Creates the code for the teamworking.swf
// This allows the flash to be activated when loaded
//-------------------------------------------------------
document.write('<OBJECT');
document.write('	type="application/x-shockwave-flash"	');
document.write('	data="http://www.hie.co.uk/lw-rd-flash/teamworking.swf"');
document.write('	width="690"');
document.write('	height="360">');
document.write('  <PARAM name="movie" value="http://www.hie.co.uk/lw-rd-flash/teamworking.swf" />');
document.write('</OBJECT>');