카테고리 없음 2009. 5. 2. 02:45


<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;
  }
}

// -->
</script>
<body OnLoad="na_preload_img(false, 'img/aa9.gif');">

<DIV align=center>
<TABLE style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"
cellSpacing=1 borderColorDark=white cellPadding=3 width="938" bgColor=white
borderColorLight=black border=0>
<TR>
<TD onmouseover="this.style.backgroundColor='#CCCCCC'"
style="BACKGROUND-COLOR: white" onmouseout="this.style.backgroundColor='white'"
align=middle width="11%">
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"
align="center"><A
onmouseover="na_change_img_src('SCUBA_r2_c17', 'document', 'img/aa9.gif', true);"
onmouseout="na_restore_img_src('SCUBA_r2_c17', 'document')"
href="http://tour.geoje.com/" target=_blank><B><SPAN
style="FONT-SIZE: 12pt"><FONT
color=#0066ff>거제관광</FONT></SPAN></B></A></P></TD><TD onmouseover="this.style.backgroundColor='#CCCCCC'"
style="BACKGROUND-COLOR: white" onmouseout="this.style.backgroundColor='white'"
align=middle width="11%">
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"
align="center"><A
onmouseover="na_change_img_src('SCUBA_r2_c17', 'document', 'img/aa9.gif', true);"
onmouseout="na_restore_img_src('SCUBA_r2_c17', 'document')"
href="http://tour.geoje.com/" target=_blank><B><SPAN
style="FONT-SIZE: 12pt"><FONT
color=#0066ff>거제관광</FONT></SPAN></B></A></P></TD><TD onmouseover="this.style.backgroundColor='#CCCCCC'"
style="BACKGROUND-COLOR: white" onmouseout="this.style.backgroundColor='white'"
align=middle width="11%">
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"
align="center"><A
onmouseover="na_change_img_src('SCUBA_r2_c17', 'document', 'img/aa9.gif', true);"
onmouseout="na_restore_img_src('SCUBA_r2_c17', 'document')"
href="http://tour.geoje.com/" target=_blank><B><SPAN
style="FONT-SIZE: 12pt"><FONT
color=#0066ff>거제관광</FONT></SPAN></B></A></P></TD><TD onmouseover="this.style.backgroundColor='#CCCCCC'"
style="BACKGROUND-COLOR: white" onmouseout="this.style.backgroundColor='white'"
align=middle width="11%">
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"
align="center"><A
onmouseover="na_change_img_src('SCUBA_r2_c17', 'document', 'img/aa9.gif', true);"
onmouseout="na_restore_img_src('SCUBA_r2_c17', 'document')"
href="http://tour.geoje.com/" target=_blank><B><SPAN
style="FONT-SIZE: 12pt"><FONT
color=#0066ff>거제관광</FONT></SPAN></B></A></P></TD><TD onmouseover="this.style.backgroundColor='#CCCCCC'"
style="BACKGROUND-COLOR: white" onmouseout="this.style.backgroundColor='white'"
align=middle width="11%">
<P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"
align="center"><A
onmouseover="na_change_img_src('SCUBA_r2_c17', 'document', 'img/aa9.gif', true);"
onmouseout="na_restore_img_src('SCUBA_r2_c17', 'document')"
href="http://tour.geoje.com/" target=_blank><B><SPAN
style="FONT-SIZE: 12pt"><FONT
color=#0066ff>거제관광</FONT></SPAN></B></A></P></TD></TR>
</TBODY></TABLE></DIV>

posted by 허니박스
: