<!--//°¨Γγ
function Fframe(rfile){
  if (top.location != self.location) {
    top.location = self.location;
  }
  win=parent.top.window;

  if (parseInt(navigator.appVersion)<4) {
    document.location='../../main/mainhome.html'; 
    newWin=window.open('warnbrows.html','child', 'toolbar=no,location=no,scrollbars=no,width=360,height=230')
  }

if (navigator.appName == "Netscape"){ str='ns'; wd=88;}
else { str='ex'; wd=90; }
win.document.write('<frameset name="fframe" cols="'+wd+',*" frameborder=no framespacing=0>')
win.document.write('<frame name="menu" src="../../vmenu' + str + '.html" scrolling=no marginheight=0 marginwidth=0>')
win.document.write('<frame name="right" src="'+rfile+'" marginwidth=0 marginheight=0></frameset>')
}
// °¨Γγ ³‘  -->
