var fDesc=new Array(); fDesc[1] = "processing software like Photoshop that make performing the most basic image editing tasks a headache. Get Advanced Batch Converter!"; fDesc[2] = "mobile content creation and management applications that gives you the ability to create and send ringtones, wallpapers, MP3's, polyphonic ringtones, video, animations, docs, etc. The content you create can then be sent by WAP, Bluetooth or Infrared."; fDesc[3] = "Picture Messages. SMS-it! supports Caller Group Graphic, Operator Logo, Ringtones and Flash SMS. It also supports downloading of WAP content, e.g. to download polyphonic ringtones."; fDesc[4] = "allows you to use the mobile Internet services you would use on your phone's built-in browser."; fDesc[5] = "pocket PC's / Palm devices. The webcam can also be viewed on a standard pc."; fDesc[6] = "you would use the mobile Internet services on built-in browser of a smartphone."; fDesc[7] = "SMS messages are sent from your own number. The software has a COM interface for automatic SMS processing."; fDesc[8] = "Application Services as easy to use and understand as if you were using your normal web browser. It reads wml both over the internet (HTTP..."; fDesc[9] = "special. It allows you to upload games, music, MIDI, MP3, graphics, video and themes to the phone via WAP."; fDesc[10] = "data. No coding. No special knowledge is required."; fDesc[11] = "even communicate small pieces of textual information. The SyncNotes System consists of a desktop software that allows you to put up virtual sticky notes on your screen, a web based system that synchronizes all notes from your PC(s) and a WAP based interface to view and add notes when you are on the go. The SyncNotes Desktop Client: The SyncNotes client is a windows application that allows you to create and manage notes on your desktop computer. The online notes and the local notes store are synchronized periodically every time your computer connects to the Internet. You can put up notes on your desktop, make them stay always on top so that you don't forget your important reminders; you can even make the notes translucent! The NoteBox: The NoteBox is where all your notes are stored online, allowing you to the synchronized notes using any web browser just by accessing your SyncNotes.com..."; fDesc[12] = "validates XML syntax, allows to view source code of the document, gives access to HTTP headers and query."; fDesc[13] = "support. Detection of motion and notification: SMS, email, FTP, voice. Interaction with USB cameras and TV tuner cards. User friendly."; fDesc[14] = "Unicode Supported languages using GSM modems/mobile phones connected to serial port via data cable, bluetooth or infrared."; fDesc[15] = "(dial-up / WLAN / LAN etc). WinWAP makes WAP browsing quick and easy."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }