var fDesc=new Array(); fDesc[0] = "This program includes software both for your PC and your Cassiopeia. You must uninstall the old version of PC Connect from your computer before installing this update.

Important! Updating with this program clears all your current PC Connect settings (data synchronization, folder synchronization). If you need any of your current settings, make a note of them before updating. Restart your PC after installing this update."; 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 = ''; } }