function show_consult(c,n) {
c.style.display='none';
n.style.display='block';
}