var fDesc=new Array(); fDesc[0] = "AHD Subtitles Maker is an application that creates subtitles automatically without the need of scripts. Also you can edit subtitles with it using the mouse ! no need to enter numbers, just move the subtitles, stretch them, synchronize them and more..... only with the mouse.

And pluse, you convert between subtitle formats without losing their accuracy.

It is a free comprehensive tool for subtitle editing and creation, with an extensive range of editing options and an impressive list of supported subtitle file formats. Thus, the program allows you to create your own subtitle streams, translate existing ones, or simply change the format of your subtitle file to fit any of the most widely used subtitle editing tools.

The list of editing functions is impressive. You can translate, insert, change, or copy the text of a selected subtitle, and you can move it from one time position to a different one with millisecond precision. You can also empty a subtitle stream from all its texts and replace them with different ones, but preserving original time positions.

It includes an auto encoding detecting feature which help user to choose the right encoding for importing and exporting, also it support all the encodings that your installed Windows® version may support.

AHD Subtitles Maker Supports the most common text-based subtitle formats that can be exported as a single file (but not inside the media file) and can be used in most media players and creation programs. It supports common subtitle formats like Power Divx / DVD Subtitles and more. Also it supports the media files types that your Windows® can support, because it depends on the Windows® media player and its media codec pack that is installed in your system."; 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 = ''; } }