function createplayer(theFile, go) {  
	var s = new SWFObject("/images/swf/player.swf","playerID","640","520","7");  
	s.addParam("allowfullscreen","true");  
	s.addVariable("file",theFile);  
	s.addVariable("width","640");  
	s.addVariable("height","520");  
	s.addVariable("overstretch","false");  
	s.addVariable("skin","/images/swf/Snel.swf");  
	s.addVariable("image","/videos/35759/mohr.jpg");  
	if (go) { s.addVariable("autostart","true"); }  
	s.write("placeholder");  
}  
  
createplayer("/videos/35759/mohr.flv", false)  

