function setupZoom()

in static/studio/static/js/FancyZoom.js [67:72]


function setupZoom() {
	prepZooms();
	insertZoomHTML();
	zoomdiv = document.getElementById(zoomID);  
	zoomimg = document.getElementById(theID);
}