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

var t=125,restart=1000;
var dt=t*0;
var s="The BM-2198-AS Brake Monitor is a microprocessor-controlled device, designed to measure press brake wear over time. \n\nIt is designed to inhibit the press in the event excessive slippage is detected. It is designed to operate independently from any existing controls. This give the BM-2198-AS two main attributes, it can be installed or retro-fitted onto a part revolution positive clutch, and secondly, it can halt the press even if the primary controls fail. \n\nThe BM-2198-AS meets or exceeds control design and control reliability standards of OSHA 1910.217 paragraph (b)(14) regarding Brake System Monitoring.\n\nIn addition to this primary function, the BM-2198-AS is capable of detecting and performing several other press fault conditions. \n\nIt can easily be programmed or tested entirely from the front panel by a keyed authority.\n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt510_id").value="";
        document.getElementById("txt510_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt510_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);
