function showclip(thisclip)
{
document.write('<object type="application/x-shockwave-flash" width="320" height="250" id="FlowPlayer" style="border:solid 1px #000000; margin-top:10px;margin-bottom:10px" data="http://www.halasandbatchelor.co.uk/clips/FlowPlayerWhite.swf">');
document.write('<param name="movie" value="http://www.halasandbatchelor.co.uk/clips/FlowPlayerWhite.swf" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="scale" value="noScale" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="flashvars" value="config={loop:false,initialScale: \'scale\',videoFile:\'http://www.halasandbatchelor.co.uk/clips/'+thisclip+'\'}"/>');
document.write('</object>');
}
