var fDesc=new Array(); fDesc[0] = "RISING Firewall is a customizable personal information security product designed to protect your computer from attacks while online.
Thsi program can controll and manage programs which accessing to Internet.
It efficiently intercepts malicious intrusion network attacks based on Network Analysis technique of Rising Cloud Security 3.0."; 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 = ''; } }