function show_hide(msg_id){
       msg_id.style.display=msg_id.style.display=='none' ? '' : 'none'
}