if (this.document == top.document || top.location.host != this.location.host) {
aRef=new Array(
"http://www.siegele.at",
"http://siegele.at",
"http://siegele.test/",
"http://127.0.0.1/",
"http://localhost:8080/"
);
s=location.href.toLowerCase();
i=s.indexOf("/homepage/");
if (i>-1) s=s.substring(i+10);
for (i=0;i<aRef.length;i++){
s1=s.substr(0,aRef[i].length);
if (s1==aRef[i])
{s=s.substr(s1.length);break;}}
aRef=s.split("/");
ADir="";
for (i=0;i<aRef.length-1;i++) ADir+="../";
var doctitle = document.title;
document.clear();
document.open("text/html");
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>Elektro Anlagen- und Messtechnik &nbsp;&diams;&nbsp; Bernhard Siegele</title>");
document.writeln("</head>");
document.writeln("<frameset cols=\"*,1003,*\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"blank.html\" noresize>");
document.writeln("<frameset rows=\"125,*\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"logo.html\" noresize>");
document.writeln("<frameset cols=\"200,654,149\" frameborder=\"no\" framespacing=\"0\">");
document.writeln("<frame scrolling=\"no\" name=\"menu\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"menu.html\" noresize>");
document.writeln("<frame scrolling=\"auto\" name=\"content\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"home/index.php\" noresize>");
document.writeln("<frame scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"right.html\" noresize>");
document.writeln("</frameset>");
document.writeln("</frameset>");
document.writeln("<frame scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\""+ADir+"blank.html\" noresize>");
document.writeln("</frameset>");
document.writeln("<body>");
document.writeln("</body>");
document.writeln("</html>");
document.close();
function load(){top.frames["content"].location.href=top.location.href;}
window.setTimeout("load()",10);}

