document.writeln('<textarea id="txt57_id" name="txt57" readonly style="width:350px;height:100px;background-color:#ffffff;color:#330000;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 BR-1319-AS universal mounting brackets are used for mounting the 6120 & 6130 series light curtains and mirror assemblies. These brackets are applicable 95% of the time. A standard bracket assembly includes one 36 inch weld post bracket, two nut plate C-clamp mounting blocks (used for mounting of the safety light curtain and or mirror assembly to the weld post) and one mounting base swivel block (used for mounting the weld post bracket to the press or machine frame).\n\nThe weld post brackets are designed using heavy gauge CRS tubing. Double tube horizontal supports at the bottom of the bracket assembly reduce vibration effects. The Heavy-duty mounting swivel blocks have been designed and are fabricated using one inch steel for maximum strength and offers simple installation and alignment capability.\n\nThe outward distance from the swivel-mounting block to the vertical mounting post is set at 12 inches this will typically accommodate a maximum stop-time of 190 milliseconds. Greater stop-time values will require alternative mounting positioning of the bracket assembly to the press or machine frame.\n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt57_id").value="";
        document.getElementById("txt57_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt57_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);
