function moveToCenter(window) {
	this.parent.moveTo(screen.width / 2 - 200,screen.height / 2 - 100);
}