/* <![CDATA[ */

function ShowHide(who,what) {
	//alert('***' + who + '***');
	document.getElementById([who]).style.display = "" + what + "";
}

/* ]]> */
