<!--hide this script from non-javascript-enabled browsers

var Pfad = self.location.href;
if (Pfad.indexOf("file://") && !parent.frames.length) {
  var Datei = Pfad.slice(Pfad.lastIndexOf("/") + 1);
  document.close();
  with (document) {
    open();
    writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">');
    writeln('<html><head><title>BECKHOFF - PC-Control The New Automation Technology Magazine<'+'/title><'+'/head>');
	writeln('<frameset cols="23,*" frameborder="NO" border="0" framespacing="0" rows="*">');
    writeln('<frame name="number" scrolling="NO" noresize src="number.htm" marginwidth="0" marginheight="0">');
    writeln('<frameset rows="120,*" frameborder="NO" border="0" framespacing="0">');
    writeln('<frame name="head" scrolling="NO" noresize src="head.htm" marginwidth="0" marginheight="0" >');
    writeln('<frameset cols="234,*" frameborder="NO" border="0" framespacing="0" rows="*">');
     writeln('<frame name="navigation" scrolling="NO" noresize src="navigation.htm" marginwidth="0" marginheight="0">');
      writeln('<frame name="content" marginwidth="0" marginheight="0" src="' + Datei + '?frameset">');
     writeln('<'+'/frameset>');
writeln('<'+'/frameset><'+'/frameset><'+'/html>');
  }
}
// stop hiding -->
