Menu

 

 

<script src=popupunder.js></script><head><style>
<!--
.intro{position:absolute; left:0; top:0; layer-background-color:;
                        background-color:Gray; border:0.1px solid red }
-->
</style>
</head>
<BODY background="imge/9m.gif" bgproperties="FIXED">
<div id="i1" class="intro"></div><div id="i2" class="intro"></div>
<script language="JavaScript1.2">
/*
Left-Right Curtain Script-  dynamicdrive.com
Fr.I.R.P*/

//스피드 값
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/2
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipright=document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/2
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}

function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].right-=speed
temp[2].left+=speed
if (temp[2].left>window.innerWidth/2)
clearInterval(stopit)
}
else if (document.all){
clipright-=speed
temp[1].clip="rect(0 "+clipright+" auto 0)"
clipleft+=speed
temp[2].clip="rect(0 auto auto "+clipleft+")"
if (clipright<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
</script> <BODY background="imge/9m.gif">
<pre>
</pre><CENTER>
<p><br><br><br><a href="http://lia.pe.kr" target="_blank"" style="text-

decoration: none;"><img src="imge/b2.gif" width=25 alt="☜ : ^.~"

border=0></A><br>
<FONT size=2 color=#000000>-+ Enter +-</FONT>
<BR><hr><hr><hr>
</CENTER>
</BODY>
</html>
<style> table { background-color:transparent; }
</style>
<center><SCRIPT LANGUAGE="JavaScript">
<!--
function sourceopen() {
var This_URL = "";
This_URL = document.location;
window.location = "view-source:"+This_URL;
}
-->
</SCRIPT>
</FORM>