			function thisMovie(movieName) {
			         if (navigator.appName.indexOf("Microsoft") != -1) {
			             return window[movieName];
			         } else {
			             return document[movieName];
			         }

			}

			function showMonthTeaser() {
				var player = thisMovie("planeteSwf");
				player.showMonthTeaser();
				//Le flash appelle la fonction hideTeaserButton();
			}

		
			function showTeaserButton() {
				//alert("showTeaserButton");
			}
			function hideTeaserButton() {
				//alert("hideTeaserButton");
			}


		function enlargeVideo() {
			$('#overlayVideo').css("display", "block");
			$('#popinVideo').css("display", "block");
			$('#pushs #conteneurFlash').html('');
			$('#pushs').css("display", "none");

			var flashvars = {
				flvPath:'http://vod-flash.mth.net/PLANETE/PROGRESSIF/s11plan_planetebac_580326.flv',
				skinPath :"swf/skinBig.swf",
				title:''
			};	
			var params = {
				allowScriptAccess: "always",
				wmode:"transparent"
			};
			var attributes = {
				id: "planeteVideo",
				name: "planeteVideo"
			};
			swfobject.embedSWF("swf/playerPlanete.swf", "flashPopinVideo", "600", "500", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
		}