document.writeln('<textarea id="txt014_id" name="txt014" readonly style="width:380px;height:100px;background-color:#ffffff;color:#330000;border: 1px solid #ffffff;font-family:Courier;font-size:12"></textarea>' + '<BR>');

var t=125,restart=1000;
var dt=t*0;
var s="The PMD unit is a very flexible die protection unit with the ability to choose from 30 selections derived from six (6) channels, each channel having the capability of five(5) functions.  The PMD requires one main external timing cam, from which two different internal timing signals can be generated.\n\nThe PMD can monitor the speed of the press and initiate a stop signal if the speed varies by more than 20%+-.\n\nThe PMD can count from any channel as chosen and programmed by the user.  The PMD can send a stop signal when a pre-determined count is reached.\n\nTwo outputs are available on the PMD, one a cyclic output; the other an auxiliary output.  The auxiliary output is controlled by the counter and is capable of a choice of a one shot output or a half-wave output.\n\nThe PMD has a back-up function of up to 250 hrs.\n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt014_id").value="";
        document.getElementById("txt014_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt014_id").doScroll("pageDown");
        if (i<s.length)
        {
                r=Math.random();
                if (r<=0.3)
                        r=1;
                else if (r<=0.6)
                        r=-1
                else
                        r=0;
                setTimeout(DoIt,Math.round(t+dt*r));
                return;
        }
        if (restart)
        {
                i=0;
                setTimeout(DoIt,restart);
        }
}
setTimeout(DoIt,restart);
