document.writeln('<textarea id="txt025_id" name="txt025" readonly style="width:450px;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 SW-1220-AS proximity sensor is designed to operate with the KTI AutoMic, Weldotron Micro-Scan and the Weldotron Die-Pro non-contact shut height-monitoring systems. \n\nDesigned for operating speed of up to 2500 SPM the SW-1220-AS is a cost effective, readily available high frequency die sensor. ";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt025_id").value="";
        document.getElementById("txt025_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt025_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);
