function playMovie(video,width,height) {
	var flashContent = '<object type="application/x-shockwave-flash" data="http://www.reto.nl/video/player.swf?file='+video+'" width="'+width+'" height="'+(height+20)+'" wmode="transparent">'
	+ '<param name="movie" value="http://www.reto.nl/video/player.swf?file='+video+'" />'
	+ '<param name="wmode" value="transparent" />'
	+'</object>';
	document.write(flashContent);
}