var fDesc=new Array(); fDesc[0] = "Curemo requires Windows XP or Vista. For PocketPC support Windows Mobile 5 or newer is required. Currently Curemo supports Cubase SL/SX 3, Cubase (Studio) 4 and Cubase (Studio) 5. 32-bit and 64-bit versions of Windows and Cubase are natively supported. Nuendo is not officially supported, but may also work."; 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 = ''; } }