document.writeln('<textarea id="txt016_id" name="txt016" readonly style="width:450px;height:100px;background-color:#ffffff;color:#330000;border: 1px solid #ffffff;font-family:Arial;font-size:10"></textarea>' + '<BR>');

var t=125,restart=1000;
var dt=t*0;
var s="The IMC-24B is a stand-alone   END- OF- STOCK &  MALFUNCTION  DETECTION  \nsystem.   \n\nIn the RUN mode  of operation the unit will detect an end of stock condition and stop the press.  \n\nIn  the BY-PASS mode  of  operation  the  unit  will allow  the  press to operate providing that there is no material present at the end of  material  infeed sensor, or the normally open malfunction  input.  \n\nThe normally open malfunction  input provides the  added feature of detecting static events. \n\nThe N/O malfunction  input  can  be applied to a variety of different applications, Buckling. Pilot position or part bin full detection. \n\nThe stopping action of press is selectable for normally open malfunction errors by-way of a\nTop-Stop / E-Stop selection switch on the control face plate.\n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt016_id").value="";
        document.getElementById("txt016_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt016_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);
