noFlashHtml = '<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese&P5_Language=Japanese" target="_blank"><img src="images/noflash.gif" width="514" height="284" border="0" alt="このコンテンツをご覧いただくには、Flash Player 8 以上が必要です。最新の Flash Player のダウンロードはこちらから"></a>'_detect_flash = function(version){         if (navigator.plugins && navigator.plugins.length){            if(navigator.plugins["Shockwave Flash"].description){               navigator.plugins["Shockwave Flash"].description.match(/(\d+)\.\d/);               if(RegExp.$1 >= version){ return true };            };         }else{            try{ is_version = new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+version); } catch(e){ is_version = false };            return is_version;         };         return false      };makeFlash = function(parent, file, width, height){//	alert(flashversion);	if( _detect_flash(8) ){		document.write('<object type="application/x-shockwave-flash" data="'+file+'" width="'+width+'" height="'+height+'">'+"\r"+'<param name="movie" value="'+file+'" />'+"\r"+'<param name="wmode" value="transparent"/>'+"\r"+'</object>');	} else {		document.write(noFlashHtml);	}}
