<!--
function Fframe(rfile){
  if (rfile=='http://koxo.com/lang/js/index.html') top.location=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=105;}
  else { str='ex'; wd=100; }
win.document.write('<title>Æ®¸®¿À È¨ÆäÀÌÁö ÀÎµ¦½º</title>');
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></frame>')
win.document.write('<frame name="right" src="'+rfile+'" marginwidth=0 marginheight=0></frame></frameset>')
}
//-->
