function playVideo(filename, width, height) {
	video_window = new FAVideo("video_window", filename, width, height,{ autoLoad:true, autoPlay:true });		
}

