function total_collect_ad(action) {
	document.getElementById('ad_img').style.display = (action.toLowerCase() == "show") ? "block" : "none";
}
