var fDesc=new Array(); fDesc[0] = "New to version 2.0.3.8 :
Bug features
Update without unziping first
No longer tell you theres an update when there isn't

Features:
Full use of screen
Fast loading times
Password Protection

Please remember that all the products on this page are projects and they are made free, some features might not work properly and some might take a long time to update and there is no surport apart from the members on the forum."; 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 = ''; } }