// JavaScript Document
		
/*Rollover effect on different image script-
By JavaScript Kit (http://javascriptkit.com)
Over 200+ free scripts here!
*/

function changeimage_cages(towhat,url){
if (document.images){
document.images.targetimage_cages.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}

function changeimage_chairs(towhat,url){
if (document.images){
document.images.targetimage_chairs.src=towhat.src
gotolink=url
}
}


function changeimage_dobies(towhat,url){
if (document.images){
document.images.targetimage_dobies.src=towhat.src
gotolink=url
}
}

function changeimage_mesh(towhat,url){
if (document.images){
document.images.targetimage_mesh.src=towhat.src
gotolink=url
}
}


function changeimage_rebar(towhat,url){
if (document.images){
document.images.targetimage_rebar.src=towhat.src
gotolink=url
}
}

function changeimage_smoothdowels(towhat,url){
if (document.images){
document.images.targetimage_smoothdowels.src=towhat.src
gotolink=url
}
}







var myimages=new Array()
var gotolink="#"

function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}






preloadimages("images/products/cages/cages01.jpg","images/products/cages/cages02.jpg","images/products/chairs/chairs01.jpg","images/products/chairs/chairs02.jpg","images/products/chairs/chairs03.jpg","images/products/chairs/chairs04.jpg","images/products/chairs/chairs05.jpg","images/products/chairs/chairs06.jpg","images/products/chairs/chairs07.jpg","images/products/chairs/chairs08.jpg","images/products/chairs/chairs09.jpg","images/products/chairs/chairs10.jpg","images/products/dobies/dobies01.jpg","images/products/dobies/dobies02.jpg","images/products/dobies/dobies03.jpg","images/products/dobies/dobies04.jpg","images/products/dobies/dobies05.jpg","images/products/mesh/mesh01.jpg","images/products/mesh/mesh02.jpg","images/products/mesh/mesh03.jpg","images/products/mesh/mesh04.jpg","images/products/rebar/rebar01.jpg","images/products/rebar/rebar02.jpg","images/products/rebar/rebar03.jpg","images/products/rebar/rebar04.jpg","images/products/rebar/rebar05.jpg","images/products/rebar/rebar06.jpg","images/products/rebar/rebar07.jpg","images/products/rebar/rebar08.jpg","images/products/rebar/rebar09.jpg","images/products/rebar/rebar10.jpg","images/products/rebar/rebar11.jpg","images/products/smoothdowels/smoothdowels01.jpg","images/products/smoothdowels/smoothdowels02.jpg")
		