var L_contentVersion = 8;

var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var L_PluginVersion = words[i];
	    }
	var L_FlashCanPlay = L_PluginVersion >= L_contentVersion;
}

else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('L_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & L_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}

if ( L_FlashCanPlay ) {
	document.write('<object data="/swf/key_visual.swf" type="application/x-shockwave-flash" width="960" height="300" align="top">');
	document.write('<param name="movie" value="/swf/key_visual.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#ffffff">');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
} else{
	document.write('<p><img src="/image/h-home.jpg" alt="これからの美を創る人へ。これからの美容文化を担う新しい世代のために。わたしたちが伝えたいこと。Hospitality (もてなすこころ)　Technique (磨かれた技術)　Progression (先進性)" width="960" height="300" /></p>');
	document.write('<p class="utility"><a href="/taiken_nyugaku/index.html"><img src="/image/utility-taiken-nyugaku.gif" alt="体験入学" width="120" height="36" /></a></p>');
}

			
			
			
			
			
			
