//別窓でリンクを開く

function wopen(url) {
if (url) {
opwin = window.open(url);
opwin.focus();
}
}
