var fDesc=new Array(); fDesc[0] = "smARTupdate is an application on your PC which automatically notifies you when updates are available for your registered Skyscape products.

Skyscape's SmartUpdate is an application on your PC which automatically notifies you when updates are available for your registered Skyscape products or when new free products are available.

You can tell SmartUpdate to automatically update your PDA when updates are available or to just simply notify you so you can update at your convenience.

You can install this version of SmartUpdate if you've changed computers, want the latest version of smARTupdate or want to have SmartUpdate on a second PC."; 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 = ''; } }