// ===============================
// =========Parameters============
// ===============================

//width & height of the Scroller in pixels: set to your own;
var mwidth=400;
var mheight=70;

// Background color: could be like: "#ffff00" or "yellow";
var mcolor="#ffffff";
// Background image: "imagename.ext" leave it "" for no image background;
var mbground="";

//border for scrolling area:;
var mborder=0;

//speed in pixels: the higher the faster!
var mspeed=1;

//pause between messages in milliseconds: 1000=1s; set to your own;
var mpause = 2000;

//speed for exceeding portions in milliseconds: 1000=1s; the higher the slower: set to your own;
//leave it unchanged if no exceeding portions of messages! "20" equals the speed to the main portion!
var epause=20;