function foo()
{
   document.employee.submit();
}
function fool()
{
   document.login.submit();
}
