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

