묻고답하기

http://multifocus.net/board/board.php  아래와 같은 오류가 자꾸 발생합니다. 어케 고쳐야 하는지...
    
    런타임오류가 발생했습니다.
    디버그 하시겠습니까?

   줄:33
   오류: 'document.all[...].style'은(는) null이거나 개체가 아닙니다.

--> 오류페이지 소스입니다. 참고로, 드림위버에서 layer position on percentage 사용했습니다.
       제발 답좀 해주세요... ㅠ.ㅠ 부탁드립니다.
    
<html>
<head>
<title>:::::::::: 멀티포커스 ::::::::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel = StyleSheet HREF='../text.css' type='text/css' title='text CSS'>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes');
}
//  End -->
</script>
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function tmtZ_moveLayer(bersaglio, sin, alt) {
    if (document.layers) {
        var Wzob = innerWidth / 100;
        var Hzob = innerHeight / 100;
        document.layers[bersaglio].left = sin * Wzob;
        document.layers[bersaglio].top = alt * Hzob;
    } else {
        if (document.all) {
            var Wzob = document.body.offsetWidth / 100;
            var Hzob = document.body.offsetHeight / 100;
            document.all[bersaglio].style.left = sin * Wzob;
            document.all[bersaglio].style.top = alt * Hzob;
        }
    }
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show'+ '+ ')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->
</script>
</head>

<body text="#000000" leftmargin="0" topmargin="0" onLoad="tmtZ_moveLayer'menu1','12','9');
tmtZ_moveLayer'menu2','12','9');tmtZ_moveLayer'menu3','12','9');tmtZ_moveLayer'menu4','12','9');
tmtZ_moveLayer('menu5','12','9');tmtZ_moveLayer('menu6','12','9');MM_preloadImages('../images/menu_board_over.gif','../images/ga_landscape_over.gif','../images/ga_portrate_over.gif','../images/ga_documentary_over.gif','../images/ga_special_over.gif','../images/ga_ad_over.gif','../images/ga_movie_over.gif','../images/ga_artist_over.gif','../images/ga_lend_over.gif','../images/tr_domestic_over.gif','+ '../images/tr_foreign_over.gif','../images/tr_event_over.gif','../images/ac_qna_over.gif','../images/ac_video_over.gif','../images/ac_photo_over.gif','../images/ac_room_over.gif','../images/ac_special_over.gif','../images/ac_color_over.gif','../images/ac_bnw_over.gif','../images/ac_basic_over.gif','../images/club_create_over.gif','../images/club_my_over.gif','../images/bd_free_over.gif','../images/bd_qna_over.gif','../images/bd_contest_over.gif','+ '../images/bd_news_over.gif','../images/bd_util_over.gif','../images/bd_faq_over.gif','../images/club_sale_over.gif','../images/ac_accept_over.gif')" onResize="tmtZ_moveLayer('menu1','12','9');tmtZ_moveLayer('menu2','12','9');tmtZ_moveLayer('menu3','12','+ '9');tmtZ_moveLayer('menu4','12','9');tmtZ_moveLayer('menu5','12','9');tmtZ_moveLayer('menu6','12','9')" bgcolor="#FFFFFF">
<?
   $_zb_url = "http://multifocus.net/bbs_zb/";
   $_zb_path = "/system/home/multifocus/html/bbs_zb/";
   include $_zb_path."outlogin.php";
?>
<div id="menu1" style="position:absolute; width:130px; height:213px; z-index:1; visibility:hidden; left: 12%; top: 9%;" onMouseOver="MM_showHideLayers('menu1','','show')" onMouseOut="MM_showHideLayers('menu1','','hide')">
  <table width="95%" border="0" cellspacing="0" cellpadding="0" height="216">
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="javascript:void(0);" onClick="fullScreen('http://multifocus.net/bbs_zb/zboard.php?id=gallery_ls');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image71','','../images/ga_landscape_over.gif',1)"><img name="Image71" border="0" src="../images/ga_landscape.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="javascript:void(0);" onClick="fullScreen('http://multifocus.net/bbs_zb/zboard.php?id=gallery_pr');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image73','','../images/ga_portrate_over.gif',1)"><img name="Image73" border="0" src="../images/ga_portrate.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="javascript:void(0);" onClick="fullScreen('http://multifocus.net/bbs_zb/zboard.php?id=gallery_dm');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image74','','../images/ga_documentary_over.gif',1)"><img name="Image74" border="0" src="../images/ga_documentary.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="javascript:void(0);" onClick="fullScreen('http://multifocus.net/bbs_zb/zboard.php?id=gallery_sp');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('+ 'Image75','','../images/ga_special_over.gif',1)"><img name="Image75" border="0" src="../images/ga_special.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="javascript:void(0);" onClick="fullScreen('http://multifocus.net/bbs_zb/zboard.php?id=gallery_ad');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image76','','../images/ga_ad_over.gif',1)"><img name="Image76" border="0" src="../images/ga_ad.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="../gallery/movie.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image77','','../images/ga_movie_over.gif',1)"><img name="Image77" border="0" src="../images/ga_movie.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=artist" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image78','','../images/ga_artist_over.gif',1)"><img name="Image78" border="0" src="../images/ga_artist.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="../gallery/lend.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image79','','../images/ga_lend_over.gif',1)"><img name="Image79" border="0" src="../images/ga_lend.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
  </table>
</div>
<div id="menu2" style="position:absolute; width:130px; height:213px; z-index:1; visibility:hidden; left: 12%; top: 9%;" onMouseOver="MM_showHideLayers('menu2','','show')" onMouseOut="MM_showHideLayers('menu2','','hide')">
  <table width="95%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="25" background="images/bg_layer.jpg"> </td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="../treavel/domestic.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image80','','../images/tr_domestic_over.gif',1)"><img name="Image80" border="0" src="../images/tr_domestic.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('+ 'Image81','','../images/tr_foreign_over.gif',1)"><img src="../images/tr_foreign.gif" name="Image81" width="120" height="25" border="0" onClick="MM_popupMsg('서비스 예정입니다.')"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><font face="정9"><a href="../treavel/event.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image82','','../images/tr_event_over.gif'+ ',1)"><img name="Image82" border="0" src="../images/tr_event.gif" width="120" height="25"></a></font></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><font face="정9"> </font></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><font face="정9"> </font></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
  </table>
