<html>
<head>
<style>
.bgimages img {cursor:hand}
</style>
</head>
<body bgcolor="FFFFEO">
<br><br>
<center>
<!-- ¾Æ·¡ script-x´Â ¹Ýµå½Ã body¾È¿¡ ÀÖ¾î¾ß ÇÔ. head¾È¿¡ ÀÖÀ¸¸é ¾ÊµÊ. -->
<script-x language="JavaScript-x1.2">
<!--
function tile(){
if (!document.all)
return
var source=event.srcElement
if (source.tagName=="IMG")
document.body.style.backgroundImage="url("+source.src+")" // ¹è°æÀ̹ÌÁö »Ñ¸®´Â ºÎºÐ
}
function restore(){
document.body.style.backgroundImage=''
}
document.body.onclick=restore
//-->
</script-x>
<span class="bgimages" onClick="tile();
event.cancelBubble=true">
<img src="image/back1.gif">
<img src="image/back2.gif">
<img src="image/back3.gif">
<img src="image/back4.gif">
<BR><BR><BR>
<H4> ÇöÀç ȸéÀÇ À̹ÌÁöÁß Çϳª¸¦ ClickÇϸé Àüü ¹è°æÀ̹ÌÁö°¡ ¹Ù²ò´Ï´Ù.</H4>
<H5> ¿ø·¡´ë·Î º¹±ÍÇÏ·Á¸é ¾Æ¹«°÷À̳ª ClickÇϼ¼¿ä...</H5>
<BR><BR><BR><BR>
<IMG SRC="image/man.gif">
<BR><BR><BR>
<FONT COLOR = "blue" SIZE = "3"><CODE>
Copyright by Hong Jung Sam (2000.9.14)
</CODE></FONT></span>
</center>
</body>
</html>