function img1() {
  document.imageChange.src='images/gallery/large_porshe.jpg'
}
function img2() {
  document.imageChange.src='images/gallery/large_merc_boot.jpg'
}
function img3() {
  document.imageChange.src='images/gallery/default_image.gif'
}
function img4() {
  document.imageChange.src='images/gallery/large_subaru.jpg'
}
function img5() {
  document.imageChange.src='images/gallery/large_merc.jpg'
}
function img6() {
  document.imageChange.src='images/gallery/large_subaru1.jpg'
}
function img7() {
  document.imageChange.src='images/gallery/large_merc1.jpg'
}
function img8() {
  document.imageChange.src='images/gallery/large_subaru2.jpg'
}
function img9() {
  document.imageChange.src='images/gallery/large_focus.jpg'
}
function img10() {
  document.imageChange.src='images/gallery/large_ferrari.jpg'
}
function img11() {
  document.imageChange.src='images/gallery/large_escort.jpg'
}
function img12() {
  document.imageChange.src='images/gallery/large_evo.jpg'
}
function img13() {
  document.imageChange.src='images/gallery/large_ferrari1.jpg'
}


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
