array1=new Array();
array2=new Array();
array3=new Array("Black", "Silver", "Pewter", "Copper", "Bronze", "Brass", "White");
array4=new Array("_l_black.jpg", "_l_silver.jpg", "_l_pewter.jpg", "_l_copper.jpg", "_l_bronze.jpg", "_l_brass.jpg", "_l_white.jpg");
Fstprthrefzmimg="assets/images/diskfan/zoom/diskfan";
colorcount=array3.length;
for(i=0;i<colorcount;i++) {
	var iplus1=i + 1;
	array1[i]="<a href=\"" + Fstprthrefzmimg + lightcount + array4[i] + "\" title=\"Click to See a Zoomed View of the " +  array3[i] + "-Colored " + lightcount + "-Light DISKFAN, Your Ceiling Fan Replacement\" id=\"image" + iplus1 + "\" rel=\"lightbox[gallery]\">"; array2[i]="</a><div class=\"lightboxDesc image" + iplus1 + "\">" + array3[i] + "</div>";
}

function UpdateZoomTarget(fancolor) {
	var htmlinserttext="", i;
	var container = document.getElementById("main");
	for(i=0;i<colorcount;i++) {
		if(array3[i] == fancolor) {
			htmlinserttext+=array1[i] + "Zoom" + array2[i];
		}
		else {
			htmlinserttext+=array1[i] + array2[i];
		}
	}
	container.innerHTML = htmlinserttext;
	window.addEvent('domready',function(){Lightbox.init({descriptions: '.lightboxDesc', showControls: true});});
}//	C	h	a	r	l	e	s		M	o	r	g	a	n		I	I	I
