function image_save_text_enter(id) {
	if (wkey == 13) {
		image_save_text(id);
	}
}
