var fDesc=new Array(); fDesc[0] = "CD PORTAL is designed to create a special autorun program, which should be included on the CD ROM's you are designing.
CD PORTAL will generate all the needed files and help you to design your CD's in a proper and professional way.
The autorun program will create a special welcome-window, from which you can execute other programs and functions on your CD's."; 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 = ''; } }