var fDesc=new Array(); fDesc[0] = "SMS Control Center allows you to create, send and receive SMS from PC via mobile phone connected to your computer.
You can choose contacts from device, Outlook, favorites, groups or latest used contacts.

You can delete or move messages between folders. All synchronizations runs in background. You will also able to see all your conversations in a special folder.

You can search in current or all folders. Print and print preview the current message.

If you have more than one phone SMS Control Center automatically switches between different profiles when the phone is connected.

You can also set up different rules for incoming SMS. Choose between automatic answer, forward, e-mail, show message in fullscreen, move message to a folder, execute an application with parameters or play a sound."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }