function toBegin() {
	currentScreen = 0;
	oneLayer(currentScreen);
	manageControls();
	} //end function

function toWords() {
	currentScreen = ownWordsBegins;
	oneLayer(currentScreen);
	manageControls();
	} //end function

