function showLarge(img) {
	var alt = img.alt?img.alt:'', src = img.src;
	return overlib('', FGCOLOR, '#F0EFFC', FGBACKGROUND, src.replace(/_sm/, ''), SNAPX, 15, SNAPY, 15, HEIGHT, 200, WIDTH, 200, CAPTION, alt, NOCLOSE)
}

jQuery(function( $ ){
$.preload('#contents div.results img', {
	placeholder:'/images/loading.gif',
	notFound:'/images/image-na_thumb.png'
});
$.preload('#contents div.details img', {
	placeholder: '/images/loading.gif',
	notFound: '/images/image-na_medium.png'
});
});