function openStaff(name) {
    window.open('staff/show.php?name=' + name, '_blank', 'width = 500px, height = 400px, resizable = no, scrollbars = yes'); 
    return false; 
} 