function newwin1()
{
sub = window.open("coupon.html","window1","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=672,height=340");
x = (screen.width  - 672) / 2;
y = (screen.height - 340) / 2;
sub.moveTo(x,y);
}
function newwin2()
{
sub = window.open("lala/lala.html","window2","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=760,height=500");
x = (screen.width  - 760) / 2;
y = (screen.height - 500) / 2;
sub.moveTo(x,y);
}
function newwin3()
{
sub = window.open("saver/saver.html","window3","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=500");
x = (screen.width  - 770) / 2;
y = (screen.height - 500) / 2;
sub.moveTo(x,y);
}
function newwin4()
{
sub = window.open("event2/index.html","window4","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=500");
x = (screen.width  - 770) / 2;
y = (screen.height - 500) / 2;
sub.moveTo(x,y);
}
function newwin5()
{
sub = window.open("butai/index.html","window5","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=672,height=380");
x = (screen.width  - 672) / 2;
y = (screen.height - 340) / 2;
sub.moveTo(x,y);
}
