
function subWins(pages)//サブウインドウ
{
w=window.open(pages,"sample","width=800, height=500, menubar=no, toolbar=no, resizable=yes, scrollbars=yes");
w.focus();
}

