var fDesc=new Array();
fDesc[1] = "(typically a scanned document page) and creates editable text from it. The re-creation of the documents is done in perfect formatting and the converted documents look exactly like the original.";
fDesc[2] = "Big Fish client. This program, once installed, will download the rest of the game from the Big Fish servers. The total size of the game is 119.31 Mb.";
fDesc[3] = "GSM modems, SMPP service centers, POP3 and SMTP. Use API to process messages and to generate new messages using queries.";
fDesc[4] = "experience. the player displays designated dynamic online content. Lyrics, Images, Flash Apps, Animated chords, Karaoke, Video Clips and more...";
fDesc[5] = "events and services such as SMS Voting, SMS TV chat, SMS Info, SMS Survey, SMS Quiz, etc. Visit www.codesegment.com for more.";
fDesc[6] = "the line becomes free. You can redial on ring signals too. This is useful for radio contests and call-in television show voting.";
fDesc[7] = "and utilizing mobile phones. You can choose from available script languages to rapidly implement the desired functionality. No special knowledge is required. Your application will work with all phones supported by the MOBILedit! platform. Automatically handle incoming calls, organize an SMS survey, or send out large amounts of advertising SMS messages. With the full power of Windows scripting, implementing any idea is only a few lines of code away! * write your own PC-to-mobile phone solutions * no compiling, just connect a phone, write script and run it * write scripts in Java, Visual Basic, Python, Ruby, PHP, Tcl and others * compatibility with all phones supported by MOBILedit! platform * no specific knowledge about mobile phones needed * write powerful solutions connected to SQL databases * connect and control many phones at once * build your own voting systems, messaging...";
fDesc[10] = "instantly online. No CGI bin. No MySQL. Unlimited use.";
fDesc[11] = "digital cameras and webmasters for picture proceeding / picture presentation.";
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 = '...';
}
}