function show_groups(g){
(getElementById(g)).style.display = 'inline';
return 1;
}

function hide_groups(g){
(getElementById(g)).style.display = 'none';
return 1;
}
