function Image(target,fname) {
  document[target].src=fname;
}