<!--
function wOpen(n,ww,hh) {
window.open(n,"syosai","status=0,resizable=no,scrollbars=yes,width=500,height=550")
}
function zOpen(n,ww,hh) {
window.open(n,"shosai","status=0,resizable=no,scrollbars=yes,width=" +ww+" ,height=" +hh)
}
//-->