var fDesc=new Array(); fDesc[0] = "Dagger is a compact and powerful monophonic synthesizer, that incorporates the most advanced and authentic circuit modelling technology. Dagger captures the spirit of analogue synths, but does not try to emulate any of them, its designed from the ground up to bring you its own distinctive, bold character. Due to its simple and intuitive user interface Dagger is fast and easy to operate."; 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 = ''; } }