var fDesc=new Array(); fDesc[0] = "Use the Elvis developer module to build up a new project or change a project. Start the developer module using the Windows start menu.
You will be called to select the directory and edit the name of the project at the create new database dialog. Do not use any special characters for the project name."; 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 = ''; } }