var slidespeed=3000
var slideimages=new Array("http://www.officedepot.co.th/images/banner-top-01.jpg", "http://www.officedepot.co.th/images/banner-top-02.jpg", "http://www.officedepot.co.th/images/banner-top-03.jpg", "http://www.officedepot.co.th/images/banner-top-04.jpg", "http://www.officedepot.co.th/images/banner-top-05.jpg")
var slidelinks=new Array("http://www.officedepot.co.th/contents/Pro-basket.aspx", "http://www.officedepot.co.th/contents/Pro-basket2.aspx", "http://www.officedepot.co.th/contents/Pro-annouceG2000.aspx", "http://www.officedepot.co.th/contents/Pro-annouceG2000.aspx", "http://www.officedepot.co.th/contents/Pro-annouceG2000.aspx")

var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}
function gotoshow(){
window.location=slidelinks[whichlink]
}