/**
 * Functionality for expanding and collapsing login box
 */
function loginBox() {
        $("#loginBox").toggle();
        return false;
}
