var id,pause=0,position=0;function imascroller() {	/*        // variables declaration        var i,k,msg="Outdoor Concert Food and Drink Solutions - Indoor Venue Food and Drink Solutions -  Hospitality - Restaurants - Cappuccino, Juice and Tea Concept Carts - Fixed and Mobile Bar Solutions - Exhibition Catering and Stand Orders - VIP Backstage Food and Drink Solutions - ";        // increase msg        k=(150/msg.length)+1;        for(i=0;i<=k;i++) msg+=" "+msg;        // show it to the window        document.form2.imascroller.value=msg.substring(position,position+250);        // set new position        if(position++==250) position=0;        // repeat at entered speed        id=setTimeout("imascroller()",100);                startList();        */        }