var fDesc=new Array(); fDesc[0] = "Multiquence 2.55.0.0 is a complete video and audio editor.

You can merge in a single file sounds and video coming from different sources.

You can use any saved file or use the program to capture audio or video from your computer.

You can use an unlimited number of tracks to include music, sound effects, recorded speech, images or videos to your project.

The program has master volume, track volume, Mute and Solo controls.

Multiquence allows you to edit the whole project by using commands such as Undo, Copy, Mute, Trim, Split and Delete.

It´s possible to move sections using drag and drop, grouping sections.

The audio effects include Flange, Equalizer, Fade and Panning,

The program provides support for DirectX Audio plug-in, Video Effects, digital audio, CD audio, MIDI, video, and images.

You can zoom in the desired section for accurate positioning. You can view waveform and video display within sections.

You can configure the playback rate, save the resulting file as an audio file (WAV or MP3) or as a video file (AVI, WMV or MOV).."; 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 = ''; } }