}
else if (text.equals(Contents.online_choices[2]))
{ //sms
if (currentjid.phone != null && !currentjid.phone.equals(""))
{
SMSThread sms = new SMSThread(currentjid.phone, this);
sms.setText("Hello " + currentjid.getUsername() + "! " + Datas.jid.getUsername() + " wants to chat with you..");
sms.start();
}
else
{ //set the number
internal_state = ROSTER_DETAILS;
Dialog.show("", Contents.noSavedPhone,null,Dialog.TYPE_WARNING,null,3000/*, getGuiRosterItem()*/);