/* close ad [start] */
function closeAd(id) {
	document.getElementById('ad'+id).style.display = "none";
}
/* close ad [stop] */

/* ad [start] */
function Ad(id) {
	document.getElementById('ad'+id).style.display = "block";
}
/* ad [stop] */