</div>
<div id="menu3" style="position:absolute; width:130px; height:213px; z-index:1; visibility:hidden; left: 12%; top: 9%;" onMouseOver="MM_showHideLayers('menu3','','show')" onMouseOut="MM_showHideLayers('menu3','','hide')">
  <table width="95%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_basic" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image90','','../images/ac_basic_over.gif',1)"><img name="Image90" border="0" src="../images/ac_basic.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_bnw" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image89','','../images/ac_bnw_over.gif',1)"><img name="Image89" border="0" src="../images/ac_bnw.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_color" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image88','','../images/ac_color_over.gif',1)"><img name="Image88" border="0" src="../images/ac_color.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_special" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image87','','../images/ac_special_over.gif',1)"><img name="Image87" border="0" src="../images/ac_special.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_dark" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image86','','../images/ac_room_over.gif',1)"><img name="Image86" border="0" src="../images/ac_room.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_photo" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image85','','../images/ac_photo_over.gif',1)"><img name="Image85" border="0" src="../images/ac_photo.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_video" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image84','','../images/ac_video_over.gif',1)"><img name="Image84" border="0" src="../images/ac_video.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=edu_qna" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image83','','../images/ac_qna_over.gif',1)"><img name="Image83" border="0" src="../images/ac_qna.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="1" background="images/bg_layer.jpg" bgcolor="#FFFFFF"><a href="../academy/accept_photo.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image106','','../images/ac_accept_over.gif',1)"><img src="../images/ac_accept.gif" name="Image106" width="120" height="25" border="0"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
  </table>
</div>
<div id="menu5" style="position:absolute; width:130px; height:213px; z-index:1; visibility:hidden; left: 12%; top: 9%;" onMouseOver="MM_showHideLayers('menu5','','show')" onMouseOut="MM_showHideLayers('menu5','','hide')">
  <table width="94%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="25"> </td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25"> </td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25"> </td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image98'+ ','','../images/club_create_over.gif',1)"><img src="../images/club_create.gif" name="Image98" width="120" height="25" border="0" onClick="MM_popupMsg('서비스 예정입니다.')"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="javascript:void(0);" onClick="fullScreen('http://multifocus.net/bbs_zb/zboard.php?id=myalbum');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image99','','../images/club_my_over.gif',1)"><img name="Image99" border="0" src="../images/club_my.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href="http://multifocus.net/bbs_zb/zboard.php?id=club_sale" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image119','','../images/club_sale_over.gif'+ ',1)"><img name="Image119" border="0" src="../images/club_sale.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
  </table>
