var fDesc=new Array(); fDesc[0] = "Full Screen Web Image Viewer is a very easy to use program which integrates itself to the Internet Explorer and Firefox context menu ie the right click menu. After installing it, while surfing you can right click any image and choose full screen options. The options include full screen best fit which will try to show the image as large as possible without affecting its height-width ratio, stretch fit which will fit the image to the screen without worrying about height width ratio, Cut fit which will cut the image so that height width ratio becomes equal to the screen height-width ratio and hence will show image in fullscreen."; 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 = ''; } }