function enlarge(url) {
  myWindow = window.open("","News","scrollbars=no,width=665,height=510");
  myWindow.document.write("<html><head></head><body BGCOLOR=#BBBBBB>");		  
  myWindow.document.write("<IMG SRC=" + url + " STYLE='margin-left:0px;'>");
  myWindow.document.write("</body></html>");
}
