﻿function new_win()
{
	spiel= window.open("tetris.html","standalone","width=670,height=610,left="+((screen.width-550)/2)+",top="+((screen.height-600)/2)+"","menubar=no,scrollbars=yes,toolbar=no,resizable=yes");
}
