var fDesc=new Array(); fDesc[0] = "Choose which download you wish, either the US or UK keyboard layout. Download and unzip the zip file to an easy-to-remember location on your hard drive (if you are uncertain what to do with a .zip file, see Decompression Utilities, Downloading & Installation Tips). Installation instructions and the keyboard layout are available in the IPA Unicode 5.1 (ver 1.2) MSK.pdf. If you installed IPA (Custom) 1.0 keyboard you must follow the uninstall instructions and reboot your computer before you install this keyboard."; 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 = ''; } }