function newwin1()
{
sub = window.open("sinko_img/kentiku/index.htm","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=396");
x = (screen.width  - 300) / 2;
y = (screen.height - 396) / 2;
sub.moveTo(x,y);
}
