notebox: null,
width: 0,
deltat: 250,
- deltas: 12,
+ deltas: 10,
xend: 0,
timout: null,
clickable: true,
if (dostart) {
this.start();
}
+
},
rem: function(table)
start_move: function()
{
- this.deltas = 5;
+ this.deltas = 10;
},
shut_wagon: function(args)
curw = wag.widthbox_get() - 10;
wag.w = curw + 2; // 2 for border pixels
if (curw <= 0) {
+ wag.cb_mouseout();
+
obj.box.removeChild(wag.box);
obj.rem_obj(wag);
resetx: function()
{
+ this.deltas = 10;
+ this.clickable = true;
+
this.box.style.left = this.anc.offsetWidth+"px";
},