home *** CD-ROM | disk | FTP | other *** search
- <!--
-
- if (parent.frames.length != 0) {
- var frameLink = 'Hide Frames';
- }
-
- else {
- var frameLink = 'Show Frames';}
-
- function testFrame(){
- if (parent.frames.length != 0) {
- top.location = self.location;
- // loaded in frames
- }
- else {
-
- location='frameset2.htm';
- // not loaded frames
- }
- }
-
- //-->
-