//リンク先がパチンコに関するページの場合パスの最後にcatsq=1を付ける。
//リンク先がパチスロに関するページの場合パスの最後にcatsq=2を付ける。
function jet(hp){
if(hp =="wopen_j1"){
hp="soft_detail.html?softsq=342&catsq=2";
}
if(hp =="wopen_j2"){
hp="soft_detail.html?softsq=341&catsq=2";
}
if(hp =="wopen_j3"){
hp="soft_detail.html?softsq=340&catsq=2";
}
if(hp =="wopen_j4"){
hp="soft_detail.html?softsq=337&catsq=1";
}
win=window.open(hp,"_top");
}