function show_form(email) {
    if(email) {
        openbox('',1);
    }
}

