// JavaScript Document

var adImages1 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/deep_lapis_blue_metallic.jpg", "../../../images/showroom/cityNew08/color/deep_lapis_blue_metallic.jpg");

var adImages2 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/habanero_red_pearl.jpg", "../../../images/showroom/cityNew08/color/habanero_red_pearl.jpg");

var adImages3 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/alabaster_silver_metallic.jpg", "../../../images/showroom/cityNew08/color/alabaster_silver_metallic.jpg");

var adImages4 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/tafetta_white.jpg", "../../../images/showroom/cityNew08/color/tafetta_white.jpg");

var adImages5 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/polished_metal_metallic.jpg", "../../../images/showroom/cityNew08/color/polished_metal_metallic.jpg");

var adImages6 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/bold_beige_metallic.jpg", "../../../images/showroom/cityNew08/color/bold_beige_metallic.jpg");

var adImages7 = new Array("../../../images/showroom/loading.gif", "../../../images/showroom/loading.gif", "../../../images/showroom/cityNew08/color/crystal_black_pearl.jpg", "../../../images/showroom/cityNew08/color/crystal_black_pearl.jpg");



function pic1() {	
	document.getElementById("adBanner").src = adImages1[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/beigeinterior.jpg' width='450' height='218' />";

}

function pic2() {	
	document.getElementById("adBanner").src = adImages2[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/beigeinterior.jpg' width='450' height='218' />";
}

function pic3() {	
	document.getElementById("adBanner").src = adImages3[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/blackinterior.jpg' width='450' height='218' />";
}

function pic4() {	
	document.getElementById("adBanner").src = adImages4[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/blackinterior.jpg' width='450' height='218' />";
}

function pic5() {	
	document.getElementById("adBanner").src = adImages5[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/blackinterior.jpg' width='450' height='218' />";
}

function pic6() {	
	document.getElementById("adBanner").src = adImages6[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/beigeinterior.jpg' width='450' height='218' />";
}

function pic7() {	
	document.getElementById("adBanner").src = adImages7[2];
	document.getElementById("interior_c").innerHTML = "<b>Interior Colour</b><br><img src='../../../images/showroom/cityNew08/color/blackinterior.jpg' width='450' height='218' />";
}


