function displayPosting(postingId, action) {
	document.getElementById('posting_'+postingId).style.visibility=action=='show'? 'visible':'hidden';
}
