function framedoc()
{
  var txt;
  txt='';
  txt=txt+'<html>';
  txt=txt+'<head><title>Kassenautomaten von GeWeTe</title></head>';
  txt=txt+'<frameset cols="100%,*" frameborder="no" border="0" framespacing="0">';
  txt=txt+'  <frame src="http://www.gewete.com/index.php?Kassenautomaten" name="links" frameborder="no" scrolling="yes" noresize="noresize" marginwidth="0" marginheight="0" id="links" />';
  txt=txt+'  <frame  name="oben" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="oben" />';
  txt=txt+'</frameset>';
  txt=txt+'</html>';
  return txt;
}

function start()
{
  var txt=framedoc();
  document.open();
  document.writeln(txt);
  document.close();
}
