var fDesc=new Array(); fDesc[0] = "Our Public Web Browser (PWB) has been met with overwhelming enthusiasm. Starting from humble roots as a simple web browser written to help secure a terminal server, to the browsers current state, PWB continues to grow. Celsus Electronic Document Delivery SystemCelsus was designed to be simple in order to avoid unnecessary file corruption and user file problems. Simply put, Celsus takes a PDF document and copies it to a web or FTP server, and then sends an email with a link to retrieve the document. Celsus does not attempt to manipulate the PDF document in anyway and Celsus uses a simple folder structure to house the documents based on the patron email 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 = ''; } }