function setupZoom() {
//alert("1")
            prepZooms();
            insertZoomHTML();
            //alert("1")
            zoomdiv = document.getElementById(zoomID);
            zoomimg = document.getElementById(theID);
           // alert("2")
           // alert(zoomimg);
        }
