function putflash(id){
     if (document.getElementById("incomming2") != null) {
          document.getElementById("incomming2").innerHTML = '';
     }
     if (document.getElementById("incomming") != null) {
          document.getElementById("incomming").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="storymovie"      width="350" height="350"><param name="quality" value="autolow" /><param name="wmode" value="transparent" /><param name="id" value="storymovie" /><param name="src" value="images/filmpjes/' + id + '.swf" /><param name="width" value="350" /><param name="height" value="350" /><embed type="application/x-shockwave-flash" quality="autolow" wmode="transparent" id="storymovie" src="images/filmpjes/' + id + '.swf" width="350" height="350"></embed></object>';
     }
}

function putflash2(id){
     if (document.getElementById("incomming") != null) {
          document.getElementById("incomming").innerHTML = '';
     }
     if (document.getElementById("incomming2") != null) {
          document.getElementById("incomming2").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="storymovie"      width="350" height="350"><param name="quality" value="autolow" /><param name="wmode" value="transparent" /><param name="id" value="storymovie" /><param name="src" value="images/filmpjes/' + id + '.swf" /><param name="width" value="350" /><param name="height" value="350" /><embed type="application/x-shockwave-flash" quality="autolow" wmode="transparent" id="storymovie" src="images/filmpjes/' + id + '.swf" width="350" height="350"></embed></object>';
     }
}
