// Load second frame with onclick
// Tom A. Kendig - 1996
function rldfrm(FURL)
{
if (parent.state > 0) parent.Frame2.location=FURL ;
}
// Test for Frames and Browser - to insert Netscape warnings in document
nav = navigator.appName ;
ver = navigator.appVersion.substring(0,4) ;
brwsrmsg = '' ;
brwsrver = '
You web browser is ' + nav + ' v ' + ver +'
This site is optimized for and best viewed with Internet Explorer 4.0+
';
frm = 'Best viewed using FRAMES - Click Here for FRAMES
';
ie4 = 'This site is optimized for and best viewed with Netscape v 4.04
';
ie3 = 'You should upgrade to either iExplorer v 4.0
or Netscape v 4.04 (recommended)
' ;
nofrm = 'If you do not want to upgrade your browser at this time,
you should try the NoFrames version of this site
Click here for the "NoFrames" version of this site
';
nav4 = 'Upgrade to Microsoft
Internet Explorer 4.0+
';
tblstr = '
| ' ; tblend = ' |
|---|
' ;
document.write(brwsrmsg);
}
}