function adaptHeight(screenheight) { try { if(top.document.all&&!window.opera) { var a=document.all.generika_frame; } else { var a=document.getElementsByName('generika_frame')[0]; } offset = -110; if(a.style.height != eval(screenheight + offset)+'px') { a.style.height = eval(screenheight + offset)+'px'; } } catch(exception) { } } function getScreenHeight() { var x,y; if (self.innerHeight) // all except Explorer { x = self.innerWidth; y = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) // Explorer 6 Strict Mode { x = document.documentElement.clientWidth; y = document.documentElement.clientHeight; } else if (document.body) // other Explorers { x = document.body.clientWidth; y = document.body.clientHeight; } return y; } function autoFrameHeight() { adaptHeight(getScreenHeight()); } document.writeln(' '); document.writeln(' '); document.writeln(' ');