var vxr8_slideShowSpeed=4000;
var vxr8_crossFadeDuration=2;

var vxr8_Pic = new Array();
vxr8_Pic[0]="/images/new-vauxhall-cars/vauxhall-vxr8-1.jpg";
vxr8_Pic[1]="/images/new-vauxhall-cars/vauxhall-vxr8-2.jpg";
vxr8_Pic[2]="/images/new-vauxhall-cars/vauxhall-vxr8-3.jpg";
vxr8_Pic[3]="/images/new-vauxhall-cars/vauxhall-vxr8-4.jpg";
var vxr8_t;
var vxr8_j=0;
var vxr8_p=vxr8_Pic.length;

var vxr8_preLoad=new Array();
for (vxr8_i=0;vxr8_i<vxr8_p;vxr8_i++){
vxr8_preLoad[vxr8_i]=new Image();
vxr8_preLoad[vxr8_i].src=vxr8_Pic[vxr8_i]};

function vxr8_runSlideShow(){
if (document.all){
document.images.vxr8_SlideShow.style.filter="blendTrans(duration=vxr8_crossFadeDuration);"
document.images.vxr8_SlideShow.filters.blendTrans.Apply();
}
document.images.vxr8_SlideShow.src=vxr8_preLoad[vxr8_j].src;
if (document.all){
document.images.vxr8_SlideShow.filters.blendTrans.Play();
}
vxr8_j=vxr8_j+1;
if (vxr8_j>(vxr8_p-1)) vxr8_j=0;
vxr8_t=setTimeout('vxr8_runSlideShow()', vxr8_slideShowSpeed);
}