function o_tarwin1(wno){
var wName;
wName="win"+wno;
var clocation;
clocation="https://www.jobr.biz/ther/kobe/"+wno+".html";
var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=no,status=no,scrollbars=yes,Width=640,height=600');
}

function o_tarwin2(wno){
var wName;
wName="win"+wno;
var clocation;
clocation="https://www.jobr.biz/ther/kobe2/"+wno+".html";
var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=no,status=no,scrollbars=yes,Width=640,height=600');
}

