var fDesc=new Array(); fDesc[0] = "Store sessions for Internet Explorer browser at Amazon S3 Service or locally. Now BaoBau™ IESessions supports Amazon S3 Storage, Internet Explorer 6 and Internet Explorer 7 browsers and serves as a convenient alternative to the Internet Explorer Favorites that can save your browser sessions for future use. If you are doing long research on the Internet and want to change your location just save sessions to a file and send it by e-mail, put it into the memory stick or export to Amazon S3 storage, and with a few clicks of the mouse you will be able to restore them instantly at any time later."; 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 = ''; } }