var fDesc=new Array(); fDesc[0] = "AVmixer Pro has proven to be a professional VJ tool for mixing live visuals at concerts, dance parties, and special events.
"AVmixer Pro is a simple software to use, which is the key to its success! It's a pleasure because of the simple interface, not to say it's not powerful, through its various design stages it's increased with power and stability each time.""; 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 = ''; } }