<!--
function getform()
{                                                                 formwin=window.open("http://wendt-www.de/tinc?key=SYVCE1UC","feedback","width=600,height=500,left=0,top=0,resizable=yes");
formwin.focus();
}
http://cgi06.onlinehome.de/cgi-bin/fb_form?clsid=cc16f8ecb6dbc4886dbecaf8b580af97

function getslide(pic)
{
var slidewinwidth;
slidewinwidth=screen.width;
if(slidewinwidth>=1024)
{
slidewin=window.open(pic,"slideshow","width=700,height=600,left=160,top=60,resizable=yes,scrollbars=no");
}
else
{
slidewin=window.open(pic,"slideshow","width=800, height=600, left=0,top=0, resizable=yes, scrollbars=yes");
}
slidewin.focus();
}

function getback()
{
for(i = 0; i < opener.document.images.length; ++i)
 {
  if(opener.document.images[i].complete == false)
  {
  opener.location.reload();
  self.close();
  return;
  }
 }
 self.close();
}
//-->