function is_msie() {
return (navigator.appName == "Microsoft Internet Explorer");}
function Framing(){ 
if (this.document == top.document || 
top.location.host != this.location.host) {
var pathprefix = location.protocol + '//' 
+ location.host
+ location.pathname.substring(0, 
location.pathname.lastIndexOf('/')+1);
var doctitle = document.title;
document.clear();
document.open("text/html");
document.writeln('<html>\n<head><title>' +doctitle+ 
'</title></head>');
document.writeln('<frameset cols="*,800,*" framespacing="0" border="0" frameborder="no">'+
'<frame name="topleer1" src="../../inc/topleer.inc.php" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">'+
'<frameset cols="30,*" framespacing="0" border="0" frameborder="no">'+
'<frame name="topa" src="../../inc/topleiste.inc.php" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">'+
'<frameset rows="100,*" framespacing="0" border="0" frameborder="no">'+
'<frame name="top2" src="../../inc/top2.inc.php" scrolling="no" frameborder="0" marginwidth="0" marginheight="0">'+
'<frameset cols="125,8,*" framespacing="0" border="0" frameborder="no">'+
'<frame name="topb" src="../../inc/top1.inc.php" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">'+
'<frame name="topc" src="../../inc/toprand.inc.php" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">'+
'<frameset rows="16,*" framespacing="0" border="0" frameborder="no">	'+	
'<frame name="topleer3" src="../../inc/topbuttonoben.inc.php" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" noresize>'+
'<frame name="show" src="'+top.location.href+'" scrolling="auto" frameborder="0" marginwidth="0" marginheight="0">'+
'</frameset></frameset></frameset></frameset>'+
'<frame name="topleer2" src="../../inc/topleer.inc.php" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">'+
'</frameset>');
document.close();
return true;
} 
return false;
}
function msieFraming() {
if (is_msie()) {
if (Framing()) {
window.setTimeout('top.frames["show"].location.href = '+
'"'+top.location.href+'";',10);
}}}
function netscFraming() {
if (!is_msie()) Framing();
}
msieFraming();


