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

var t=125,restart=0;
var dt=t*0;
var s="The CM-1805-AS solid state air clutch / brake control module is a self contained sub-panel assembly. The unit was designed to help endusers up-grade their existing press control to help meet O.S.H.A & ANSI Regulation requirements. \n\n\nThe concept behind the CM-1805-AS is to allow manufacturing end-users the ability to retro-fit their current press control system where by utilizing as much of their current control components such as, switches, indicator lights, enclosure, motor starters etc. The module is supplied on a 30H x 24W sub-panel and the units physical dimensions are 14L x 12W.\n\nThis small design is essentially a complete dual logic press control incorporating all required operating logic, press control functions and safety features required to help meet Federal Regulations. The system comes standard with an operator display message center to indicate the control status, over 75 messages inform the operator of critical fault conditions, control status conditions and step by step press starting procedures. The system includes a detailed operator user-installation manual and is backed by a full one-year manufacture warranty.\n\n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt514_id").value="";
        document.getElementById("txt514_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt514_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);
