function show() {
	txt.className="vis";
	show_lnk.className="hid";
}

function hide() {
	txt.className="hid";
	show_lnk.className="vis";
}

