function newwin1()
{
sub = window.open("message/message_01.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
sub.resizetox = (screen.width  - 900) / 2;
y = (screen.height - 600) / 2;
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1);
sub.focus();
}



