
// NOTE: DELETE ME. See the old wedding-bands.shtml code...
function showimg(i,s) {
	var sfEls = document.enlargedForm.getElementsByTagName("img");
	sfEls[0].src = i; 
	
	document.imageform.product_desc.value=s;
}
