'); var s=document.Q.tDiagnosis.value; start=0; pos=0; while (true) { pr.document.write ('
'); pos=s.indexOf('\r\n',start); if (pos!=-1) pr.document.write (s.substring(start,pos)); else { pr.document.write (s.substring(start,s.length)); break; } pr.document.write ('
'); start=pos+2; if (start>=s.length) break; } pr.document.write ('