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

var t=125,restart=1000;
var dt=t*0;
var s="The DS-4061-AS rotary display utilizes an encoder, which is attached to the crankshaft of the press at a 1-1 ratio. The display will accurately increment one L.E.D for each 10 degrees of rotation. By determining and viewing the pressâs position tooling set-up & troubleshooting time is reduced, material feed angles and determining die protection window requirements are simplified, because it is no longer a judgment in determining the position of the press the 36-segment rotary display provides you the position of the press. ";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt516_id").value="";
        document.getElementById("txt516_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt516_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);
