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

var t=125,restart=0;
var dt=t*0;
var s="The KTI 6120 & 6130 series Safety Light Curtains when used alone can only protect one side of a press or machine. However, some application may require additional sides to be guarded. Refer to Fig-1 for two side guarding configuration. For additional sides auxiliary mirrors are added to redirect the safety beam. Note a 10% energy loss per mirror should be considered when determining perimeter-guarding area. Example the KTI 6120 series safety light curtain has a maximum scanning range of 70ft using one mirror (10% loss) the new maximum range would be 63ft.";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt56_id").value="";
        document.getElementById("txt56_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt56_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);
