##
my $radio_search=param("radio_search");
if ($radio_search eq "All_of_Lehman") {
&search_all();
} elsif ($radio_search eq "test") {
&search_group();
} else {
print "$radio_search - test
";
print "
Error:
";
print "
You need to specified if you want to search the entire intranet or the current group";
print "
Back";
exit();
}