function spawnWindow(destination) {
   var newWindow;

   newWindow = window.open ("zoom.cfm?file="+ destination , "Zoom", "width=340,height=290,scrollbars=no,toolbar=no,resizable=1");
//                           file         windowname    options
//                                        (for js references)
}
