// foot_setboxs


$(document).ready(function(){
  $('#set_box1 #sb001').hover(
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_001.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box1 #sb002').hover(
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_002.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box1 #sb003').hover(
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_003.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box1 #sb004').hover(
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_004.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box1 #sb005').hover(
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_005.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea001 img').replaceWith("<img src='img/common/set1_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2001').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2002').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_002.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2003').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_003.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2004').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_004.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2005').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_005.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2006').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_006.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
  $('#set_box2 #sb2007').hover(
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_007.gif' alt='' width='311' height='104'>"); },
    function(){ $('#setImgArea002 img').replaceWith("<img src='img/common/set2_001.gif' alt='' width='311' height='104'>"); }
  );
});


// external links

function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
((anchor.getAttribute("rel") == "external nofollow") || (anchor.getAttribute("rel") == "nofollow external") || (anchor.getAttribute("rel") == "external")))
anchor.target = "_blank";
}
}
window.onload = externalLinks;
