document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("\"A5纸张压平财务票据收据发票凭证档案文档手动压平机A5纸张压平财务票据"); document.writeln("
"); document.writeln("
"); document.writeln("\"A2/A4/A3纸张/财务票据收据发票凭证档案全自动电动压平机A2/A4/A3纸张"); document.writeln("
"); document.writeln("
"); document.writeln("\"银泰YTZ-50B自动装订机银泰YTZ-50B自"); document.writeln("
"); document.writeln("
"); document.writeln("\"银泰YTS-40B手动装订机银泰YTS-40B手"); document.writeln("
"); document.writeln("
"); document.writeln("\"银佳YJZ-50E自动装订机银佳YJZ-50E自"); document.writeln("
"); document.writeln("
"); document.writeln("\"银佳YJB-50X型自动打孔装订机\"银佳YJB-50X型"); document.writeln("
"); document.writeln("
"); document.writeln("\"银佳YJ-150型全自动打孔装订机(激光定位,工具盒)\"银佳YJ-150型全"); document.writeln("
"); document.writeln("
"); document.writeln("\"银佳YJ-200全自动打孔装订机《特别推荐》\"银佳YJ-200全自"); document.writeln("
"); document.writeln("
"); document.writeln("\"飞越KXJ-30E型全自动捆钞机\"飞越KXJ-30E型"); document.writeln("
"); document.writeln("
"); document.writeln("\"康艺2780(B)点钞机\"康艺2780(B)点"); document.writeln("
"); document.writeln("
"); document.writeln("\"银新JBYJ-YX-0518D全智能语音报读(可配电池)\"银新JBYJ-YX-"); document.writeln("
"); document.writeln("
"); document.writeln("\"融和WJD融和WJD RH 2"); document.writeln("
"); document.writeln("
"); document.writeln("\"融和JBYD融和JBYD RH "); document.writeln("
"); document.writeln("
"); document.writeln("\"松井SJ-1501E除湿机\"松井SJ-1501E"); document.writeln("
"); document.writeln("
"); document.writeln("\"维融JBYD-N8(B)点钞机维融JBYD-N8("); document.writeln("
"); document.writeln("
"); document.writeln("\"易利特CF7-203硬币包装机\"易利特CF7-203"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln(""); var Speed = 10; var Space = 2; var PageWidth = 140; var fill = 0; var MoveLock = false; var MoveTimeObj; var Comp = 0; var AutoPlayObj = null; GetObj("List2").innerHTML = GetObj("List1").innerHTML; GetObj('ISL_Cont').scrollLeft = fill; GetObj("ISL_Cont").onmouseover = function(){clearInterval(AutoPlayObj);} GetObj("ISL_Cont").onmouseout = function(){AutoPlay();} AutoPlay(); function GetObj(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}} function AutoPlay(){ clearInterval(AutoPlayObj); AutoPlayObj = setInterval('ISL_GoDown();ISL_StopDown();',5000); } function ISL_GoUp(){ if(MoveLock) return; clearInterval(AutoPlayObj); MoveLock = true; MoveTimeObj = setInterval('ISL_ScrUp();',Speed); } function ISL_StopUp(){ clearInterval(MoveTimeObj); if(GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0){ Comp = fill - (GetObj('ISL_Cont').scrollLeft % PageWidth); CompScr(); }else{ MoveLock = false; } AutoPlay(); } function ISL_ScrUp(){ if(GetObj('ISL_Cont').scrollLeft <= 0){GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft + GetObj('List1').offsetWidth} GetObj('ISL_Cont').scrollLeft -= Space ; } function ISL_GoDown(){ clearInterval(MoveTimeObj); if(MoveLock) return; clearInterval(AutoPlayObj); MoveLock = true; ISL_ScrDown(); MoveTimeObj = setInterval('ISL_ScrDown()',Speed); } function ISL_StopDown(){ clearInterval(MoveTimeObj); if(GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0 ){ Comp = PageWidth - GetObj('ISL_Cont').scrollLeft % PageWidth + fill; CompScr(); }else{ MoveLock = false; } AutoPlay(); } function ISL_ScrDown(){ if(GetObj('ISL_Cont').scrollLeft >= GetObj('List1').scrollWidth){GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft - GetObj('List1').scrollWidth;} GetObj('ISL_Cont').scrollLeft += Space ; } function CompScr(){ var num; if(Comp == 0){MoveLock = false;return;} if(Comp < 0){ if(Comp < -Space){ Comp += Space; num = Space; }else{ num = -Comp; Comp = 0; } GetObj('ISL_Cont').scrollLeft -= num; setTimeout('CompScr()',Speed); }else{ if(Comp > Space){ Comp -= Space; num = Space; }else{ num = Comp; Comp = 0; } GetObj('ISL_Cont').scrollLeft += num; setTimeout('CompScr()',Speed); } }