var fDesc=new Array(); fDesc[0] = "The Nemesis Player(Nsp) is much more than any other media player. It allows you to watch your video files collection like any player but also enables you to emulate a "DVD menu" for your videos.

Nsp can be broken down into 3 parts: Scene Editing, Project Settings and the player itself.
In this part you will load the videos into a project. For each file you can define:
A name

The time marks (you can set the beginning and the end of a video. For example, it is very useful to remove the credits of a movie without any physical cutting of the file)

The parameters such as brightness, contrast, hue and saturation
You can also define sub-scenes automatically, for example, it is very useful for a movie in which you want a sequence every 5 minutes. Every sequence created becomes a scene in your menu.
In this part you can create your chapter menu, you will define:
The number of chapter buttons

A background picture

A background music

The scenes to be displayed on the screen

And so much more…
You see your own creation; the player will play every scene. You can easily jump to a specific scene or even sub-scene. When you close the application, it will save your playback in progress to enable you to reopen it the way you have left it."; 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 = ''; } }