function show(toShow) {
	document.getElementById(visible).id = toShow;
	visible = toShow;
	return false;
}

