document.writeln('<textarea id="txt017_id" name="txt017" readonly style="width:420px;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  Micro-EZ-Set  is a  stand  alone  3  STATION  MICRO - PROCESSOR  BASE  MALFUNCTION\nDETECTION system.  The unit incorporates the latest technology in  micro-processor  based   monitoring techniques, while offering these capabilities in a simple easy  to understand  and  operate conventional  manner.  The unit is capable of detecting up to 3  separate  cyclic  events. \n  \nEach  of  these  event  stations \nfunction off  one main timing signal/cam switch  (not supplied). As the press rotates and the timing signal comes on, each event station  must separately  receive an  input  from  some  form of  field  sensor  within  the on  portion of the main timing signal.  If the signal fails to occur then the  Micro-EZ-Set will  shut \nthe  press down. \n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt017_id").value="";
        document.getElementById("txt017_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt017_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);
