function defuze2(msg_id2)
{
msg_id2.style.display=msg_id2.style.display=='none' ? '' : 'none'
}
