function ActivateFlashMovie (FlashMovie) {
	var msie = ((navigator.appVersion.indexOf("MSIE")!= -1)&&!window.opera)? true : false; 
	if (msie) { 	
		var theObject=document.getElementById(FlashMovie);
		theObject.outerHTML = theObject.outerHTML;
	}
}
