void msg2(char* str){
			lblMessage2.set(str);
			lblMessage2.draw();
		}
		void msg(char* str){
			lblMessage.set(str);
			lblMessage.draw();
		}