// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (!useRedirect) {    // if dynamic embedding is turned on
  if(!hasRightVersion) {  // flash is too old or we can't detect the plugin
		if (confirm("Pour visionner le site, vous avez besoin du plugiciel Flash 5 ou plus.\nVoulez-vous le télécharger maintenant?")) {
			page="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=French&Lang=French&P5_Language=French"
			window.open(page,'siteWin','top=0,left=0,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,location=yes,menubar=yes')
		}
  }
}

