var fDesc=new Array(); fDesc[0] = "Analog Factory is a powerful, yet extremely easy to use virtual instrument. Loaded with 3500 legendary sounds (instead of 2000 in the first version) carefully selected from the Arturia Classic Synths, Analog Factory provides the contemporary musician with a broad, versatile and instantly striking sonic palette. It is also a very versatile instrument: all sounds are dramatically modifiable, which makes this software stand apart from any sample-based collection of sounds."; 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 = ''; } }