function showLogo(formname, selectname, imagename, directori) {
  if (!document.images) return
  document.images[imagename].src = directori + "/" + document[formname][selectname].options[document[formname][selectname].selectedIndex].value
}
