function createPlayer(theFile,theWidth,theHeight) {
	var flashvars = {
		file:theFile,
		autostart:"false",
		controlbar:"over",
		stretching:"none",
		bufferlength:"1",
		quality:"false"
	}

	var params = {
		allowfullscreen:"false",
		allowscriptaccess:"always"
	}

	var attributes = {
		id:"player1",
		name:"player1"
	}

	swfobject.embedSWF("/flash/player4-1.swf", "noflash", theWidth, theHeight, "9.0.115", "/flash/expressInstall.swf", flashvars, params, attributes);
}
