function doMovie(movieLink,autoplay,volume) {
		
		var containerId = "zxvideoadaliceabatantuono"; // id of the paragraph in the html code
		var movieURL = "http://www.zanox-affiliate.de/ppv/images/programs/2183/video/alice_abatantuono.flv"; // URL of the FLV file
		var imageURL = "http://www.zanox-affiliate.de/ppv/images/programs/2183/video/alicesky.jpg"; // URL of the image for start and end screen
		var linkText = "www.alice.it"; // displayed text
		var mouseText ="Alice Home TV"; // hoover message
		var logoimageURL = ""; // URL of additional logo
		var logoLink = movieLink; // hyperlink of the additional logo
		var zxwidth = "280";
		var zxheight = "230";
	
		createMovie(containerId,movieURL,imageURL,movieLink,linkText,mouseText,logoimageURL,logoLink,autoplay,volume,zxwidth,zxheight);
}