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

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

