--- insert_image.php	2009-03-09 15:34:01.000000000 +0200
+++ insert_image.php.192	2009-03-09 16:46:34.000000000 +0200
@@ -147,17 +147,6 @@
     return false;
 }
 
-function search_openclipart_image_gallery() {
-    var gwin = null;
-    gwin = window.open("http://images.google.com/images?hl=en&safe=off&domains=openclipart.org&sitesearch=openclipart.org&um=1&q="+document.getElementById("f_alt").value+"&btnG=Search+Images", "ha_imggallery", "toolbar=no,menubar=no,personalbar=no,innerWidth=700,innerHeight=400,scrollbars=yes,resizable=yes");
-    return false;
-}
-
-function search_google_image_gallery() {
-    var gwin = null;
-    gwin = window.open("http://images.google.com/images?hl=en&safe=on&um=1&q="+document.getElementById("f_alt").value+"&btnG=Search+Images", "ha_imggallery", "toolbar=no,menubar=no,personalbar=no,innerWidth=700,innerHeight=400,scrollbars=yes,resizable=yes");
-    return false;
-}
 //]]>
 </script>
 <style type="text/css">
       </tr>
       <tr>
         <td align="right"><?php print_string("alternatetext","editor");?>:</td>
-        <td><input name="f_alt" type="text" id="f_alt" style="width: 100%;" />
-	
-          <input name="btnGallery" type="button" id="btnGallery" value="<?php print_string("openclipartgallery","editor");?>" onclick="return search_openclipart_image_gallery();" />
-	  <input name="btnGallery" type="button" id="btnGallery" value="<?php print_string("googleimggallery","editor");?>" onclick="return search_google_image_gallery();" />
-
-	</td>
+        <td><input name="f_alt" type="text" id="f_alt" style="width: 100%;" /></td>
         <td align="center">
           <button name="btnCancel" type="button" id="btnCancel" onclick="return onCancel();"><?php print_string("cancel","editor") ?></button></td>
       </tr>
