//bottomframe = document.URL //alert ("-Reload-Test- Das ist ein vorübergehender Test im Produktionssystem: " + bottomframe); if (top.frames.length == 0){ bottomframe = document.URL; if (document.URL.match ("frameset_german")){ top.location.href="http://www.eon-is.com/frameset_german/main_frameset_reloader.phtml?top=http://www.eon-is.com/Ressources/frame_head.jsp&bottom=" + bottomframe; } else if (document.URL.match ("frameset_english")){ top.location.href="http://www.eon-is.com/frameset_english/main_frameset_reloader_eng.phtml?top=http://www.eon-is.com/Ressources/frame_head_eng.jsp&bottom=" + bottomframe; } }