var fDesc=new Array(); fDesc[0] = "Sync your Favorites
Today most people use the Internet at home, school, work and at other places. The result is often that you have your Favorites spread out across many computers and not always at hand. FavoriteSync solves that problem and will keep all your Favorites in sync. It runs in the background on your computer and detects whenever you make a modification to your Favorites and syncs your Favorites against a central server."; 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 = ''; } }