	function changeImg(atag,src)
	{
		atag.childNodes[0].src = src;
	}
	
	function detailPopup(img, alt) {
		var url = "http://www.buildaclassic.com/detail.php?img=" + img + "&alt=" + alt;
		window.open(url, "detail", "menu=0, width=800, height=600, scrollbars=1, resizable=1");
	}