function hideBanner(bannerid){
  document.getElementById('div_'+bannerid).style.display = 'none';
}
