function MM_CheckFlashVersion(reqVerStr,msg){
  with(navigator){
    var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){  
      var flashVer = -1;
      if (plugins && plugins.length > 0){
        var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
        desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
        if (desc == "") flashVer = -1;
        else{
          var descArr = desc.split(" ");
          var tempArrMajor = descArr[2].split(".");
          var verMajor = tempArrMajor[0];
          var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
          var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
          flashVer =  parseFloat(verMajor + "." + verMinor);
        }
      }
      // WebTV has Flash Player 4 or lower -- too low for video
      else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;

      var verArr = reqVerStr.split(",");
      var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
  
      if (flashVer < reqVer){
        if (confirm(msg))
          window.location = "http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
      }
    }
  } 
}

function getURLParam(strParamName) {
	var strReturn = "";
	var strHref = window.location.href;
	if ( strHref.indexOf("?") > -1 ) {
		var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase();
		var aQueryString = strQueryString.split("&");
		for ( var iParam = 0; iParam < aQueryString.length; iParam++ ) {
		if (aQueryString[iParam].indexOf(strParamName + "=") > -1 ) {
			var aParam = aQueryString[iParam].split("=");
			strReturn = aParam[1];
			break;
		}
	}
}
return strReturn;
}

var topic = getURLParam("video");

switch(topic)
{
case "1":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/1.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/1.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "2":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/2.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/2.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "3":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/3.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/3.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "4":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/4.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/4.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "5":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/5.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/5.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "6":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/6.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/6.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "7":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/7.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/7.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "8":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/8.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/8.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "9":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/9.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/9.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;

case "10":
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='320' height='240'><param name='allowFullScreen' value='true'/><param name='movie' value='mirror.swf?xml_path=xml/10.xml' /><param name='quality' value='high' /><embed src='mirror.swf?xml_path=xml/10.xml' width='320' height='240' quality='high' allowFullScreen='true' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");
break;
}
