//###### FlashPlayerCheck #####
var useFlash = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ) {
var plugin = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
if (plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".") -1))>=6) useFlash = 1;
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
useFlash = 1;
}


if (useFlash == 1){
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"750\" height=\"500\">");
document.write("<param name=movie value=\"top.swf\">");
document.write("<param name=quality value=high><param name=menu value=false><param name=bgcolor value=#000000>");
document.write("<embed src=\"top.swf\" menu=false quality=high pluginspage=\"http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"750\" height=\"500\" bgcolor=\"#000000\">");
document.write("</embed>");
document.write("</object>");
}else{
document.write("<table width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td width=\"750\"><img src=\"img/top_img.jpg\" width=\"750\" height=\"500\" alt=\"湯本富士屋ホテル\" border=\"0\"></td>");
document.write("</tr>");
document.write("</table>");
}
