// Javascript - show Flash Video Player, avoid EOLAS patent

function showPlayer (w1, h1, m, w2, h2, s) {
	document.write('<embed src="/player/flvplayer.swf" width="'+w1+'" height="'+h1+'" allowfullscreen="true" flashvars="&file=http://www.westlandnet.nl/movies/'+m+'.flv&width='+w2+'&height='+h2+'&autostart='+s+'&image=http://www.westlandnet.nl/movies/'+m+'.jpg"></embed>');
}

