var fDesc=new Array(); fDesc[0] = "The HandHeld is a versatile professional audio recorder capable of recording in many different modes, with a number of input sources. To prevent the daily user from having to go through all these rather technical details, Maycom introduced the profile. A profile is basically a configurable preset that can be personalized. On the HandHeld it is possible to change only a few settings that relate to the day to day settings. All other settings are entered via a profile, which is created by the configuration editor. The configuration editor is a separate program that runs on a Windows PC.
The profile information is stored on the HandHeld via the USB cable or by placing the compact flash card in a reader. It is possible to store 30 different profiles on a compact flash card. The user can select up to 30 profiles by using the main menu of the HandHeld. If a HandHeld is used for the first time, there are 6 factory defaults to choose from."; 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 = ''; } }