var fDesc=new Array(); fDesc[0] = "# Post-Cloning Configuration - Save time and mistakes by not having to manually apply device specific custom settings including unique device naming, IP address, etc. Deploy Anywhere - Leave the image on the SD card. If the user is out of the office all they need do is hard reset the device to trigger a restore. Create Base Images - For each department e.g. Sales, Warehouse or Job role e.g. Doctors, Nurses. Consistency - Helps ensure that Windows Mobile devices remain consistent and compliant with corporate standards from acquisition to disposal"; 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 = ''; } }