var fDesc=new Array(); fDesc[0] = "Convert-It is multimedia and conversion software suite for Windows based PCs.
It allows you to play, convert, access, and burn videos, DVDs, images, documents and audio.
With Convert-It you pay one low price and get access to all 7 products in the suite.

The suite includes the following products.

CD Ripper
A quality application providing easy, stable and fast CD copying to WMA, MP3, MP4, WAV, OGG, and FLAC audio formats.

Image Converter
Convert-It image converter is an easy to use, yet substantial utility for single or batch image, PDF, text and OCR conversion.

Audio Converter
Convert-It audio converter is complete and powerful software that allows you to convert between many audio formats.

Video Converter
Convert-It video converter is a feature rich easy to use single file and batch video converter handling many formats.

Video To DVD Converter
Convert-It Video to DVD is easy to use software that allows you to convert various video formats to a DVD video disk.

Text To MP3 Converter
Convert-It Text To MP3 Speaker uses "Text to Speech" technology and can convert text into an MP3/OGG/WAV audio file.

Radio
Convert-It radio is an easy to use application that provides browsing, playing and recording of over 10,000 internet and local radio stations."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }