
function showMovie(id) {
  player_path = 'http://player.formevideo.nl/'+id+'/?view_id=2235428';
  features = 'scrollbars=no,width=455,height=280';
  window.open(player_path,'forme',features);
}

function showIframe(id) {
  document.write('<iframe id="VideoIFrame" style="border:0px; width:455px; height:280px;" src="http://player.formevideo.nl/'+id+'/?view_id=2235428" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>');
}

