var fDesc=new Array();
fDesc[1] = "formats.With All Converter,you can convert MP3 to WAV,MP3 to WMA, MP3 to OGG,MP3 to VQF, WAV to MP3,WAV to WMA,WAV to OGG,...";
fDesc[2] = "WYSIWYG mode, with little HTML knowledge or experience. You can build your pages dragging and dropping images or text until you get the desired look. Then you can upload them to your Website.";
fDesc[3] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[5] = "enhancing it with stylish fonts that can be created with this exclusive tool. This economical tool is enhanced with a simple interface which includes the following options: preview pane, enter sample text pane, tags pane, fonts selection pane, and effects pane.";
fDesc[6] = "template based web developers, because everyone uses menus and buttons on the sites. But creating Menus and buttons from scratch by using web programming languages and graphics tools is a lot of time consuming task.";
fDesc[7] = ", streaming audio, mic input, line input, QuickTime, Real Player, flash, games, CDs or DVDs to MP3, WAV, OGG or WMA format, that you can use to save that content to digital format, in order to play them on digital devices, or store them in CDs, DVDs, Blu-Ray or HD-DVDs.";
fDesc[8] = "It is ideal for artists working on detailed and pixel precise graphics as required for mobile systems or hand held video game consoles. It is also very useful to create light weight graphics for the web or Macromedia Flash applications.";
fDesc[9] = "BMP format. Sounds are saved in MP3 and WAV format. Has a set of advanced tools.";
fDesc[10] = "recommend that you take a glance at Fresh Flash Catalog. It is a versatile application with a lot of features that will let you create impressive catalogs, e-books, e-magazines, and electronic publications for you to publish on your website or distribute as standalone executable files.";
fDesc[11] = ", but also spherical panorama and cubics. It runs stably with high refreshing. Some of the outstanding features of this version: Publish high resolution panorama in Flash. Offer HDR solution to resolve over exposure and under exposure problem. Support creation of HDR image and converting HDR to LDR image. Right click stitching without opening Panoweaver. Stitching from Camera Raw file is supported. Stitching of 16 bit images is supported. Support stitching of two full circular fisheye images captured in vertical direction Support unwrapping of single fisheye image (including both vertical and horizontal shooting). Support Raynox lens. Support wide angle zoom lens. Batch stitch groups of images (For Panoweaver 5.00 Batch only). Project is added for users to save and resume unfinished panorama. Add Navigation Chart in Image Show Area.";
fDesc[12] = "a safe manner. Strong information encryption. Creates post it reminder notes. Built-in random password generator.";
fDesc[13] = "many of the most common vide files such as AVI, MPEG, RM, MP3, WMV, or Flash. It can simulate a 5.1 surround system with DTS. It has background playing movie, so you can work and watch at the same time.";
fDesc[14] = ", you will be able to capture the source code of any ActionScript, save it in a text file. It is a multiplatform application which will include Linux soon.";
fDesc[15] = "this program you will see a special icon in the system tray. Just click this icon and you will see a multifunctional menu. Here you can place links to your favorite web sites, shortcuts for a quick launching of applications.";
fDesc[16] = "amount of time without any quality loss. Using this application, you will be able to convert your files so that you can publish video files into any web page in the most popular format on the Internet.";
fDesc[17] = "time without losing any of the original video files' quality. The program supports MOV, AVI, WMV, ASF, 3GP, VOB, MPG and many more formats. iOrgSoft FLV Converter 1.6 can also be used to capture pictures from different video formats. The images you take will be saved as JPEG files.";
fDesc[18] = "the URL YouTube videos (Flash video/FLV) to the program, and then you may modify them to Zune compatible file formats, and upload on your Zune.";
fDesc[19] = "different words related to concepts from a dictionary. Flash cards are also available to display the key concepts. The “exam” option allows us to test ourselves in regards to our memory.";
fDesc[20] = "program enables you to extract audio from SWF files so that you can listen to them whenever you want. Once you have converted the files with this software, you are going to be able to extract the files to any portable player of your choice.";
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 = '...';
}
}