$(document).ready(function() {
 $("#box_login_border").corner();
 $("#box_login").corner();
 
 ShowHide = function(ident) {
  $('#ex_students_data'+ident).slideToggle("fast");
 } 
});
