function validate(form,list) { if(list.selectedIndex<0) { alert("Please select someone to send the message to.") return false } else return true } '; $nameTools = get_lang('ComposeMessage'); /* ============================================================================== FUNCTIONS ============================================================================== */ /** * Shows the compose area + a list of users to select from. */ function show_compose_to_any($user_id) { echo '