var fDesc=new Array(); fDesc[0] = "Auto Site Visitor is a proxy website visitor that allows you to visit websites automatically from different country and different IP. The program first downloads proxy list from online server, so the user do not need to collect and update regularly their proxy list. Also proxy visit do not change PC proxy settings, so the user will be able to use internet with out any problem and from his own IP address."; 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 = ''; } }