function catdisplay(display) {
	document.getElementById("categorydisplay").innerHTML = 	document.getElementById(display).innerHTML;
}