<html>
<head>
<title>con_Marquee test</title>
<base target="_blank">
<style>
<!--
BODY, table, tr, td, input, textarea, select, div {font-family: Arial, 돋움; color:black; font-size:9pt}
A:link {font-size:10pt; color:blue; text-decoration: none}
A:visited {font-size:10pt; color:green; text-decoration: none}
A:hover {font-size:10pt; color:red; text-decoration: underline}
A:hover {font-size:10pt; color:red; text-decoration: overline}
A:active {font-size:10pt; color:tomato; text-decoration: none}
 -->
</style>

</head>

<body bgcolor="white">
<center>

<SCRIPT Language=JAVASCRIPT>
var Toggle =1;
 function MStop() {  Toggle =0;  NewsMarQuee.stop(); }
 function MStart() {  Toggle =1;  NewsMarQuee.start(); }
 function movr(src,clrOver){ if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver;}}
 function mout(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; }}
</SCRIPT>

<TABLE BORDER=0 width=300 bgcolor=cyan>
<TR><TD>
<MARQUEE ID=NewsMarQuee direction=LEFT behavior=SCROLL scrollamount=2 scrolldelay=80 height=140>
<a href="http://www.ifull.co.kr/" onmouseover="MStop()" onmouseout="MStart()"><img src="http://www.ifull.co.kr/images/stories/coolgear/08/07-12/0903/0903_sm.gif"></a>
<a href="http://www.ifull.co.kr/" onmouseover="MStop()" onmouseout="MStart()"><img src="http://www.ifull.co.kr/images/stories/news/digital/2008/2008_09/FUJITSU/97_184_FUJITSU_U2010.jpg"></a>
<a href="http://www.ifull.co.kr/" onmouseover="MStop()" onmouseout="MStart()"><img src="http://www.ifull.co.kr/images/stories/coolgear/08/07-12/0820/0820_sm.gif"></a>
</marquee>

</TD></TR></TABLE>
</body>
</html>