function open_window(bild, format, beschr)
{
  if (format == "h")
    {
    smallWindow = window.open("","fenster_h","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=420,height=315");
    smallWindow.moveTo(screen.width-430,0);
    smallWindow.focus();
    }
  else if (format == "t1")
    {
    smallWindow = window.open("","fenster_t","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=500,height=300");
    smallWindow.moveTo(screen.width-510,0);
    smallWindow.focus();
    }
  else
    {
    smallWindow = window.open("","fenster_v","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=290,height=460");
    smallWindow.moveTo(screen.width-300,0);
    smallWindow.focus();
    }
  smallWindow.document.write("<HTML><HEAD><TITLE>"+bild+"</TITLE></HEAD>");
  smallWindow.document.write("<BODY bgcolor=\"#000000\" text=\"#00AFFF\">");
  smallWindow.document.write("<center><img src=\"Thailand/"+bild+"\"></center>");
smallWindow.document.write("<span style=\"font-size:8pt;color:#C0C0C0;font-family:Comic Sans MS,Verdana,Arial;\"><center>"+beschr+"</center></span>");
  smallWindow.document.write("</BODY></HTML>");
  smallWindow.document.close();
}



function bericht(frameunten)
{
  document.open();
  document.write("<HTML><HEAD><TITLE>Bericht Thailand 2002</TITLE></HEAD>");
  document.write("<frameset rows=\"120,*\" frameborder=0 framespacing=0>");
  document.write("<frame src=\"Thailand-2002-Titel.html\" name=\"oben\"  marginheight=3 marginwidth=5 scrolling=no>");
  document.write("<frame src="+frameunten+" name=\"unten\">");
  document.write("</frameset>");
  document.write("<BODY></BODY></HTML>");
  document.close();
}



function unesco_window(datei)
{
  smallWindow = window.open(datei,"fenster","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=500,height=230");
  smallWindow.moveTo(0,0);
  smallWindow.focus();
}



function diashow()
{
    windiashow = window.open("","fenster_d","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=420,height=420");
    windiashow.focus();
    aktiv=window.setInterval("next()",1000);
    i=0;
}


function next()
{
    i=i+1;
    if (i<=9)
      {
      windiashow.document.write("<HTML><HEAD><TITLE>Bild Nr. "+i+"</TITLE></HEAD>");
      windiashow.document.write("<BODY bgcolor=\"#000000\">");
      windiashow.document.write("<table border=0 width=100% height=100%><tr><td style=\"vertical-align:middle\">");
      windiashow.document.write("<center><img src=\"Thailand/Thailand-00"+i+".jpg\">");
      windiashow.document.write("</td></tr></table>");
      windiashow.document.write("</BODY></HTML>");
      windiashow.document.close();
      }
    else if (i<=99)
      {
      windiashow.document.write("<HTML><HEAD><TITLE>Bild Nr. "+i+"</TITLE></HEAD>");
      windiashow.document.write("<BODY bgcolor=\"#000000\">");
      windiashow.document.write("<table border=0 width=100% height=100%><tr><td style=\"vertical-align:middle\">");
      windiashow.document.write("<center><img src=\"Thailand/Thailand-0"+i+".jpg\">");
      windiashow.document.write("</td></tr></table>");
      windiashow.document.write("</BODY></HTML>");
      windiashow.document.close();
      }
    else if (i<=999)
      {
      windiashow.document.write("<HTML><HEAD><TITLE>Bild Nr. "+i+"</TITLE></HEAD>");
      windiashow.document.write("<BODY bgcolor=\"#000000\">");
      windiashow.document.write("<table border=0 width=100% height=100%><tr><td style=\"vertical-align:middle\">");
      windiashow.document.write("<center><img src=\"Thailand/Thailand-"+i+".jpg\">");
      windiashow.document.write("</td></tr></table>");
      windiashow.document.write("</BODY></HTML>");
      windiashow.document.close();
      }
    if (i >= 617)
      {
      window.clearInterval(aktiv);
      }
}
