var imgUrl=new Array(); var imgLink=new Array(); var max=0; imgUrl[0]='../web/images/index_11.jpg'; max = max+1; imgUrl[1]='../web/images/index_10.jpg'; max = max+1; imgUrl[2]='../web/images/index_12.jpg'; max = max+1; imgUrl[3]='../web/images/index_13.jpg'; max = max+1; imgUrl[4]='../web/images/index_14.jpg'; max = max+1; imgUrl[5]='../web/images/index_16.jpg'; max = max+1; imgUrl[6]='../web/images/index_15.jpg'; max = max+1; imgUrl[7]='../web/images/display.jpg'; max = max+1; imgUrl[8]='../web/images/banner.jpg'; max = max+1; imgUrl[9]='../web/images/top.jpg'; max = max+1; var i=0; function playTran() { if (document.all) document.getElementById('hotImage').filters.revealTrans.play(); } var key=0; function nextAd() { if(i < max-1) i++ ; else i=0; if( key==0 ) { key=1; } else if (document.all) { document.getElementById('hotImage').filters.revealTrans.Transition=100; document.getElementById('hotImage').filters.revealTrans.apply(); playTran(); } document.getElementById('hotImage').src= imgUrl[i]; theTimer=setTimeout("nextAd()", 4000); } function getDataNext() { i++; if (i > max-1) i = 0; document.getElementById('hotImage').src = imgUrl[i]; } function getDataPrev() { i--; if (i < 0) i = max-1; document.getElementById('hotImage').src = imgUrl[i]; }