function showHide(id,display) {
	document.getElementById(id).style.display=display;
}