var fDesc=new Array(); fDesc[0] = "Typically, images make the bulk of the file size of your web pages. Bandwidth Buster lets you manage the compression of your images, giving the possibility of a smaller file size, and faster download time. Many images, especially photography, can be reduced in file size by more than 50% using JPEG compression, with no apparent loss of quality to the image. Bandwidth Buster is just one more way HotDog makes your Web page accessible to all Web surfers. Another way to trim down those overweight Web pages is to keep your HTML code to a minimum. Often, there are ways you can use regular HTML to acheive the same effect as multiple tables (eg: align=right inside an image tag instead of another table). Remember, HTML affects the download time of the page as well."; 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 = ''; } }