function ShowPicture(Path, LinkNr)
{
  if (LinkNr<10) 
  {
    if ((window.screen) && (screen.width >= "1280") && (screen.height >= "1024"))
    {
        window.open(Path+"_med/pic00"+LinkNr+".html", "Bild", "width=1200,height=944,scrollbars=no,fullscreen=no,resizable=yes,screenX=40,screenY=40");
    } else {
    if ((window.screen) && (screen.width >= "1024") && (screen.height >= "768"))
    {
        window.open(Path+"_med/pic00"+LinkNr+".html", "Bild", "width=944,height=688,scrollbars=no,fullscreen=no,resizable=yes,screenX=40,screenY=40");
    } else {
        window.open(Path+"_med/pic00"+LinkNr+".html", "Bild", "width=720,height=520,scrollbars=no,fullscreen=no,resizable=yes,screenX=40,screenY=40");
    } }
  } else
  {
    if ((window.screen) && (screen.width >= "1280") && (screen.height >= "1024"))
    {
        window.open(Path+"_med/pic0"+LinkNr+".html", "Bild", "width=1200,height=944,scrollbars=no,fullscreen=no,resizable=yes,screenX=40,screenY=40");
    } else {
    if ((window.screen) && (screen.width >= "1024") && (screen.height >= "768"))
    {
        window.open(Path+"_med/pic0"+LinkNr+".html", "Bild", "width=944,height=688,scrollbars=no,fullscreen=no,resizable=yes,screenX=40,screenY=40");
    } else {
        window.open(Path+"_med/pic0"+LinkNr+".html", "Bild", "width=720,height=520,scrollbars=no,fullscreen=no,resizable=yes,screenX=40,screenY=40");
    } }
  }
}
