function resmigoster(resim)
 {
   window.open(resim,'ImageWindow','status=0,width=800,height=600,left=100,top=50,resizable=yes,scrollbars=yes');
 } 