function apreZoom(name) {
	window.document.images['zoomimg'].src=window.document.images[name].src.replace("_s","");
}
