////change number of images below 
var number_of_images=3
//change speed below (in seconds)
var speed=2
var step=1
var whichimage=1

function slidelink(){
  if (whichimage==1)
    window.location="/products.shtml"
  else if (whichimage==2)
    window.location="/samples.shtml"
  else if (whichimage==3)
    window.location="/products.shtml"
}

window.onerror=reapply

var image1=new Image()
image1.src="/images/t_prices.jpg"

var image2=new Image()
image2.src="/images/t_samples.jpg"

var image3=new Image()
image3.src="/images/t_capacity.jpg"

