head.php 를 나모로 작업을 했거든요^^ 방법이 없을까요? > 그누3질답

그누3질답

head.php 를 나모로 작업을 했거든요^^ 방법이 없을까요? 정보

그누보드 head.php 를 나모로 작업을 했거든요^^ 방법이 없을까요?

본문

현재 제로보드를 사용하다가 어제 밤부터 그누보드로 바꾸는 중입니다. 제로보드에선 나모로 작업을 한후 head 와 foot로
나누면되는데, 그누보드에선 메인이 있네요^^  

나모에서 작업한 해더를 그누보드에 사용하니깐 "메인"이 해더 아래쪽으로 내려갑니다
질문 답변란을 검색해보니 2가지 방법이 있길래 소스 아래부분을 미완성으로 잘라 보았는데 그래도 head 아래로  붙어 버립니다. 나모로 작업하지 말고 에디터플러스를 사용하라고 하는데, 그냥 나모에서 작업한것을 사용할 방법은 없는지요?

참고로 게시판 상단과 하단에 넣을려는거 아니구요. 홈페이지 첫화면(index.php)을 만드는 중입니다.

소스가 너무 난해하고 기~네요......공부하는 중이니 흉보지 마시길.....
부탁 드립니다^^


1) 홈페이지 주소: (www.moto.co.kr/gnu3/)
2) 해더소스:
<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
 var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
 if (name == '')
 &nbsp; return;
 if (img && img.altsrc) {
 &nbsp; img.src &nbsp; &nbsp;= img.altsrc;
 &nbsp; img.altsrc = null;
 }
}

function na_preload_img()
{
 var img_list = na_preload_img.arguments;
 if (document.preloadlist == null)
 &nbsp; document.preloadlist = new Array();
 var top = document.preloadlist.length;
 for (var i=0; i < img_list.length; i++) {
 &nbsp; document.preloadlist[top+i] &nbsp; &nbsp; = new Image;
 &nbsp; document.preloadlist[top+i].src = img_list[i+1];
 }
}

function na_change_img_src(name, nsdoc, rpath, preload)
{
 var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
 if (name == '')
 &nbsp; return;
 if (img) {
 &nbsp; img.altsrc = img.src;
 &nbsp; img.src &nbsp; &nbsp;= rpath;
 }
}

function na_hide_layer(lname)
{
 if (document.layers)
 &nbsp; document.layers[lname].visibility = 'hide' &nbsp; &nbsp;
 if(document.all)
 &nbsp; document.all(lname).style.visibility = 'hidden'
}

function na_show_layer(lname)
{
 if(document.layers)
 &nbsp; document.layers[lname].visibility = 'show' &nbsp;
 if(document.all)
 &nbsp; document.all(lname).style.visibility = 'visible'
}

