var fDesc=new Array();
fDesc[1] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor.";
fDesc[2] = "text editors etc and works faster than server side checking. Moreover it provides useful spelling suggestions allowing you to add and remove personal word.";
fDesc[3] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album.";
fDesc[4] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[5] = "easy to use. There are not much confusing stuff that only professional audio editors need. We can easily record audio from any input source like microphone. The memory requirements are less and the program is quite fast in encoding and decoding. noise reduction, audio enhancements are features.";
fDesc[6] = "software was designed for Java programmers: both for beginners and for professionals. The interface is much similar to Microsoft Visual Studio. As compared with other Java-based editors, JCreator doesn’t include unnecessary features, but the ones you will use every time.";
fDesc[7] = "makes it better than other editors in its group. It is supported on Windows family operating systems. It supports many programming languages to serve the needs of programmers.";
fDesc[8] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists.";
fDesc[9] = "small pieces or merge multiple audio files into one large file. You can import multiple audio files of MP3, WMA, WAV, OGG and AIFF formats and merge them all to create a large MP3 file or use the splitter tool to split any MP3, WAV file into small pieces of audio.";
fDesc[10] = "ways: HTML code, design graphical view and a true preview of the document in a built-in browser style or on a true browser. It offers three add-ons tools, divided in categories and displayed on tags, to create Java, Javascript, or DHTML buttons, menus, banners and effects.";
fDesc[11] = "(reducing drastically the learning curve). It's intended to enhance a photo quality (remove scratchs, dust, and more), or eliminate unnecesary / indecired objects.";
fDesc[12] = "Code Editor. Without worries, our HTML Editor has set the standard since 1996.";
fDesc[13] = "and then allows you to explore them through the built-in Image Browser. It is possible to view your images in full screen, even using an automatic slideshow, with more than 80 transition effects.";
fDesc[14] = "3D animation. Users can find here pre-made 3D figures, and also everything they need to create their living environment – clothing, landscapes and more. Also there is a large library of movement, mimics, which you can apply to your characters.";
fDesc[15] = "Management Studio(SSMS),VS2003/20 05,Toad and common editors such as UltraEdit. Besides beautify the SQL";
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 = '...';
}
}