﻿function hihyouzi(){
window.status = '';
return true;
}
if (document.layers)
document.captureevents(event.mouseover | event.mouseout);
document.onmouseover = hihyouzi;
document.onmouseout = hihyouzi;

 function menuOpen(d){
  if(document.getElementById(d).style.display=='block'){
   document.getElementById(d).style.display = 'none';
  }else{
   document.getElementById(d).style.display = 'block';
  }
 }
function url(keyword){
    //location.href = "http://tr.my-affiliate.com/open.php?s=00039173&p=00000001&bc=BH&sess=1&url=http://search.biccamera.com/pall/search/?s.q=" + keyword + "&s.ie=shift-jis&s.an=&x=0&y=0&hid=";
    
    location.href = "http://tr.my-affiliate.com/click.php?s=00039173&p=00000001&bc=TXT1&hid=";
}

