function popup(content, color) {
	writetxt(content);
}
function kill() {
	writetxt(0);
}
