
<!--
//variable that will increment through the images
var step=1
function acc_left(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.accleft.src=eval("acc_left"+step+".src")
if (step<4)
step++
else
step=1
//call function "acc_left()" every 2.5 seconds
setTimeout("acc_left()",6000)
}
acc_left()
//-->
  


<!--
//variable that will increment through the images
var step=1
function acc_right(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.accright.src=eval("acc_right"+step+".src")
if (step<4)
step++
else
step=1
//call function "acc_right()" every 2.5 seconds
setTimeout("acc_right()",4000)
}
acc_right()
//-->
  


<!--
//variable that will increment through the images
var step=1
function faucet_left(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.faucetleft.src=eval("faucet_left"+step+".src")
if (step<4)
step++
else
step=1
//call function "faucet_left()" every 2.5 seconds
setTimeout("faucet_left()",5000)
}
faucet_left()
//-->
  


<!--
//variable that will increment through the images
var step=1
function faucet_right(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.faucetright.src=eval("faucet_right"+step+".src")
if (step<4)
step++
else
step=1
//call function "faucet_right()" every 2.5 seconds
setTimeout("faucet_right()",8000)
}
faucet_right()
//-->
 


<!--
//variable that will increment through the images
var step=1
function hardware_left(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.hardwareleft.src=eval("hardware_left"+step+".src")
if (step<4)
step++
else
step=1
//call function "hardware_left()" every 2.5 seconds
setTimeout("hardware_left()",5000)
}
hardware_left()
//-->
 


<!--
//variable that will increment through the images
var step=1
function hardware_right(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.hardwareright.src=eval("hardware_right"+step+".src")
if (step<4)
step++
else
step=1
//call function "hardware_right()" every 2.5 seconds
setTimeout("hardware_right()",7000)
}
hardware_right()
//-->
 



<!--
//variable that will increment through the images
var step=1
function furniture_left(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.furnitureleft.src=eval("furniture_left"+step+".src")
if (step<4)
step++
else
step=1
//call function "furniture_left()" every 2.5 seconds
setTimeout("furniture_left()",5000)
}
furniture_left()
//-->
 


<!--
//variable that will increment through the images
var step=1
function furniture_right(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.furnitureright.src=eval("furniture_right"+step+".src")
if (step<4)
step++
else
step=1
//call function "furniture_right()" every 2.5 seconds
setTimeout("furniture_right()",5000)
}
furniture_right()
//-->
 


