function img_change(obj0,gfnam0){
  obj0.src = gfnam0;
}

   function copy() {
      document.form1.text1.select();
   }


