// JavaScript Document

var adImages1 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_new_read_pearl.jpg", "../../../images/showroom/crv/2010/color/color_new_read_pearl.jpg");

var adImages2 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_alabaster_silver.jpg", "../../../images/showroom/crv/2010/color/color_alabaster_silver.jpg");

var adImages3 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_bluish_silver_metallic.jpg", "../../../images/showroom/crv/color_green_tea_metallic.jpg");

var adImages4= new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_crystal_black_pearl.jpg", "../../../images/showroom/crv/2010/color/color_crystal_black_pearl.jpg");

var adImages5 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_opal_sage_metallic.jpg", "../../../images/showroom/crv/2010/color/color_opal_sage_metallic.jpg");

var adImages6 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_polished_metal_metallic.jpg", "../../../images/showroom/crv/2010/color/color_polished_metal_metallic.jpg");

var adImages7 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_premium_white_pearl.jpg", "../../../images/showroom/crv/2010/color/color_premium_white_pearl.jpg");

var adImages8 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/crv/2010/color/color_royal_blue_pearl.jpg", "../../../images/showroom/crv/2010/color/color_royal_blue_pearl.jpg");

function pic1() {	
	document.getElementById("adBanner").src = adImages1[2];

}

function pic2() {	
	document.getElementById("adBanner").src = adImages2[2];
}

function pic3() {	
	document.getElementById("adBanner").src = adImages3[2];
}

function pic4() {	
	document.getElementById("adBanner").src = adImages4[2];
}

function pic5() {	
	document.getElementById("adBanner").src = adImages5[2];
}

function pic6() {	
	document.getElementById("adBanner").src = adImages6[2];
}

function pic7() {	
	document.getElementById("adBanner").src = adImages7[2];
}

function pic8() {	
	document.getElementById("adBanner").src = adImages8[2];
}

