<!--
function hihyouzi(){
window.status = '';
return true;
}
if (document.layers)
document.captureevents(event.mouseover | event.mouseout);
document.onmouseover = hihyouzi;
document.onmouseout = hihyouzi;

function wopen(url) {
if (url) {
opwin = window.open(url);
opwin.focus();
}
}

// -->
