function req2008()
{
sub = window.open("http://www.okuiaki.com/2006/req2008/index.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=430,height=430");
x = (screen.width  - 430) / 2;
y = (screen.height - 430) / 2;
sub.moveTo(x,y);
}
