var fDesc=new Array(); fDesc[0] = "Avolites Personality Builder helps you to create a functional personality file for Diamond 4 and Titan as quickly as possible. Expand an attribute from the Properties Pane so that all the functions it contains are visible. Right click on the function that you wish set as the locate value, select ‘Locate’, then (in the case of an attribute range, such as ‘Speed’) select a locate value."; 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 = ''; } }