var fDesc=new Array(); fDesc[0] = "CueFire FREE is a professional, versatile audio playback software which is completely free of charge. Using CueFire FREE one may easily configure audio playbacks, save them in project files and fire them at the right moment.

The graphical user interface of the software is adapted to the poor lighting conditions of typical venues. Its clearly structured and high contrast interface makes it easy to get familiar with the software.

The entire playback system consists of the CueFire FREE software itself and an additional Laptop or PC with an integrated soundcard.

Main features:
-Flexible and efficient management of Cues via the Configuration Matrix
-DualModeTechnology ensures high availability and reduces accidental opperation
-CueInformation shows remarks for each Cue
-All of the important functions are accessible through shortcut keys"; 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 = ''; } }