//###### 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))>=5) 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("<table width=\"470\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"382\">");
document.write("<tr>");
document.write("<td height=\"79\" width=\"350\" valign=\"bottom\" bgcolor=\"#FFFFFF\"><a href=\"http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese\" target=\"_blank\"><img src=\"img/comment.gif\" width=\"320\" height=\"46\" border=\"0\"></a></td>");
document.write("<td height=\"79\" width=\"120\" valign=\"bottom\" bgcolor=\"#FFFFFF\"><a href=\"http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese\" target=\"_blank\"><img src=\"img/flash_player.gif\" width=\"109\" height=\"46\" border=\"0\"></a></td>");
document.write("</tr>");
document.write("<tr align=\"center\">");
document.write("<td colspan=\"2\" bgcolor=\"#FFFFFF\"><b><a href=\"http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese\" target=\"_blank\"><img src=\"img/mamorukun.jpg\" width=\"156\" height=\"170\" border=\"0\"></a></b></td>");
document.write("</tr>");
document.write("</table>");
}else{
document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("</tr>");
document.write("<td align=\"left\" valign=\"top\">");
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=522 HEIGHT=382>");
document.write("<param NAME=movie value=\"search.swf\">");
document.write("<param name=quality value=high><param name=menu value=false>");
document.write("<param NAME=bgcolor VALUE=#FFFFFF>");
document.write("<embed src=\"search.swf\" menu=false quality=high bgcolor=#FFFFFF  WIDTH=522 HEIGHT=382 type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></embed>");
document.write("</object>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
}
