function OpenWin1(){
    win=window.open("card.htm","new","width=355,height=440,resizable=yes");
}
/*スペック表用*/
function urlWin(url) {
  window.opener.location.href=url;
  window.blur();
}

