function show_img_big(the_url) {
   window.open(the_url, "new_window","resizable=yes,scrollbars=no");
}