function na_init_layer_events()
{
 if (document.layers) {
 &nbsp; document.layers['layer1'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer1'].onmouseover = new Function("na_show_layer('layer1');");
 &nbsp; document.layers['layer2'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer2'].onmouseover = new Function("na_show_layer('layer2');");
 &nbsp; document.layers['layer3'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer3'].onmouseover = new Function("na_show_layer('layer3');");
 &nbsp; document.layers['layer4'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer4'].onmouseover = new Function("na_show_layer('layer4');");
 &nbsp; document.layers['layer5'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer5'].onmouseover = new Function("na_show_layer('layer5');");
 &nbsp; document.layers['layer6'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer6'].onmouseover = new Function("na_show_layer('layer6');");
 &nbsp; document.layers['layer7'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer7'].onmouseover = new Function("na_hide_layer('layer7');");
 &nbsp; document.layers['layer8'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer8'].onmouseover = new Function("na_show_layer('layer8');");
 &nbsp; document.layers['layer9'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer9'].onmouseover = new Function("na_show_layer('layer9');");
 &nbsp; document.layers['layer10'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
 &nbsp; document.layers['layer10'].onmouseover = new Function("na_show_layer('layer10');");
 }
}
// -->
</script>
<?
/*
 &nbsp; 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
 &nbsp; 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
*/
include "./$cfg[bbs_dir]/gblayer.php";
?>
<body OnLoad="na_preload_img(false, 'http://www.moto.co.kr/images/sd_11.gif', 'http://moto.co.kr/images/sd_22.gif', 'http://www.moto.co.kr/images/lef/leff_11.gif', 'http://www.moto.co.kr/images/lef/leff_22.gif', 'http://www.moto.co.kr/images/lef/leff_33.gif', 'http://www.moto.co.kr/images/lef/leff_44.gif', 'http://www.moto.co.kr/images/lef/leff_55.gif');na_init_layer_events();" topmargin="0" marginheight="0">
<table width='100%' cellpadding=3 cellspacing=0>
<tr class='content contentbg' height=30>
<td width="99%" height="157">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div align="left">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <table cellpadding="0" cellspacing="0" width="984">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="129" height="120" bgcolor="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="center"><img src="http://www.moto.co.kr/img/sang/mc_4.gif" border="0" width="129" height="99"></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="855" height="120" bgcolor="white" background="http://www.moto.co.kr/img/sang/to_1.jpg">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p style="page-break-before:always;" align="right"> </p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="right"> </p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="right"> &nbsp;<a href="http://moto.co.kr/index.php" target="_self"><font color="red" size="2" face="돋움">H</font><font color="#0099FF" size="2" face="돋움">ome</font></a><font color="#0099FF" size="2" face="돋움">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><font color="#00CCFF" size="2" face="돋움"><b>|</b></font><font color="#0099FF" size="2" face="돋움">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><font color="red" size="2" face="돋움">E</font><font color="#0099FF" size="2" face="돋움">-mail
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><font color="#00CCFF" size="2" face="돋움"><b>|</b></font><font color="#0099FF" size="2" face="돋움">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 불편접수</font></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </table>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <table cellpadding="0" cellspacing="0" width="978">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="978" height="35" bgcolor="#FFFFCC">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <table align="center" cellpadding="0" cellspacing="0" bordercolordark="white" bordercolorlight="black" width="973">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="973" height="20"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<table align="center" cellspacing="0" bordercolordark="white" bordercolorlight="#CCCCCC" width="980" style="border-collapse:collapse;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="94" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer9');na_hide_layer('layer10');na_change_img_src('image1', 'document', 'http://www.moto.co.kr/images/sd_11.gif', true);" href="http://www.moto.co.kr/bbs/zboard.php?id=mc_1" target="_self" OnMouseOut="na_restore_img_src('image1', 'document')"><img src="http://www.moto.co.kr/images/sd_1.gif" width="91" height="24" border="0" name="image1"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="95" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer3');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer9');na_hide_layer('layer10');na_change_img_src('c', 'document', 'http://moto.co.kr/images/sd_22.gif', true);" href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=2&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2" target="_self" OnMouseOut="na_restore_img_src('c', 'document')"><img src="http://moto.co.kr/images/sd_2.gif" width="91" height="24" border="0" name="c"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="95" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer4');na_hide_layer('layer9');na_hide_layer('layer8');na_hide_layer('layer1');na_hide_layer('layer7');na_hide_layer('layer6');na_hide_layer('layer5');na_hide_layer('layer3');na_hide_layer('layer2');na_hide_layer('layer10');" href="http://www.moto.co.kr/bbs/view.php?id=mc_22&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=7" target="_self"><img src="http://www.moto.co.kr/images/sd_3.gif" width="91" height="24" border="0"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="91" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer10');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer9');" href="http://www.moto.co.kr/bbs/zboard.php?id=mc_14" target="_self"><img src="http://www.moto.co.kr/images/sd_4.gif" width="91" height="24" border="0" name="10"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="91" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer2');na_hide_layer('layer1');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer9');na_hide_layer('layer10');" href="http://www.moto.co.kr/bbs/zboard.php?id=mc_4" target="_self"><img src="http://www.moto.co.kr/images/sd_5.gif" width="91" height="24" border="0" name="b"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="96" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer6');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer9');na_hide_layer('layer10');" href="http://www.moto.co.kr/bbs/zboard.php?id=mc_30" target="_self"><img src="http://www.moto.co.kr/images/sd_6.gif" width="91" height="24" border="0" name="f"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="95" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer5');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer9');na_hide_layer('layer10');" href="http://www.moto.co.kr/bbs/view.php?id=mc_28&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1" target="_self"><img src="http://www.moto.co.kr/images/sd_7.gif" width="91" height="24" border="0" name="e"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="94" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_hide_layer('layer7');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer8');na_hide_layer('layer9');na_hide_layer('layer10');" href="http://www.slgi.co.kr/bikesearch/index1.php" target="_self"><img src="http://www.moto.co.kr/images/sd_8.gif" width="91" height="24" border="0" name="g"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="95" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<p align="center"><a OnMouseOver="na_show_layer('layer8');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer9');na_hide_layer('layer10');" href="http://www.moto.co.kr/gnu3/?doc=bbs/gnuboard.php&bo_table=mc_1" target="_self"><img src="http://www.moto.co.kr/images/sd_9.gif" width="91" height="24" border="0"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="103" bordercolor="white" bordercolordark="white" bordercolorlight="#EAEAE0" height="33" style="border-top-width:1; border-right-width:1; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="center"><a OnMouseOver="na_show_layer('layer9');na_hide_layer('layer1');na_hide_layer('layer2');na_hide_layer('layer3');na_hide_layer('layer4');na_hide_layer('layer5');na_hide_layer('layer6');na_hide_layer('layer7');na_hide_layer('layer8');na_hide_layer('layer10');" href="http://www.moto.co.kr/bbs/zboard.php?id=mc_3&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1"><img src="http://www.moto.co.kr/images/sd_10.gif" width="91" height="24" border="0"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </table>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </table>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer1" style="background-color:white; width:255px; height:18px; position:absolute; left:366px; top:165px; z-index:1; visibility:hidden; layer-background-color:white; " OnMouseOver="na_show_layer('layer1');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="center"><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_1" target="_self"><font face="돋움" color="#FF6600">투어공지</font></a><font face="돋움" color="#FF6600">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_2" target="_self"><font face="돋움" color="#FF6600">MC공지</font></a><font face="돋움" color="#FF6600"> &nbsp;<b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_2&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1" target="_self"><font face="돋움" color="#FF6600">공지안내</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer2" style="width:664px; height:18px; position:absolute; left:191px; top:164px; z-index:1; visibility:hidden;" OnMouseOver="na_show_layer('layer2');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="center">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_4" target="_self"><font face="돋움" color="#993300">라이더방</font></a><font face="돋움" color="#993300">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_5" target="_self"><font face="돋움" color="#993300">라이더팁</font></a><font face="돋움" color="#993300"> <b>|</b>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_6" target="_self"><font face="돋움" color="#993300">투어/번개후기</font></a><font face="돋움" color="#993300"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_7" target="_self"><font face="돋움" color="#993300">라이더프로필</font></a><font face="돋움" color="#993300">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_8" target="_self"><font face="돋움" color="#993300">투어일정</font></a><font face="돋움" color="#993300">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_9" target="_self"><font face="돋움" color="#993300">운영진회의실</font></a><font face="돋움" color="#993300">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> 채팅방</font></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer3" style="background-color:white; width:585px; height:18px; position:absolute; left:242px; top:164px; z-index:1; visibility:hidden; layer-background-color:white; " OnMouseOver="na_show_layer('layer3');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=2&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2" target="_self"><font face="돋움" color="#999900">투어구성</font></a><font face="돋움" color="#999900">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=3" target="_self"><font face="돋움" color="#999900">투어행렬</font></a><font face="돋움" color="#999900"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=6" target="_self"><font face="돋움" color="#999900">수신호</font></a><font face="돋움" color="#999900"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=7" target="_self"><font face="돋움" color="#999900">투어진행</font></a><font face="돋움" color="#999900"> <b>|</b>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=8" target="_self"><font face="돋움" color="#999900">투어장비</font></a><font face="돋움" color="#999900"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_11" target="_self"><font face="돋움" color="#999900">투어코스</font></a><font face="돋움" color="#999900"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_12" target="_self"><font face="돋움" color="#999900">달릴만한도로</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer4" style="width:643px; height:18px; position:absolute; left:224px; top:166px; z-index:1; visibility:hidden;" OnMouseOver="na_show_layer('layer4');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/view.php?id=mc_22&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=7" target="_self"><font face="돋움" color="gray">자가진단
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font></a><font face="돋움" color="gray"><b>|
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </b></font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_20" target="_self"><font face="돋움" color="gray">Nagi
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 게시판</font></a><font face="돋움" color="gray"> </font><font face="돋움" color="#666666"><b>|</b></font><font face="돋움" color="gray">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_23" target="_self"><font face="돋움" color="gray">자가정비</font></a><font face="돋움" color="gray"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_25&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1" target="_self"><font face="돋움" color="gray">정비교육</font></a><font face="돋움" color="gray"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_25&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2" target="_self"><font face="돋움" color="gray">소모품</font></a><font face="돋움" color="gray"> <b>|</b>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_25&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=3" target="_self"><font face="돋움" color="gray">모터사이클명칭</font></a><font face="돋움" color="gray"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_24" target="_self"><font face="돋움" color="gray">협력업체</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer5" style="background-color:white; width:598px; height:18px; position:absolute; left:255px; top:166px; z-index:1; visibility:hidden; layer-background-color:white; " OnMouseOver="na_show_layer('layer5');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/view.php?id=mc_28&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1" target="_self"><font face="돋움" color="#003366">서킷정보</font></a><font face="돋움" color="#003366">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_26" target="_self"><font face="돋움" color="#003366">새소식광장</font></a><font face="돋움" color="#003366"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_28&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2" target="_self"><font face="돋움" color="#003366">모터사이클분류</font></a><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_10" target="_self"><font face="돋움" color="#003366"> </font></a><font face="돋움" color="#003366"><b>|</b>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_28&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=3" target="_self"><font face="돋움" color="#003366">등록절차/서류</font></a><font face="돋움" color="#003366"> <b>|</b></font><a href="http://www.moto.co.kr/bbs/view.php?id=mc_28&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=4" target="_self"><font face="돋움" color="#003366"> 역
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 사</font></a><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_10" target="_self"><font face="돋움" color="#003366"> </font></a><font face="돋움" color="#003366"><b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_27" target="_self"><font face="돋움" color="#003366">상식.팁공유</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer6" style="background-color:white; width:763px; height:18px; position:absolute; left:199px; top:166px; z-index:1; visibility:hidden; layer-background-color:white; " OnMouseOver="na_show_layer('layer6');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_30" target="_self"><font face="돋움" color="#6600CC">라이더갤러리</font></a><font face="돋움" color="#6600CC">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b></font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_31" target="_self"><font face="돋움" color="#6600CC"> 투어갤러리</font></a><font face="돋움" color="#6600CC"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_32" target="_self"><font face="돋움" color="#6600CC">레이싱갤러리</font></a><font face="돋움" color="#6600CC"> <b>|
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </b></font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_36" target="_self"><font face="돋움" color="#6600CC">동
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 영 상</font></a><font face="돋움" color="#6600CC"><b>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;</b>디카라이더
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_34" target="_self"><font face="돋움" color="#6600CC">COOL
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 갤러리</font></a><font face="돋움" color="#6600CC">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_35" target="_self"><font face="돋움" color="#6600CC">디카자유게시판</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer7" style="width:246px; height:18px; position:absolute; left:380px; top:165px; z-index:1; visibility:hidden;" OnMouseOver="na_hide_layer('layer7');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><font face="돋움">슬기넷검색
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> MC검색 <b>|</b> 회원검색</font></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer8" style="background-color:white; width:698px; height:18px; position:absolute; left:204px; top:165px; z-index:1; visibility:hidden; layer-background-color:white; " OnMouseOver="na_show_layer('layer8');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_37" target="_self"><font face="돋움" color="#3399FF">바이크팔자</font></a><font face="돋움" color="#3399FF">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_38"><font face="돋움" color="#3399FF">바이크사자</font></a><font face="돋움" color="#3399FF"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_39" target="_self"><font face="돋움" color="#3399FF">용품거래</font></a><font face="돋움" color="#3399FF"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_40" target="_self"><font face="돋움" color="#3399FF">공동구매</font></a><font face="돋움" color="#3399FF">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_41" target="_self"><font face="돋움" color="#3399FF">공동구매설문조사</font></a><font face="돋움" color="#3399FF"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_42"><font face="돋움" color="#3399FF">공동구매쇼핑물</font></a><font face="돋움" color="#3399FF">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_43" target="_self"><font face="돋움" color="#3399FF">주문실</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer9" style="width:115px; height:18px; position:absolute; left:446px; top:165px; z-index:1; visibility:hidden;" OnMouseOver="na_show_layer('layer9');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_3&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1" target="_self"><font color="teal" face="돋움">약 관</font></a><font color="teal" face="돋움"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_3&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2" target="_self"><font color="teal" face="돋움">도움말</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div id="layer10" style="width:594px; height:18px; position:absolute; left:229px; top:164px; z-index:1; visibility:hidden;" OnMouseOver="na_show_layer('layer10');">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_14" target="_self"><font face="돋움" color="#660066">이야기마당</font></a><font face="돋움" color="#660066">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_15" target="_self"><font face="돋움" color="#660066">회원갤러리</font></a><font face="돋움" color="#660066"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_16" target="_self"><font face="돋움" color="#660066">상담/답변</font></a><font face="돋움" color="#660066">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_17" target="_self"><font face="돋움" color="#660066">낙서장</font></a><font face="돋움" color="#660066"> <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_18" target="_self"><font face="돋움" color="#660066">방명록</font></a><font face="돋움" color="#660066">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_19" target="_self"><font face="돋움" color="#660066">유용한겸험담 </font></a><font face="돋움" color="#660066"><b>|</b> </font><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_20" target="_self"><font face="돋움" color="#660066">채팅실</font></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </table>
 &nbsp; </td>
</tr>
</table>

<table cellpadding="0" cellspacing="0" width="971">
 &nbsp; <tr>
 &nbsp; &nbsp; &nbsp; <td width="750" height="17">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><br> <? include "./$cfg[bbs_dir]/outlogin.php"; ?> </p>
 &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; <td width="221" height="17">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="left"><br><br><!-- 현재 접속자 -->
<?
$sql = " select COUNT(*), SUM(IF(mb_id<>'',1,0)), SUM(IF(mb_id='',1,0)) from $cfg[table_login] ";
$row = sql_fetch($sql);
?>
<a href="?doc=member.php">현재접속자 : <? echo "{$row[0]}명 (회원{$row[1]}/손님{$row[2]})";?></a> </p>
 &nbsp; &nbsp; &nbsp; </td>
 &nbsp; </tr>
</table>
<div align="left">
<table width="154" cellspacing=0 border="1" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC">
<colgroup width=180>
<colgroup width=5>
<colgroup width=''>
<tr>
 &nbsp; <td valign=top width="148" height="16">

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="left"><font face="돋움체"><IFRAME src=http://www.nalsee.com/nalsee/menu.html?id=ken2002&bid=2 width=169 height=120 frameborder=no scrolling=no></IFRAME></font></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><!-- 외부 로그인 끝 -->

 &nbsp; &nbsp; &nbsp; <!-- 공백 --></p>


 &nbsp; </td>
 &nbsp; </tr>
 &nbsp; <tr>
 &nbsp; <td valign=top width="148" height="2">

 &nbsp; &nbsp; &nbsp; <!-- 투표 시작 -->
 &nbsp; &nbsp; &nbsp; <? include "./$cfg[bbs_dir]/vote.php"; ?>
 &nbsp; &nbsp; &nbsp; <!-- 투표 끝 -->

 &nbsp; &nbsp; &nbsp; <!-- 공백 -->

 &nbsp; </td>
 &nbsp; </tr>
 &nbsp; <tr>
 &nbsp; <td valign=top width="148">

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <table cellspacing="0" width="167" bgcolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC" cellpadding="0" align="center" style="border-collapse:collapse;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" height="39" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><img src="http://www.moto.co.kr/images/mc_3.gif" border="0" width="167" height="40"></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" height="28" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/view.php?id=mc_10&page=2&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=10" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', 'http://www.moto.co.kr/images/lef/leff_11.gif', true);" target="_self"><img src="http://www.moto.co.kr/images/lef/leff_1.gif" border="0" width="167" height="40" name="image2"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" height="32" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="http://www.moto.co.kr/bbs/view.php?id=mc_22&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=7" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', 'http://www.moto.co.kr/images/lef/leff_22.gif', true);" target="_self"><img src="http://www.moto.co.kr/images/lef/leff_2.gif" border="0" width="167" height="40" name="image3"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" height="38" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="#" OnMouseOut="na_restore_img_src('image4', 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'http://www.moto.co.kr/images/lef/leff_33.gif', true);"><img src="http://www.moto.co.kr/images/lef/leff_3.gif" border="0" width="167" height="40" name="image4"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><a href="#" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', 'http://www.moto.co.kr/images/lef/leff_44.gif', true);"><img src="http://www.moto.co.kr/images/lef/leff_4.gif" border="0" width="167" height="40" name="image5"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" height="35" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p align="left"><a href="http://www.moto.co.kr/bbs/zboard.php?id=mc_36" OnMouseOut="na_restore_img_src('image6', 'document')" OnMouseOver="na_change_img_src('image6', 'document', 'http://www.moto.co.kr/images/lef/leff_55.gif', true);" target="_self"><img src="http://www.moto.co.kr/images/lef/lef_5.gif" border="0" width="166" height="40" name="image6"></a></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <tr bordercolor="white" bordercolordark="white">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <td width="165" height="11" bgcolor="white" bordercolor="white" bordercolordark="white" bordercolorlight="white" align="center" valign="middle" style="border-top-width:1; border-right-width:1pt; border-bottom-width:1; border-left-width:1; border-color:rgb(204,204,204); border-style:solid;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><img src="http://www.moto.co.kr/images/mc_2.gif" border="0" width="167" height="40"></p>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </table>


 &nbsp; </td>
 &nbsp; </tr>
<colgroup width=180>
<colgroup width=5>
<colgroup width=''>
<tr>
 &nbsp; <td valign=top width="148">

 &nbsp; &nbsp; &nbsp; <!-- 카운터 시작 -->
 &nbsp; &nbsp; &nbsp; <? include "./$cfg[bbs_dir]/count.php"; ?>
 &nbsp; &nbsp; &nbsp; <!-- 카운터 끝 -->

 &nbsp; </td>
 &nbsp; </tr>
 &nbsp; <tr>
 &nbsp; <td valign=top width="148">

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <p><?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

define("_DOCTYPE_", "DESIGN");

$html_title = "접속회원";

$mod = 6; // 6명이 출력되면 한줄 아래로 출력
?>

<table width=100% cellpadding=1 cellspacing=1>
 &nbsp;<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
 &nbsp;<tr><td class='subject subjectbg ht arial' align=center>현재 접속자</td></tr>
 &nbsp;<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
 &nbsp;<tr>
 &nbsp; &nbsp; &nbsp;<td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<table width=100% cellpadding=0 cellspacing=0><tr><td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<?
include "./$cfg[bbs_dir]/gblayer.php";
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$guest_count = 0;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$sql = " select a.mb_id, b.mb_name, b.mb_icon, b.mb_email, b.mb_homepage, b.mb_open, a.lo_ip
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; from $cfg[table_login] a left join $cfg[table_member] b on (a.mb_id = b.mb_id)
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;order by a.mb_id desc, a.lo_ip ";
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$result = sql_query($sql);
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;for ($i=0; $row=mysql_fetch_array($result); $i++) {
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if ($row[mb_id]) {
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$tmp_name = gblayer($row[mb_id], cut_str($row[mb_name],12), $row[mb_email], $row[mb_homepage], $row[mb_open]);
echo "<table width=85% align=left><tr>";
echo "<td height=20><font color=777777>".(($rows)+$i+1).".</font> $tmp_name</td>";
echo "</tr></table>";
if ($i && $i%$mod==0) {
echo "</td></tr><tr><td>";
}
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mysql_free_result($result);
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?></td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </tr>

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</table>
 &nbsp; &nbsp; &nbsp;</td>
 &nbsp;</tr>
 &nbsp;</table> &nbsp;</p>


 &nbsp; </td>
 &nbsp; </tr>
</table>
</div>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로