var fDesc=new Array(); fDesc[0] = "IE Quick Saver help you to save the web page into the format you want with a mouse click. Normaly in IE when you want save a web page, you should click the menu File -> Save as , and after a dialog come out, you choose the file format you want , finally you click the Ok button. Each time when you save a page, each time you do it. How borning it is! With IE quick saver, things changed a lot! Just Click Mht or All or Htm, Txt button on the toolband of IE, you can save the web page in what format you want. This software will save you a lot time. Please visit http://forusoftware.com/iequicksaver.htm for detail and try it."; 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 = ''; } }