/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="../../images/intro/b001-1.jpg"
photos[1]="../../images/intro/b001-2.jpg"
photos[2]="../../images/intro/b001-3.jpg"
function backward(){
if (which>0){
window.status=''
which--
=photos[which]
}
}