﻿
var Speed = 10; //速度(毫秒)
var Space = 5; //每次移动(px)
var PageWidth = 137; //翻页宽度
var fill = 0; //整体移位
var MoveLock = false;
var MoveTimeObj;
var Comp = 0;
var AutoPlayObj = null;
document.getElementById("List2").innerHTML = document.getElementById("List1").innerHTML;
document.getElementById('ISL_Cont').scrollLeft = fill;
document.getElementById("ISL_Cont").onmouseover = function(){clearInterval(AutoPlayObj);}
document.getElementById("ISL_Cont").onmouseout = function(){AutoPlay();}



