var fDesc=new Array();
fDesc[0] = "Swift Pro is the ultimate Karaoke Hosting Solution for users who wish to command the show using Audio and Karaoke. Host any DJ or KJ show at the click of a mouse pointer. Bring the Power of CD G, CD-Audio, Karaoke Media Files (Audio G), Audio files, and Video Sources (Cameras, DV) into one program.
Main features:
- Remote Request Tool
- Auto Gain Control (Maintains 0dB to 4dB)
- Master Pitch and Tempo
- Large Preview Monitors (You see what's playing)
- Play Direct CD G Discs
- CDG Background Image Rotation
- Independent Picture Slideshow
- Audio Visualizations
- Playlist Scheduler
- Lighting Controls
- DMX Ready (requires SCRAMDMX Modules)";
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 = '';
}
}