//ÆË¾÷
function BoxWindows1(ax,ah)
{
  window.open('','openwin1','width='+ax+',height='+ah+',marginwidth=0,marginheight=0,resizable=0,scrollbars=no,noresize');
}

function BoxWindows2(ax,ah)
{
  window.open('','openwin2','width='+ax+',height='+ah+',marginwidth=0,marginheight=0,resizable=0,scrollbars=yes,noresize');
}