		var flashvars = {
			streamer: "rtmp://stream.activepharma.pl/files",
			file: "/baxter/hemofilia/baxter_p_02.flv",
			image: "/var/media/movies/baxterty_lipiec.jpg",
			autostart: false,
			controlbar: "bottom"
		};

		swfobject.embedSWF("/var/flash/player.swf",
		                   "teaser-movie",
		                   "350",
		                   "288",
		                   "9.0.0",
		                   "/var/flash/expressInstall.swf",
		                   flashvars,
		                   null,
		                   null,
		                   null);
						   
		var fullmovie = {
                        streamer: "rtmp://stream.activepharma.pl/files",
                        file: "/baxter/hemofilia/baxter_p_01.flv",
                        type: "rtmp",
                        image: "/var/img/baxter-i-ty.jpg",
			autostart: false,
			controlbar: "bottom"
		};

		swfobject.embedSWF("/var/flash/player.swf",
		                   "right-video-index",
		                   "350",
		                   "288",
		                   "9.0.0",
		                   "/var/flash/expressInstall.swf",
		                   fullmovie,
		                   null,
		                   null,
		                   null);
						   

