// ############################## START FUNC ############################################ // Unfortunately, it seems to fail to read frames which are opened by the mother document. // That is the case if the page is reloaded, but not when it is loaded the first time. // This routine open the right frames again and hand it over to function mega1(). function mega0() { parent.right.ute1.location="intervalspec.txt"; parent.right.ute2.location="file_list.txt"; parent.right.ute3.location="feature_list.txt"; ID=window.setTimeout("mega1();",100); } // ############################### end func ############################################