var count = 1
function PreloadImages(image, width, height, ext)
{
  eval("a" + count + "=new Image(" + width + "," + height + ");" + "a" + count + ".src='/images/" + image + "." + ext + "';")
  count++
  eval("a" + count + "=new Image(" + width + "," + height + ");" + "a" + count + ".src='/images/" + image + "_on." + ext + "';")
  count++
}

function ChangeImage(img, imageSrc)
{ document.images[img].src = '/images/' + imageSrc }

function ExplorerFix()
{ for (a in document.links) document.links[a].onfocus = document.links[a].blur }

if (document.all) document.onmousedown = ExplorerFix;

PreloadImages('home_about_us', 242, 22, 'jpg')
PreloadImages('home_lc_courtelle', 242, 23, 'jpg')
PreloadImages('home_courtelle_definition', 242, 22, 'jpg')
PreloadImages('home_super_acrylic', 242, 23, 'jpg')
PreloadImages('home_wool_acrylic', 242, 23, 'jpg')
PreloadImages('home_wool_nylon', 242, 22, 'jpg')
PreloadImages('home_sweatshirts', 242, 23, 'jpg')
PreloadImages('home_fleeces', 242, 23, 'jpg')
PreloadImages('home_shirts', 242, 22, 'jpg')
PreloadImages('home_embroidery', 242, 42, 'jpg')
