function showImage(target, width, height){
  window.open(target,'_blank','menubar=no ,scrollbars=yes,width='+(width+20)+',height='+(height+20)+',left=200, top=100'); 
}

