// ½ºÅ©·Ñ·¯ÀÇ °¡·ÎÅ©±â
var sliderwidth=670
// ½ºÅ©·Ñ·¯ÀÇ ³ôÀÌ (ÀÌ¹ÌÁöÀÇ ³ôÀÌ¿Í ¸ÂÃß¾î ÁÖ¼¼¿ä)
var sliderheight=55
// ½ºÅ©·Ñ ¼Óµµ (Å¬¼ö·Ï ºü¸¨´Ï´Ù 1-10)
var slidespeed=1
// ¹è°æ»ö»ó
slidebgcolor="#ffffff"

// ÀÌ¹ÌÁöµéÀ» ¼³Á¤ ÇÏ¼¼¿ä
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://www.korea.net/" target="_blank"><img src="/images_eng/sub_img/s_banner_01.gif" width="155" height="55" border=0></a>'
leftrightslide[1]='<a href="http://www.knto.or.kr/eng/" target="_blank"><img src="/images_eng/sub_img/s_banner_02.gif" width="155" height="55" border=0></a>'
leftrightslide[2]='<a href="http://www.korea.net/News/Issues/issueView.asp?issue_no=62" target="_blank"><img src="/images_eng/sub_img/s_banner_03.gif" width="155" height="55" border=0></a>'
leftrightslide[3]='<a href="http://www.mofat.go.kr/me/me_a009/me_b035/me09_01.jsp" target="_blank"><img src="/images_eng/sub_img/s_banner_04.gif" width="155" height="55" border=0></a>'
leftrightslide[4]='<a href="http://www.apec2005.org/apechome/eng/jsp/housekeeping/main.jsp" target="_blank"><img src="/images_eng/sub_img/s_banner_05.gif" width="155" height="55" border=0></a>'
leftrightslide[5]='<a href="http://eng.korean.net/main/index.jsp" target="_blank"><img src="/images_eng/sub_img/s_banner_06.gif" width="155" height="55" border=0></a>'
leftrightslide[6]='<a href="http://www.okf.or.kr/index.html" target="_blank"><img src="/images_eng/sub_img/s_banner_07.gif" width="155" height="55" border=0></a>'
leftrightslide[7]='<a href="http://niied.interedu.go.kr/" target="_blank"><img src="/images_eng/sub_img/s_banner_08.gif" width="155" height="55" border=0></a>'
leftrightslide[8]='<a href="http://eng.bestsme.com/" target="_blank"><img src="/images_eng/sub_img/s_banner_09.gif" width="155" height="55" border=0></a>'
leftrightslide[9]='<a href="http://www.investkorea.org/index.jsp?SITE_ID=KISC&LANG=2&MENU_ID=2678" target="_blank"><img src="/images_eng/sub_img/s_banner_10.gif" width="155" height="55" border=0></a>'
leftrightslide[10]='<a href="http://www.kotra.co.kr/eng/" target="_blank"><img src="/images_eng/sub_img/s_banner_11.gif" width="155" height="55" border=0></a>'
leftrightslide[11]='<a href="http://jobus.kita.net/us/main.jsp" target="_blank"><img src="/images_eng/sub_img/s_banner_12.gif" width="155" height="55" border=0></a>'
leftrightslide[12]='<a href="http://www.forca.org/" target="_blank"><img src="/images_eng/sub_img/s_banner_13.gif" width="155" height="55" border=0></a>'
leftrightslide[13]='<a href="http://www.ifans.go.kr/ie/index.jsp" target="_blank"><img src="/images_eng/sub_img/s_banner_14.gif" width="155" height="55" border=0></a>'
leftrightslide[14]='<a href="https://www.egov.go.kr/index.html" target="_blank"><img src="/images_eng/sub_img/s_banner_15.gif" width="155" height="55" border=0></a>'
leftrightslide[15]='<a href="http://www.korea.net/News/news/LangTodayNews_pop.asp?lang_no=8" target="_blank"><img src="/images_eng/sub_img/s_banner_16.gif" width="155" height="55" border=0></a>'
leftrightslide[16]='<a href="http://www.6thglobalforum.org/eng/main.asp" target="_blank"><img src="/images_eng/sub_img/s_banner_17.gif" width="155" height="55" border=0></a>'
leftrightslide[17]='<a href="http://www.arirang.co.kr/" target="_blank"><img src="/images_eng/sub_img/s_banner_18.gif" width="155" height="55" border=0></a>'
leftrightslide[18]='<a href="http://english.customs.go.kr/hp/eng/travel/eba__001/ebai_000/ebai_000.html" target="_blank"><img src="/images_eng/sub_img/s_banner_19.gif" width="155" height="55" border=0></a>'


var copyspeed=slidespeed
leftrightslide='<nobr>'+leftrightslide.join(" ")+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-3000">'+leftrightslide+'</span>')
var actualwidth=''
var cross_slide, ns_slide

function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth+30
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth+30
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
window.onload=fillup

function slideleft(){
if (iedom){
if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8))
cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed
else
cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth+30

if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8))
cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed
else
cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth+30

}
else if (document.layers){
if (ns_slide.left>(actualwidth*(-1)+8))
ns_slide.left-=copyspeed
else
ns_slide.left=ns_slide2.left+actualwidth+30

if (ns_slide2.left>(actualwidth*(-1)+8))
ns_slide2.left-=copyspeed
else
ns_slide2.left=ns_slide.left+actualwidth+30
}
}


if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="position:absolute;left:0;top:0"></div>')
write('<div id="test3" style="position:absolute;left:-3000;top:0"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('<layer name="ns_slidemenu3" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}



 
 
  
