var fDesc=new Array(); fDesc[0] = "This software is only compatible for units with a serial number beginning with N37H and will only work with Windows 2K, Windows XP and Windows Vista operating systems.
Once the installer is downloaded you may receive a warning message advising that 'the publisher could not be verified' with the options of 'Run' or 'Don't Run'. Select 'Run'."; 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 = ''; } }