var fDesc=new Array(); fDesc[0] = "Flipper Graph ASP communicates your data to clients, investors and web users with dramatic, eye-catching graphs. A server side component, Flipper Graph ASP is truly cross platform and cross browser. Simply export your graphs to GIF, transparent GIF, or PNG format and display it on a web page. Graph images can be saved to disk or streamed out directly to the browser. Add impact with tooltips and the ability to drill down with imagemap clicks."; 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 = ''; } }