//Flash
//====================================================================//
function Swf(FlashSrc,FlashWidth,FlashHeight,br){
document.write("<embed src=\""+FlashSrc+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\""+FlashWidth+"\" height=\""+FlashHeight+"\" align=\"center\" wmode=\"transparent\"></embed>");
if (br=="1") {
document.write("<br>");
}
}
function Swf2(FlashSrc,FlashWidth,FlashHeight,br){
document.write("<embed src=\""+FlashSrc+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\""+FlashWidth+"\" height=\""+FlashHeight+"\" align=\"center\"></embed>");
if (br=="1") {
document.write("<br>");
}
}
function SwfLink(FlashSrc,FlashWidth,FlashHeight,FlashLink,br){
document.write("<table width=\""+FlashWidth+"\" height=\""+FlashHeight+"\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>");
document.write("<div style=\"position:relative\">");
document.write("<embed style=\"position:absolute;z-index:0\" src=\""+FlashSrc+"\" quality=\"high\" width=\""+FlashWidth+"\" height=\""+FlashHeight+"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"transparent\"></embed>");
document.write("<div style=\"position:relative;filter:alpha(opacity=0);-moz-opacity:0;z-index:10;left:0;top:0;background:transparent !important;background:#cdeaf6;width:"+FlashWidth+";height:"+FlashHeight+"px;\">");
document.write("<a href=\""+FlashLink+"\" target=\"_blank\" style=\"cursor:pointer;display:block;width:"+FlashWidth+";height:"+FlashHeight+"px;\"></a>");
document.write("</div>");
document.write("</div>");
document.write("</td></tr></table>");
if (br=="1") {
document.write("<br>");
}
}
//====================================================================//
//NoCopy
//====================================================================//
function KeyDown()
{
 //ÆÁ±Î F5 Ë¢ÐÂ¼ü
  if (event.keyCode==116)
  { 
     event.keyCode=0;
     event.returnValue=false;
  } 
  //ÆÁ±Î Ctrl
  if(event.ctrlKey)
  {  
     event.returnValue=false;
  }
}
//====================================================================//