function playMovie(file, image) {
	var FO = { movie:"flvplayer.swf", 
				width:"360px", 
				height:"260px", 
				majorversion:"7", 
				build:"0", 
				bgcolor:"#FFFFFF",
				flashvars:"file=files/"+file+"&autostart=false&showdigits=true&image=images/"+image };
	UFO.create(FO, 'video_player');
}

function playMovie2(file, image) {
	var FO = { movie:"flvplayer.swf", 
				width:"360px", 
				height:"222px", 
				majorversion:"7", 
				build:"0", 
				bgcolor:"#FFFFFF",
				flashvars:"file=files/"+file+"&autostart=false&showdigits=true&image=images/"+image };
	UFO.create(FO, 'video_player2');
}

function playSound(file) {
	var FO = { movie:"mp3player.swf", 
				width:"360px", 
				height:"20px", 
				majorversion:"7", 
				build:"0", 
				bgcolor:"#FFFFFF",
				flashvars:"file=files/"+file+"&autostart=false&showdigits=true" };
	UFO.create(FO, 'audio_player');
}