	
	if (document.images) {
		Thumb1 = new Image
		Thumb2 = new Image
		Thumb3 = new Image
		Thumb4 = new Image
		Thumb5 = new Image
		Thumb6 = new Image
		Thumb7 = new Image
		Thumb8 = new Image
		Thumb9 = new Image
		Thumb10 = new Image
		Thumb11 = new Image
		Thumb12 = new Image
		Thumb13 = new Image
		Thumb14 = new Image
		Thumb15 = new Image
		Thumb16 = new Image

		t1.src = "image_bin/thumbs/<%=strT1%>"
		t2.src = "image_bin/thumbs/<%=strT2%>"
		t3.src = "image_bin/thumbs/<%=strT3%>"
		t4.src = "image_bin/thumbs/<%=strT4%>"
		t5.src = "image_bin/thumbs/<%=strT5%>"
		t6.src = "image_bin/thumbs/<%=strT6%>"
		t7.src = "image_bin/thumbs/<%=strT7%>"
		t8.src = "image_bin/thumbs/<%=strT8%>"
		t9.src = "image_bin/thumbs/<%=strT9%>"
		t10.src = "image_bin/thumbs/<%=strT10%>"
		t11.src = "image_bin/thumbs/<%=strT11%>"
		t12.src = "image_bin/thumbs/<%=strT12%>"
		t13.src = "image_bin/thumbs/<%=strT13%>"
		t14.src = "image_bin/thumbs/<%=strT14%>"
		t15.src = "image_bin/thumbs/<%=strT15%>"
		t16.src = "image_bin/thumbs/<%=strT16%>"

		}
	
	else {
	
	t1 = ""
	t2 = ""
	t3 = ""
	t4 = ""
	t5 = ""
	t6 = ""
	t7 = ""
	t8 = ""
	t9 = ""
	t10 = ""
	t11 = ""
	t12 = ""
	t13 = ""
	t14 = ""
	t15 = ""
	t16 = ""
	document.main = ""
	
	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}
