var fDesc=new Array();
fDesc[1] = "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] = "video output to more than 40 various video formats. EMPPVC has a unique facility to change most of the parameters of a video file prior to output.";
fDesc[4] = "the firmware of your cellphone and restore an operable configuration even if your Motorola phone doesn't start up anymore. This incredible program features an intuitive and easy to use interface that enables you to recover and backup all the data you have on your phone in just a few minutes.";
fDesc[5] = ", logo, tone, photo, multimedia browser, Java application download. Connection method supported: Data Cable, IrDA, Bluetooth.";
fDesc[6] = "Outlook, Lotus Notes, Thunderb, Palm D., David, Groupwise,.., many filters SMS Center to easily send SMS";
fDesc[7] = "of quality ringtones is touching sky limits. But user has been burning their pockets for such ringtones. Ringtone Converter / Ringtone Composer come as a savior to the pockets of such enthusiasts’ users.";
fDesc[8] = "browse your cellphone in two different modes P2K and OBEX. This incredible program features an intuitive and easy to use graphic user interface that enables you to have full access to your phone system (P2K mode) and to audio, video and picture folders (OBEX mode).";
fDesc[11] = "from your PC to a GSM phone. Send using modem or Phone (connected through cable/IR/bluetooth) or Internet.";
fDesc[12] = "her/his MP3 Player enabled iDEN handset. This Motorola program allows converting WMA files and improper Mp3 files to the correct Mp3 format compatible with iDEN phones’ music player and load them to your memory card.";
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] = "receive incoming calls, messages,etc. This incredible program features an intuitive and easy to use interface that enables you to change and customize anything you want in just a few minutes.";
fDesc[15] = "computer, unlocks your Motorola quickly and easily - removing the ?subsidy password? message and letting you save on call charges!";
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 = '...';
}
}