function openBrWindow(theURL){
urlTr='/cgi-bin/e-cms/vis/zoom.pl?img='+ theURL ;
c=window.open(urlTr,"imag","resizable=yes, scrollbars=yes,width=1,height=1");
}