﻿var path = window.location.href;
if (path.indexOf("file://") && !parent.frames.length)
{
  var url = path.slice(path.lastIndexOf("/") + 1);
  document.close();
  with (document)
  {
  	open();
	writeln('<frameset framespacing="0" border="0" frameborder="0" rows="70,35,*">');
	writeln('<frameset cols="770,*">');
	writeln('<frame name="nav" scrolling="no" noresize src="http://www2.guetersloh.de/fr_nav.html" marginwidth="0" marginheight="0">');
	writeln('<frame name="nav1" src="http://www2.guetersloh.de/fr_nav1.html" scrolling="no" noresize>');
	writeln('<' + '/frameset>');
	writeln('<frameset cols="770,*">');
	writeln('<frame name="illu" src="http://www2.guetersloh.de/fr_illu.html" marginwidth="0" marginheight="0" scrolling="no" noresize>');
	writeln('<frame name="illu1" src="http://www2.guetersloh.de/fr_illu1.html" marginwidth="0" marginheight="0" scrolling="no" noresize>');
	writeln('<' + '/frameset>');
	writeln('<frameset framespacing="0" border="0" frameborder="0" cols="770,*">');
	writeln('<frame name="content" src="http://www.presse-service.de/data.cfm/static/' + url + '?frameset" scrolling="auto" marginwidth="0" marginheight="0" noresize>');
	writeln('<frame name="back" src="http://www2.guetersloh.de/fr_back.html" scrolling="no" marginwidth="0" marginheight="0" noresize>');
	writeln('<' + '/frameset>');
	writeln('<noframes>');
	writeln('<body>');
	writeln('<' + '/body>');
	writeln('<' + '/noframes>');
	writeln('<' + '/frameset>');
	writeln('<'+'/html>');
    close();
  }
}


