var fDesc=new Array(); fDesc[0] = "WPanorama allows you to display panoramic pictures by letting them scroll horizontally or vertically on the screen. You can use this software to view the 360 degree Swiss panorama included with the program or your own pictures in .jpg or .bmp format. It features automatic scrolling, full screen view, mirror function, screen saver, background music, and multi-monitor support."; 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 = ''; } }