</div>
<div id="menu6" style="position:absolute; width:130px; height:213px; z-index:1; visibility:hidden; left: 12%; top: 9%;" onMouseOver="MM_showHideLayers('menu6','','show')" onMouseOut="MM_showHideLayers('menu6','','hide')">
  <table width="96%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href=# onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image100','','../images/bd_free_over.gif',1)" onClick="MM_openBrWindow('+ 'http://multifocus.net/bbs_zb/zboard.php?id=free','','scrollbars=yes,width=800,height=600, left=110, top=70')"><img name="Image100" border="0" src="../images/bd_free.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href=# onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image101','','../images/bd_qna_over.gif',1)" onClick="MM_openBrWindow('http://multifocus.net/bbs_zb/zboard.php?id=qna','','scrollbars=yes,width=800,height=600, left=110, top=70')"><img name="Image101" border="0" src="../images/bd_qna.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href=# onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image102','','../images/bd_contest_over.gif',1)" onClick="MM_openBrWindow('http://multifocus.net/bbs_zb/zboard.php?id=contest','','scrollbars=yes,width=800,height=600, left=110, top=70')"><img name="Image102" border="0" src="../images/bd_contest.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href=# onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image103','','../images/bd_news_over.gif',1)" onClick="MM_openBrWindow('http://multifocus.net/bbs_zb/zboard.php?id=news','','scrollbars=yes,width=800,height=600, left=110, top=70')"><img name="Image103" border="0" src="../images/bd_news.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href=# onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image104','+ '','../images/bd_util_over.gif',1)" onClick="MM_openBrWindow('http://multifocus.net/bbs_zb/zboard.php?id=util','','scrollbars=yes,width=800,height=600, left=110, top=70')"><img name="Image104" border="0" src="../images/bd_util.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
    <tr>
      <td height="25" background="images/bg_layer.jpg"><a href=# onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image105','','../images/bd_faq_over.gif',1)" onClick="MM_openBrWindow('faq/board.php','','scrollbars=yes,width=800,height=600, left=110, top=70')"><img name="Image105" border="0" src="../images/bd_faq.gif" width="120" height="25"></a></td>
    </tr>
    <tr>
      <td height="1" bgcolor="#FFFFFF"><img src="../images/blank_h1.gif" width="10" height="2"></td>
    </tr>
  </table>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="50">
  <tr>
    <td height="16" width="52%" valign="bottom">
      <table width="30%" border="0" cellspacing="0" cellpadding="0" height="36">
        <tr>
          <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="150" height="40">
              <param name=movie value="../images/title.swf">
              <param name=quality value=high>
              <embed src="../images/title.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="150" height="40">
              </embed>
            </object></td>
        </tr>
      </table>
      
    </td>
    <td height="16" width="48%" valign="bottom"><div align="right"><? print_outlogin("default", 1, 10) ?></div> </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#CCCCCC"><img src="../images/gray_h1.gif" width="10" height="1"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="165">
  <tr>
    <td width="31%" bgcolor="F7EEEF" valign="bottom">
      <table width="126" border="0" cellspacing="0" cellpadding="0" height="162">
        <tr>
          <td height="25" width="91%" valign="bottom" onMouseOver="MM_showHideLayers('menu1','','show','menu2','+ '','hide','menu3','','hide','menu5','','hide','menu6','','hide')">
              <a href="../gallery/gallery.php"><b>Gallery</b></a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td height="2" colspan="2" bgcolor="#FFFFFF"><b><img src="../images/blank_h1.gif" width="8" height="2"></b></td>
        </tr>
        <tr>
          <td height="25" width="91%" valign="bottom" onMouseOver="MM_showHideLayers('menu1',''+ ','hide','menu2','','show','menu3','','hide','menu5','+ '','hide','menu6','','hide')">  <a href="../treavel/treavel.php"><b>Treavel</b></a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td height="1" colspan="2" bgcolor="#FFFFFF"><b><img src="../images/blank_h1.gif" width="8" height="2"></b></td>
        </tr>
        <tr>
          <td height="25" width="91%" valign="bottom" onMouseOver="MM_showHideLayers('menu1','','hide','menu2','','hide','menu3','','show'+ ','menu5','','hide','menu6','','hide')">  <a href="../academy/academy.php"><b>Academy</b></a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td height="1" colspan="2" bgcolor="#FFFFFF"><b><img src="../images/blank_h1.gif" width="10" height="2"></b></td>
        </tr>
        <tr>
          <td height="25" width="91%" valign="bottom" onMouseOver="MM_showHideLayers('menu1','+ '','hide','menu2','','hide','menu3'+ ','','hide','menu5','','hide','menu6','','hide')">  <a href="../shopping/shopping.jsp" target="_blank"><b>Shopping</b></a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td height="1" colspan="2" bgcolor="#FFFFFF"><b><img src="../images/blank_h1.gif" width="8" height="2"></b></td>
        </tr>
        <tr>
          <td height="25" width="91%" valign="bottom" onMouseOver="MM_showHideLayers('menu1','','hide','menu2','','hide','menu3','','hide','menu5','','show'+ ','menu6',''+ ','hide')">  <a href="../club/club.php"><b>Club</b></a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td height="1" colspan="2" bgcolor="#FFFFFF"><b><img src="../images/blank_h1.gif" width="8" height="2"></b></td>
        </tr>
        <tr>
          <td height="25" width="91%" valign="bottom" onMouseOver="MM_showHideLayers('menu1','','hide','menu2','+ '','hide','menu3','','hide','menu5','','hide','menu6','','show')">  <a href="board.php"><b><font color="#FF66CC">Board</font></b></a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td height="1" colspan="2" bgcolor="#FFFFFF"><b><img src="../images/blank_h1.gif" width="10" height="2"></b></td>
        </tr>
      </table>
    </td>
    <td bgcolor="#F7EEEE" width="69%">
      <div align="right"><img src="images/bg_right.jpg" width="700" height="165"></div>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#CCCCCC"><img src="../images/gray_h1.gif" width="10" height="1"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="20" background="images/table_bg.gif">
      <div align="right"><a href="board.php"><b>게시판</b></a> :: <a href="../main.php">메인</a>
          </div>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#CCCCCC"><img src="../images/gray_h1.gif" width="10" height="1"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="26%" valign="top"> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" valign="bottom"> <img src="images/title_free.gif" width="100" height="25" border="0"></td>
        </tr>
        <tr>
          <td height="1" bgcolor="FF66CC"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
        <tr>
          <td height="5"><img src="../gallery/images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table>
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="19"><? print_bbs("default/default_bbs", "자유게시판", "free", 4, 11) ?></td>
        </tr>
      </table>
           <table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td background="../gallery/images/dotline.gif"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table>
    </td>
    <td width="1" rowspan="3" valign="top" bgcolor="#CCCCCC"><img src="../gallery/images/blank_w1.gif" width="1" height="10"></td>
    <td width="26%" valign="top">
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" valign="bottom"> <img src="images/title_snews.gif" width="100" height="25" border="0"></td>
        </tr>
        <tr>
          <td height="1" bgcolor="FF66CC"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
        <tr>
          <td height="5"><img src="../gallery/images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table>
      <table width="89%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="19"><? print_bbs("default/default_bbs", "공지사항", "news", 4, 11) ?></td>
        </tr>
      </table>
           <table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td background="../gallery/images/dotline.gif"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table></td>
    <td width="1" rowspan="3" bgcolor="#CCCCCC"><img src="../gallery/images/blank_w1.gif" width="1" height="10"></td>
    <td width="26%" valign="top" background="images/bg_table.gif"><br>
      <table width="95%" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="44"> <div align="center"><a href="javascript:;" onMouseDown="MM_openBrWindow('faq/board.php','','scrollbars=yes,width=800,height=600,left=110,top=70')"><img src="images/box_faq.gif" width="93" height="44" border="0"></a></div></td>
          <td><div align="center"><a href="javascript:;" onMouseDown="MM_openBrWindow('faq/board.php','','scrollbars=yes,width=800,height=600,left=110,top=70')"><img src="images/box_faq.gif" width="93" height="44" border="0"></a></div></td>
        </tr>
        <tr>
          <td height="44"><div align="center"><a href="javascript:;" onMouseDown="MM_openBrWindow('faq/board.php','','scrollbars=yes,width=800,height=600,left=110,top=70'+ ')"><img src="images/box_faq.gif" width="93" height="44" border="0"></a></div></td>
          <td><div align="center"><a href="javascript:;" onMouseDown="MM_openBrWindow('faq/board.php','','scrollbars=yes,width=800,height=600,left=110,top=70')"><img src="images/box_faq.gif" width="93" height="44" border="0"></a></div></td>
        </tr>
      </table>
      <br>
    </td>
    <td width="1" rowspan="3" bgcolor="#CCCCCC"><img src="../gallery/images/blank_w1.gif" width="1" height="10"></td>
    <td width="22%" rowspan="3" valign="top"> <div align="center"><br>
        <? include "../banner.php"; ?>
      </div></td>
  </tr>
  <tr>
    <td width="26%" valign="top"> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" valign="bottom"> <img src="images/title_sqna.gif" width="100" height="25" border="0"></td>
        </tr>
        <tr>
          <td height="1" bgcolor="FF66CC"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
        <tr>
          <td height="5"><img src="../gallery/images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table>
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="19"><? print_bbs("default/default_bbs", "질문게시판", "qna", 4, 11) ?></td>
        </tr>
      </table>
           <table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td background="../gallery/images/dotline.gif"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table></td>
    <td width="26%" valign="top">
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" valign="bottom"><img src="images/title_sutil.gif" width="100" height="25" border="0">
          </td>
        </tr>
        <tr>
          <td height="1" bgcolor="FF66CC"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
        <tr>
          <td height="5"><img src="../gallery/images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table>
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="19"><? print_bbs("default/default_bbs", "자료실", "util", 4, 11) ?></td>
        </tr>
      </table>
           <table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td background="../gallery/images/dotline.gif"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table></td>
    <td width="26%" rowspan="2" valign="bottom" background="images/bg_table.gif">
      <table width="94%" border="0" align="center" cellpadding="0" cellspacing="2">
        <tr>
          <td height="20" bgcolor="#CCCCCC"> <div align="left"></div></td>
        </tr>
        <tr>
          <td height="200" bgcolor="#CCCCCC"> </td>
        </tr>
      </table></td>
  </tr>
  <tr>
    <td width="26%" valign="top"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" valign="bottom"> <img src="images/title_scontest.gif" width="121" height="25" border="0"></td>
        </tr>
        <tr>
          <td height="1" bgcolor="FF66CC"><img src="images/blank_h1.gif" width="10" height="1"></td>
        </tr>
        <tr>
          <td height="5"><img src="../gallery/images/blank_h1.gif" width="10" height="1"></td>
        </tr>
      </table>
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="19"><? print_bbs("default/default_bbs", "사진대회정보", "contest", 4, 11) ?></td>
        </tr>
      </table></td>
    <td width="26%" valign="top"> </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="16">
      <div align="center">
      <? include "../page_bottom.php"; ?>
      </div>
    </td>
  </tr>
