묻고답하기
팝업창 없애는법 좀 제발 알려주세요
2010.06.11 20:49
안녕하세요
팝업창 없애는 방법 알려주세요
아래와 같이 창이 없어지지 않고 있습니다
어떻게 해야 하나요
하루종일 정말 미치겠네요 방법좀 알려주세요
아래는 index입니다
------------------------------------------------------
<?
$path = "nalog507";
$counter = "tt00";
include "$path/nalog.php";
?>
<?
$_zb_url="http://tt00.kr/bbs/" ;
$_zb_path = "/web/home/kimjt/html/bbs/";
include $_zb_path. "outlogin.php";
?>
<html>
<head>
<title>화물운송시험센타</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta http-equiv="imagetoolbar" content="no">
<script type="text/javascript">
var intervalID;
function loadBanner() {
clearInterval(intervalID);
intervalID=setInterval(displayBanner,12);
}
function displayBanner() {
var arr = document.getElementsByName("banner");
for (var i=0; i<arr.length; i++) {
arr[i].offsetTop-1>-arr[i].offsetHeight ? moveTop(arr[i]) : stopMove(arr[i]);
}
}
function moveTop(obj) {
obj.style.top=obj.offsetTop-1;
}
function stopMove(obj) {
obj.style.top=280;
clearInterval(intervalID);
intervalID=setInterval(loadBanner,1300);
}
</script>
<script Language="JavaScript">
function getCookie(name)
{
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length )
{
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie )
{
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )break;
}
return "";
}
</script>
<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:none}
.nmsw_over { border-width:2; border-color:rgb(204,204,204); border-style:solid; }
--></style>
<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 == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length; i++) {
document.preloadlist[top+i] = new Image;
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 == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
function na_hide_layer(lname)
{
if (document.layers)
document.layers[lname].visibility = 'hide'
if(document.all)
document.all(lname).style.visibility = 'hidden'
}
function na_show_layer(lname)
{
if(document.layers)
document.layers[lname].visibility = 'show'
if(document.all)
document.all(lname).style.visibility = 'visible'
}
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
function na_init_layer_events()
{
if (document.layers) {
document.layers['sub1'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['sub1'].onmouseout = new Function("na_hide_layer('sub1');na_restore_img_src('image1', 'document');");
document.layers['sub1'].onmouseover = new Function("na_show_layer('sub1');na_change_img_src('image1', 'document', 'images/main_09_o.gif', false);");
document.layers['sub2'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['sub2'].onmouseout = new Function("na_hide_layer('sub2');na_restore_img_src('image2', 'document');");
document.layers['sub2'].onmouseover = new Function("na_show_layer('sub2');na_change_img_src('image2', 'document', 'images/main_11_o.gif', false);");
document.layers['sub3'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['sub3'+
'+
'].onmouseout = new Function("na_hide_layer('sub3');na_restore_img_src('image3', 'document');");
document.layers['sub3'].onmouseover = new Function("na_show_layer('sub3');na_change_img_src('image3', 'document', 'images/main_14_o.gif', false);");
document.layers['sub4'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['sub4'].onmouseout = new Function("na_hide_layer('sub4');na_restore_img_src('image4', 'document');");
document.layers['sub4'].onmouseover = new Function("na_show_layer('sub4');na_change_img_src('image4', 'document', 'images/main_16_o.gif', false);");
document.layers['sub5'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['sub5'].onmouseout = new Function("na_hide_layer('sub5');na_restore_img_src('image5', 'document');");
document.layers['sub5'].onmouseover = new Function("na_show_layer('sub5');na_change_img_src('image5'+
', 'document', 'images/main_18_o.gif', false);");
}
}
// -->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="loadBanner();na_open_window('win', 'popup2.htm', 0, 0, 299, 393, 0, 0, 0, 0, 0);na_preload_img(false, 'images/main_09_o.gif', 'images/main_11_o.gif', 'images/main_14_o.gif', 'images/main_16_o.gif', 'images/main_18_o.gif');na_init_layer_events();" style="overflow-x:hidden">
<script language="JavaScript">
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
</script>
<table id="Table_01" width="1016" height="741" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="21">
<img src="images/main_01.gif" width="1015" height="35" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="35" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/main_02.gif" width="23" height="57" alt=""></td>
<td colspan="4" rowspan="2">
<img src="images/main_03.gif" width="308" height="57" alt="" border="0"></td>
<td colspan="13" width="562" height="25" background="images/main_04.gif" align="right">
<table id="Table_01" width="135" height="21" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="http://tt00.kr"><img src="images/top_01.gif" width="45" height="21" alt="" border="0"></a></td>
<td>
<a href="http://tt00.kr/bbs/zboard.php?id=board2"><img src="images/top_02.gif" width="31" height="21" alt="" border="0"></a></td>
<td>
<a href="sitemap.htm"><img src="images/top_03.gif" width="59" height="21" alt="" border="0"></a></td>
</tr>
</table></td>
<td rowspan="3">
<img src="images/main_05.gif" width="13" height="70" alt=""></td>
<td rowspan="3">
<img src="images/main_06.gif" width="36" height="70" alt=""></td>
<td rowspan="3">
<img src="images/main_07.gif" width="73" height="70" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="25" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/main_08.gif" width="72" height="45" alt=""></td>
<td colspan="2" rowspan="2">
<a href="#" OnMouseOver="na_show_layer('sub1');na_change_img_src('image1', 'document', 'images/main_09_o.gif', true);" OnMouseOut="na_hide_layer('sub1'); na_restore_img_src('image1', 'document')"><img src="images/main_09.gif" width="72" height="45" alt="" border="0" name="image1"></a></td>
<td rowspan="2">
<img src="images/main_10.gif" width="22" height="45" alt=""></td>
<td rowspan="2">
<a href="#" OnMouseOver="na_show_layer('sub2');na_change_img_src('image2', 'document', 'images/main_11_o.gif', true);" OnMouseOut="na_hide_layer('sub2'); na_restore_img_src('image2', 'document')"><img src="images/main_11.gif" width="75" height="45" alt="" border="0" name="image2"></a></td>
<td rowspan="2">
<img src="images/main_12.gif" width="19" height="45" alt=""></td>
<td rowspan="2">
<img src="images/main_13.gif" width="5" height="45" alt=""></td>
<td colspan="2" rowspan="2">
<a href="#" OnMouseOut="na_hide_layer('sub3'); na_restore_img_src('image3', 'document')" OnMouseOver="na_show_layer('sub3');na_change_img_src('image3', 'document', 'images/main_14_o.gif', true);"><img src="images/main_14.gif" width="114" height="45" alt="" border="0" name="image3"></a></td>
<td rowspan="2">
<img src="images/main_15.gif" width="11" height="45" alt=""></td>
<td rowspan="2">
<a href="#" OnMouseOver="na_show_layer('sub4');na_change_img_src('image4', 'document', 'images/main_16_o.gif', true);" OnMouseOut="na_hide_layer('sub4'); na_restore_img_src('image4', 'document')"><img src="images/main_16.gif" width="76" height="45" alt="" border="0" name="image4"></a></td>
<td rowspan="2">
<img src="images/main_17.gif" width="20" height="45" alt=""></td>
<td rowspan="2">
<a href="#" OnMouseOver="na_show_layer('sub5'+
');na_change_img_src('image5', 'document', 'images/main_18_o.gif'+
', true);" OnMouseOut="na_hide_layer('sub5'); na_restore_img_src('image5', '+
'document')"><img src="images/main_18.gif" width="76" height="45" alt="" border="0" name="image5"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="32" alt=""></td>
</tr>
<tr>
<td colspan="5">
<img src="images/main_19.gif" width="331" height="13" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="13" alt=""></td>
</tr>
<tr>
<td colspan="21" width="1015" height="29" background="images/main_20.gif" style="background-repeat:no-repeat;">
<div id="sub1" style="width:315px; height:32px; position:absolute; left:410px; top:95px; z-index:1; visibility:hidden;" OnMouseOut="na_hide_layer('sub1');na_restore_img_src('image1', 'document');" OnMouseOver="na_show_layer('sub1');na_change_img_src('image1', 'document', 'images/main_09_o.gif', false);">
<table id="submenu" width="315" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3" width="8">
<img src="images/sub_01.gif" width="8" height="23" alt=""></td>
<td width="215" height="3" background="images/sub_02.gif">
</td>
<td rowspan="3" width="92" height="23">
<img src="images/sub_03.gif" alt=""></td>
</tr>
<tr>
<td width="215" height="17" background="images/sub_04.gif" nowrap>
<p align="center"><a href="intro1.htm"><img src="images/s1_1.gif" width="38" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="intro2.htm"><img src="images/s1_2.gif" width="48" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="intro3.htm"><img src="images/s1_3.gif" width="48" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="intro4.htm"><img src="images/s1_4.gif" width="28" height="17" border="0"></a></p>
</td>
</tr>
<tr>
<td width="215" height="3" background="images/sub_05.gif">
</td>
</tr>
</table>
</div>
<div id="sub2" style="width:315px; height:32px; position:absolute; left:420px; top:95px; z-index:1; visibility:hidden;" OnMouseOut="na_hide_layer('sub2');na_restore_img_src('image2', 'document');" OnMouseOver="na_show_layer('sub2');na_change_img_src('image2', 'document', 'images/main_11_o.gif', false);">
<table id="submenu" width="315" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3" width="8">
<img src="images/sub_01.gif" width="8" height="23" alt=""></td>
<td width="240" height="3" background="images/sub_02.gif">
</td>
<td rowspan="3" width="67" height="23">
<img src="images/sub_03.gif" alt=""></td>
</tr>
<tr>
<td width="280" height="17" background="images/sub_04.gif" nowrap>
<p align="center"><a href="http://tt00.kr/bbs/zboard.php?id=info1"><img src="images/s2_1.gif" width="48" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=info2"><img src="images/s2_2.gif" width="90" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=info3"><img src="images/s2_3.gif" border="0"></a></p>
</td>
</tr>
<tr>
<td width="240" height="3" background="images/sub_05.gif">
</td>
</tr>
</table>
</div>
<div id="sub3" style="width:315px; height:38px; position:absolute; left:544px; top:95px; z-index:1; visibility:hidden;" OnMouseOut="na_hide_layer('sub3');na_restore_img_src('image3', 'document');" OnMouseOver="na_show_layer('sub3');na_change_img_src('image3', 'document', 'images/main_14_o.gif', false);">
<table id="submenu" width="315" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3" width="8">
<img src="images/sub_01.gif" width="8" height="23" alt=""></td>
<td width="240" height="3" background="images/sub_02.gif">
</td>
<td rowspan="3" width="67" height="23">
<img src="images/sub_03.gif" alt=""></td>
</tr>
<tr>
<td width="240" height="17" background="images/sub_04.gif" nowrap>
<p align="center"><a href="http://tt00.kr/bbs/zboard.php?id=book1"><img src="images/s3_1.gif" width="38" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=book2"><img src="images/s3_2.gif" width="38" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=book3"><img src="images/s3_3.gif" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/lecture_info.htm"><img src="images/s3_4.gif" border="0"></a></p>
</td>
</tr>
<tr>
<td width="240" height="3" background="images/sub_05.gif">
</td>
</tr>
</table>
</div>
<div id="sub4" style="width:315px; height:32px; position:absolute; left:618px; top:95px; z-index:1; visibility:hidden;" OnMouseOut="na_hide_layer('sub4');na_restore_img_src('image4', 'document');" OnMouseOver="na_show_layer('sub4');na_change_img_src('image4', 'document', 'images/main_16_o.gif', false);">
<table id="submenu" width="315" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3" width="8">
<img src="images/sub_01.gif" width="8" height="23" alt=""></td>
<td width="240" height="3" background="images/sub_02.gif">
</td>
<td rowspan="3" width="67" height="23">
<img src="images/sub_03.gif" alt=""></td>
</tr>
<tr>
<td width="240" height="17" background="images/sub_04.gif" nowrap>
<p align="center"><a href="http://tt00.kr/bbs/zboard.php?id=board1"><img src="images/s4_1.gif" width="58" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=board2"><img src="images/s4_2.gif" width="50" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=board3"><img src="images/s4_3.gif" width="68" height="17" border="0"></a></p>
</td>
</tr>
<tr>
<td width="240" height="3" background="images/sub_05.gif">
</td>
</tr>
</table>
</div>
<div id="sub5" style="width:315px; height:32px; position:absolute; left:422px; top:95px; z-index:1; visibility:hidden;" OnMouseOut="na_hide_layer('sub5');na_restore_img_src('image5', 'document');" OnMouseOver="na_show_layer('sub5');na_change_img_src('image5', 'document', 'images/main_18_o.gif', false);">
<table id="submenu" width="516" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3" width="8">
<img src="images/sub_01.gif" width="8" height="23" alt=""></td>
<td width="455" height="3" background="images/sub_02.gif">
</td>
<td rowspan="3" width="53" height="23">
<img src="images/sub_03.gif" alt=""></td>
</tr>
<tr>
<td width="455" height="17" background="images/sub_04.gif" nowrap>
<p align="center"><a href="http://tt00.kr/bbs/member_join.php"><img src="images/s5_1.gif" width="48" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/login_in.htm"><img src="images/s5_2.gif" width="58" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/member_modify.php"><img src="images/s5_3.gif" width="68" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/lostid.php"><img src="images/s5_4.gif" width="84" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="sitemap.htm"><img src="images/s5_5.gif" width="49" height="17" border="0"></a><img src="images/s_bar.gif" width="12" height="17" border="0"><a href="http://tt00.kr/bbs/zboard.php?id=link"><img src="images/s5_6.gif" width="58" height="17" border="0"></a></p>
</td>
</tr>
<tr>
<td width="455" height="3" background="images/sub_05.gif">
</td>
</tr>
</table>
</div> </td>
<td height="29">
<img src="images/spacer.gif" width="1" height="43" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="10" height="393" valign="top">
<img src="images/main_21.gif" width="31" height="399" alt=""></td>
<td>
<img src="images/main_22.gif" width="205" height="8" alt=""></td>
<td rowspan="10" height="393" valign="top">
<img src="images/main_23.gif" width="13" height="399" alt=""></td>
<td colspan="8" rowspan="2">
<img src="images/main_24.gif" width="347" height="15" alt=""></td>
<td rowspan="10" height="393" valign="top">
<img src="images/main_25.gif" width="35" height="399" alt=""></td>
<td colspan="8" width="384" rowspan="15" height="510" style="background-image:url(images/main_bg.jpg)undefined; background-repeat:repeat-x;">
<div style="width:171; height:120; position:absolute; left:797; top:157; z-index:0; overflow:hidden;">
<span id="banner" style="position:absolute;width:166;height:40;top:0;"><a href="http://www.mltm.go.kr/ target=_blank><img src=images/banner1.gif width=166 height=37 border=0>
</a></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:40;"><a href="http://www.ts2020.kr/" target="_blank"><img src="images/banner2.gif" width="166" height="37" border="0"></a></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:80;"><a href="http://www.donor.or.kr/" target="_blank"><img src="images/banner3.gif" width="166" height="37" border="0"></a></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:120;"><a href="http://www.kta.or.kr/" target="_blank"><img src="images/banner4.gif" width="166" height="37" border="0"></a></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:160;"><img src="images/banner5.gif" width="166" height="37" border="0"></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:200;"><img src="images/banner5.gif" width="166" height="37" border="0"></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:240;"><img src="images/banner5.gif" width="166" height="37" border="0"></span><br>
<span id="banner" style="position:absolute;width:166;height:40;top:280;"><img src="images/banner5.gif" width="166" height="37" border="0"></span>
<br>
</div>
<div id="layer2" style="width:175px; height:177px; position:absolute; left:611px; top:153px; z-index:1;">
<table cellpadding="0" cellspacing="0" width="175">
<tr>
<td width="175" height="177" style="background-repeat:no-repeat;" background="images/lecture.gif">
<table cellpadding="0" cellspacing="0" align="center" width="158" style="border-collapse:collapse;">
<tr>
<td width="158" height="30" style="border-width:1; border-color:rgb(204,204,204); border-style:none;"> </td>
</tr>
<tr>
<td width="158" height="107" align="right" valign="middle" style="border-width:1; border-color:rgb(204,204,204); border-style:none;" nowrap>
<table cellpadding="0" cellspacing="0" style="margin-right:5px; border-collapse:collapse;" width="115">
<tr>
<td width="113" height="85" style="border-width:0;border-style:solid;" align="center" valign="middle">
<p><iframe src="lec_small.htm" width="115" height="83" marginwidth="0" marginheight="0" name="ifrm1" scrolling=no frameborder="0"></iframe></p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="158" height="22" style="border-width:1; border-color:rgb(204,204,204); border-style:none;"> <div align="right">
<p style="margin-right:5px;"><font face="돋움" color="#FFCC00"><span style="font-size:6pt;">▶</span></font><a href="./lecture_list.htm"><span style="font-size:8pt;"><font face="돋움" color="#669999"><b>강의신청하기</b></font></span></a><span style="font-size:8pt;>☞강의신청하기</span></font><span style=" font-size:8pt;"><font face="돋움" color="#333333"> </font></span></p>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="148" valign="bottom">
<p align="left"><img src='http://local.paran.com/widgetConn/?uc=2e96e1d3a8f010ccbc569cc9a101590a' width=0 height=0 border=0 style='DISPLAY: none; '><embed src='http://image.paran.com/search/local/widget/Visit.swf' flashVars='userCode=2e96e1d3a8f010ccbc569cc9a101590a&skinType=2&iconType=1&colorType=1' quality='high' bgcolor='#ffffff' width='+
'150' height='+
'245' allowScriptAccess='always' wmode='transparent' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> </td>
<td width="236">
<p><img src="images/car.gif" border="0" width="234" height="290"></p>
</td>
</tr>
</table>
</td>
<td>
<img src="images/spacer.gif" width="1" height="8" alt=""></td>
</tr>
<tr>
<td rowspan="9" width="205" height="385" background="images/main_28.gif" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="186">
<tr>
<td width="85" height="21">
<p align="left"><b><font face="Verdana" color="#B21B1B"><span style="font-size:7pt;">MEMBER LOGIN</span></font></b></p>
</td>
<td width="89" height="21"> <hr size="5" color="#CCCCCC"></td>
<td width="12" height="21"> </td>
</tr>
<tr>
<td width="186" colspan="3">
<p align="center"><? print_outlogin("login", 1, 10) ?></p>
</td>
</tr>
<tr>
<td width="174" height="22" colspan="2" valign="top">
<hr size="5" color="#CCCCCC"></td>
<td width="12" height="22"> </td>
</tr>
<tr>
<td width="186" colspan="3"> <p align="center">
<script src="http://widgetprovider.daum.net/view?url=http://widgetcfs1.daum.net/xml/7/widget/2008/11/26/12/17/492cbfb470976.xml&up_bgcolor=white&&width=166&height=260&widgetId=168&scrap=1" type="text/javascript">
</script>
</p>
</td>
</tr>
</table>
</td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td colspan="8" height="27">
<a href="http://tt00.kr/bbs/zboard.php?id=notice"><img src="images/main_30.gif" width="347" height="34" alt="" border="0"></a></td>
<td height="27">
<img src="images/spacer.gif" width="1" height="34" alt=""></td>
</tr>
<tr>
<td colspan="8" width="347" height="90" valign="top" background="images/main_31.gif" align="center">
<table cellpadding="0" cellspacing="0" width="303">
<tr>
<td width="303">
<p align="center"><?print_bbs("latest","notice","notice",4,20)?></p>
</td>
</tr>
</table>
</td>
<td height="90">
<img src="images/spacer.gif" width="1" height="99" alt=""></td>
</tr>
<tr>
<td colspan="8">
<a href="http://tt00.kr/bbs/zboard.php?id=info1"><img src="images/main_32.gif" width="347" height="28" alt="" border="0"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="28" alt=""></td>
</tr>
<tr>
<td colspan="8" rowspan="2" width="347" height="90" background="images/main_33.gif" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="303">
<tr>
<td width="303">
<p align="center"><?print_bbs("latest","info1","info1",4,25)?></p>
</td>
</tr>
</table>
</td>
<td>
<img src="images/spacer.gif" width="1" height="72" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="8">
<a href="http://tt00.kr/bbs/zboard.php?id=book1"><img src="images/main_35.gif" width="347" height="28" alt="" border="0"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="28" alt=""></td>
</tr>
<tr>
<td colspan="8" width="347" height="87" background="images/main_36.gif" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="303">
<tr>
<td width="303">
<p align="center"><?print_gallery("gallery","book1","book1",4,63,63,4)?>
</p>
</td>
</tr>
</table>
</td>
<td height="87">
<img src="images/spacer.gif" width="1" height="93" alt=""></td>
</tr>
<tr>
<td colspan="8" height="3" valign="top">
<img src="images/main_37.gif" width="347" height="12" alt=""></td>
<td height="3">
<img src="images/spacer.gif" width="1" height="12" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/main_38.gif" width="31" height="17" alt=""></td>
<td colspan="10">
<img src="images/main_39.gif" width="565" height="17" alt=""></td>
<td rowspan="5">
<img src="images/main_40.gif" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="17" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="3">
<img src="images/main_43.gif" width="31" height="76" alt=""></td>
<td colspan="5" rowspan="3">
<img src="images/main_44.gif" width="410" height="76" alt="" usemap="#ImageMap1" border="0"></td>
<td colspan="5">
<a href="http://tt00.kr/bbs/zboard.php?id=board3"><img src="images/main_45.gif" width="155" height="36" alt="" border="0"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="36" alt=""></td>
</tr>
<tr>
<td colspan="5">
<img src="images/main_46.gif" width="155" height="4" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td colspan="5">
<a href="http://tt00.kr/bbs/zboard.php?id=board2"><img src="images/main_47.gif" width="155" height="36" alt="" border="0"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="36" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/main_48.gif" width="31" height="24" alt=""></td>
<td colspan="10">
<img src="images/main_49.gif" width="565" height="24" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="24" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/main_50.gif" width="31" height="76" alt=""></td>
<td colspan="19">
<img src="images/main_51.gif" width="984" height="76" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="76" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="23" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="8" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="205" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="13" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="82" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="72" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="38" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="34" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="22" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="75" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="19" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="5" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="35" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="11" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="76" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="20" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="76" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="13" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="36" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="73" height="1" alt=""></td>
<td></td>
</tr>
</table>
<map name="ImageMap1">
<area shape="rect" coords="128, 56, 193, 73" href="javascript:na_open_window('check', 'http://tt00.kr/bbs/zboard.php?id=check', 0, 0, 550,450, 0, 0, 0, 1, 0)" target="_self" onfocus="this.blur()">
<area shape="rect" coords="218, 4, 409, 74" href="./lecture_list.htm" onfocus="this.blur()">
</map>
<div id="layer1" style="width:257px; height:27px; position:absolute; left:721px; top:701px; z-index:1;">
<table cellpadding="0" cellspacing="0" width="257">
<tr>
<td width="257" height="27" bgcolor="#F2F0F0"> <p style="margin-left:5px;" align="center"><a href="http://tt00.kr/nalog507/admin_counter.php?counter=tt00" target="_blank"><span style="font-size:7pt;"><font face="Verdana" color="#B21B1B"><b>counter::</b></font></span></a><span style="font-size:7pt;"><font face="Verdana" color="#B21B1B"><b> </b></font><b><font face="Verdana" color="#666666">today </font></b><font face="Verdana" color="#333333"><?=$today_text?> </font><font face="Verdana" color="#666666">/</font></span><font face="Verdana" color="#333333"><span style="font-size:7pt;"> </span></font><span style="font-size:7pt;"><font face="Verdana" color="#666666"><b>total</b></font></span><font face="Verdana" color="#333333"><span style="font-size:7pt;"> <?=$total_text?></span></font></p>
</td>
</tr>
</table>
</div>
</body>
</html>
---------------------------------------------------------------
loadBanner();na_open_window('win', 'popup2.htm', 0, 0, 299, 393, 0, 0, 0, 0, 0);
요거 찾아서 지우심 될것 같은데용..