var fDesc=new Array();
fDesc[1] = "of monophonic audio files (from, for example, singers, wind or string instruments) and offers the opportunity to change whole melodies in a way only previously possible at MIDI-Level.Melodyne is able to change the musical parameters of voices or instruments without any actual influence on the character of the recording. Melodyne extracts the pitch and the rhythm, and provides an area in which to play with the audio material. Any change in this material is interpreted by the software in a musically intelligent manner and the result will always sound natural. Working with Melodyne is as easy as editing notes with MIDI.";
fDesc[2] = "to sing with Voices Songrecording of the songs in digital format Song selection by number especially for TV Tecnology ColorStart and Microsoft DirectX";
fDesc[3] = "as or better than the discs you sing along with at your karaoke events! Tracks created with Karaoke Builder Studio will play in any karaoke CD+G machine. Karaoke hosts can create their own tracks, singers can bring along their own songs, and professionals can (and are) using Karaoke Builder Studio to master their own commercial-quality CD+G discs.";
fDesc[4] = "show! Siglos Karaoke Professional will make your shows better and easier to run.";
fDesc[5] = "How is this possible you may be asking? The data that you have searched for is retrieved by freedb.org. This is one of the World's largest musical CDs databases available.";
fDesc[6] = "monitor on fire. You will be able to watch this beautiful lady wearing very revealing outfits, bikinis and lingerie. Add some very provocative poses and you are ready to call the fire department for some help.";
fDesc[7] = "you enjoy this gorgeous actress in the comfort of your living or at your office. You will be able to see her wearing some very revealing clothes, including tight fitting bikinis, lingerie, and even some partial nudity.";
fDesc[8] = "her before. You will be able to see her dressed in very revealing outfits that enhance her beauty and her sensuality. By the way the screen saver has many configurable options.";
fDesc[9] = "as well. This free screensaver features Rihanna scantily clad in lots of different outfits and poses.";
fDesc[10] = "will show you this gorgeous woman in photos that you might have never imagined. She will be wearing very revealing outfits, sexy bikinis and suggestive lingerie, in many provocative poses. Each image will leave you wanting more.";
fDesc[11] = "magazines. We feature Scarlett's ample assets here in loads of bikini, lingerie and implied nude images.";
fDesc[12] = "really make you enjoy sitting in front of your computer. You will be able to see this beautiful woman in all her splendor. If you are looking for nude pictures or even porn, go and look somewhere else. This screensaver is pure sensuality.";
fDesc[13] = "and also music files. There is also an inbuilt que-system which tries to divide the songs between the singers and a...";
fDesc[14] = "features Kate provocatively posed in bikinis, lingerie and other revealing outfits and poses, including implied nudity.";
fDesc[15] = "Evangeline in 26 full size, high resolution photos posed in many different provocative outfits and poses, including tight fitting bikinis and lingerie";
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 = '...';
}
}