</table>
<p> </p>
</body>
</html>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
강동호 WinAPM으로 제로보드 설치하는거 이짜나요`~!!! [4] 2007.08.10
국중권 [re] 윈2000에서.. apm 을 설치해서 사용하려고 하는데요~  
난쟁이 윈2000에서.. apm 을 설치해서 사용하려고 하는데요~  
싸리동국 게시판.배경화면.고정시키려면..... [1] 2007.08.10
oasis 이 폰트를 아시는분 있나요? [1] 2007.08.10
김제문 NZEO 게시판의 이미지와 파일이 깨집니다  
강동호 제로보드 설치 햇는데.. 그담엔 뭐어찌하는건가요 ?? [3] 2007.08.10
최정규 회원가입하게 하는거 어떻게 하는거예요? [1] 2007.08.10
양의석 홈페이지 제작시 화면 꽉 채우기 [6] 2007.08.10
강동호 제로보드설치 뒤에 뜨는 그룹추가하는 화면 다시 어떠케 키는가요??  
푸른하늘 제로보드를 설치했는데 그룹추가가 되지 않습니다 ^^;  
영민이 메뉴 소스좀... [4] 2007.08.10
김진아 제로보드가 설치되는 곳이요... [2] 2007.08.10
붉은비가내려™ 그림을 무지개모양으로 하고 싶어요. [3] 2007.08.10
김정석 글씨의 크기... [2] 2007.08.10
bizz 왼쪽 메뉴 소스점.. [1] 2007.08.10
최강남자킹 이런 형태의 index문은 처음보는데요.. 누가 말씀좀.. [3] 2007.08.10
RHJ 혹시 3D MAX에서 만든 3D 물체를 플래시 포맷으로 바꿀수 잇는 방법 아시는분 ^^; [1] 2007.08.10
kimdahye 팝업창에서요.. [1] 2007.08.10
박성일 나모나 그외 플그램으로 인터넷상에서 표가 전선으로 보이게하는방법좀알켜주세요 [2] 2007.08.10