<!-- Beginning of JavaScript Applet -------------------



/* Copyright (C)1996 Web Integration Systems, Inc. DBA Websys, Inc.

   All Rights Reserved.

   This applet can be re-used or modified, if credit is given in

   the source code.



   We will not be held responsible for any unwanted effects due to the

   usage of this applet or any derivative.  No warrantees for usability

   for any specific application are given or implied.



   Chris Skinner, January 30th, 1996.

*/



function scrollit_r2l(seed,number)

{

        var pop=

        "We do not just analayze your problem, we solve it to optimality and to your satification!"

        ;

        var msg=

        "Your partner in business optimization, supply chain management and mathematical optimization. "

;

        var out = "MaBOS   ";

        var c   = 1;

        var timeout=120;

        var time=30;

        if (seed > msg.length) {

                for (c=0 ; c < seed-msg.length ; c++) {

                        out+=" ";

                }

                out+=msg;

                seed--;

                var cmd="scrollit_r2l(" + seed + ")";

                    window.status=out;

                timerTwo=window.setTimeout(cmd,timeout);

        }

        else 

         {

                if (seed > 0) {

                        out+=msg.substring(msg.length-seed,msg.length);

                        seed--;

                        var cmd="scrollit_r2l(" + seed + ")";

                        window.status=out;

                        timerTwo=window.setTimeout(cmd,timeout);

                }

                else {

                        window.status=out+pop;

                        seed--;

                        if (seed<=-time)

                        {

                          timerTwo=window.setTimeout("scrollit_r2l(200)",timeout);

                          }

                        else

                        {

                          var cmd="scrollit_r2l(" + seed + ")"

                          timerTwo=window.setTimeout(cmd,timeout);

                          }

                }

        }

}





// -- End of JavaScript code -------------- -->