var fDesc=new Array();
fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[2] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access.";
fDesc[3] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy.";
fDesc[4] = "asx,rm,ra,rmvb,ram,smi l,smi,rpm,mov,flv,pls, m3u,and video and audio, enabling you to download movies, music and capture streaming video and audio,record radio from Internet. HiDownload also offers a built-in Broadcast Manager. In addition, it provides all the standard features of a download manager, including scheduling, drop basket, download history, clipboard monitoring, download categories as well as zip preview and more. Main Features: Accelerated Downloads: By splitting the files into several parts and downloading them at the same time you save time. Support multi-protocols: HTTP, FTP, MMS, MMSU, MMST, RTSP, PNM Download all streams files: wmv,wma,asf, asx,rm,ra,rmvb,ram,smi l,smi,rpm,mov,flv,pls, m3u,and more Support rapidshare, megaupload and other similar sites(Premium Account) Download Streaming Video and Record Streaming Audio All the popular streaming formats are supported, including: Windows Media™(wmv, asf, wma, asx, ...)...";
fDesc[5] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[6] = "and then load them in your phone that supports MMS for further use. You can then download the templates directly to your phone using any of the following connections that are applicable for your phone: Cable, Infrared or Bluetooth connection.";
fDesc[7] = "connect devices and smoothly manage their content on PC using a well-organized interface. OxyCube - the compelling replacement of PC Suite.";
fDesc[8] = "broadcast through Internet, such as videos and music. The program supports downloads through HTTP, FTP, RTSP, MMS, MMSU and MMST. You will be able to record streaming media while browsing the Internet.";
fDesc[9] = "edit, organize, add templates, and export them to any portable device. Portable Offline Browser has been updated and improved, several bugs have been fixed, other options have been disabled, and new features added.";
fDesc[10] = "of a cellphone from a PC. You can organize your phonebook, events and tasks, gallery, send or receive SMS and MMS and much more.";
fDesc[11] = "stability is not so high and we can’t entrust important data to these devices. Besides, using Backup program you can make backups, for example, just to transfer data from one device to another or for synchronization.";
fDesc[12] = "ActiveXperts SMS and MMS Toolkit for the same. You can also directly use this toolkit to send and receive SMS and MMS. It is also able to deliver ringtones, pictures and WAP etc. To deliver your messages or content it gives you a wide variety of options for full flexibility.";
fDesc[13] = "utilities such as synchronizing contacts and calendar between your cell phone and your computer is fully compatible with MS Outlook and MS Outlook Express.";
fDesc[14] = "(GPRS Modems), MM4 (MMS over SMTP) and MM7 (MMS over XML/SOAP). Samples included for VB, VC/C++, VB .NET, VC# .NET, ASP, ASP .NET, Java, PHP.";
fDesc[15] = "functions. Simply connecting your mobile phone or GPRS/GSM modem to your PC, MOZAT M2U enables you to send bulk MMS/SMS from PC to phone.";
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 = '...';
}
}