//=====================================================================||
//                      Javascript Menu Image Swap                 	   ||
//=====================================================================||

products_a=new Image(66,17)
products_a.src="images/home-products01.gif"
products_b=new Image(66,17)
products_b.src="images/home-products02.gif"
order_form_a=new Image(86,17)
order_form_a.src="images/home-order_form01.gif"
order_form_b=new Image(86,17)
order_form_b.src="images/home-order_form02.gif"
company_profile_a=new Image(119,17)
company_profile_a.src="images/home-company_profile01.gif"
company_profile_b=new Image(119,17)
company_profile_b.src="images/home-company_profile02.gif"
retail_outlets_a=new Image(103,17)
retail_outlets_a.src="images/home-retail_outlets01.gif"
retail_outlets_b=new Image(103,17)
retail_outlets_b.src="images/home-retail_outlets02.gif"

function filter(imagename,objectsrc){
if (document.images)
	document.images[imagename].src=eval(objectsrc+".src")
}

function random_imglink(){
var myimages=new Array()
myimages[1]="images/MA_0001c.jpg"
myimages[2]="images/MA_0002c.jpg"
myimages[3]="images/MA_0101c.jpg"
myimages[4]="images/MA_0306c.jpg"
myimages[5]="images/MA_0311c.jpg"
var imagelinks=new Array()
imagelinks[1]="tubing_benders.html"
imagelinks[2]="tubing_benders.html"
imagelinks[3]="metal_brakes.html"
imagelinks[4]="accessories.html"
imagelinks[5]="accessories.html"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border="2" hspace="14" width="128" height="128" class="home-img"></a>')
}
