<!--
	var scrollerwidth=640
	var scrollerheight=20
	var scrollerbgcolor='#7DFDFF'  
	var scrollerbackground=''  

// °øÁö»çÇ× °¹¼ö
	var num = 15
	var index=0
	
// Scrolling ¼Óµµ	
	var scrollspeed='4000'  
// ¸ØÃß´Â ½Ã°£
	var waitingtime='4'  		

	var messages2=new Array() 
	if (messages2.length>1)  
	i=2  
	else  
	i=0  
	function movee1(whichlayer){  
		tlayer=eval(whichlayer)  
		if (tlayer.top>0&&tlayer.top<=num){  
			tlayer.top=0  
			setTimeout("movee1(tlayer)",scrollspeed)  
			setTimeout("movee2(document.main.document.second)",scrollspeed)  
			return  
			}  
			if (tlayer.top>=tlayer.document.height*-1){  
			tlayer.top-=num
			setTimeout("movee1(tlayer)",waitingtime)  
			}  
			else{  
			tlayer.top=scrollerheight  
			tlayer.document.write(messages2[i])  
			tlayer.document.close()  
			if (i==messages2.length-1)  
			i=0  
			else  
			i++  
		}  
	}  
	  
	function movee2(whichlayer){  
		tlayer2=eval(whichlayer)  
		if (tlayer2.top>0&&tlayer2.top<=num){  
			tlayer2.top=0  
			setTimeout("movee2(tlayer2)",scrollspeed)  
			setTimeout("movee1(document.main.document.first)",scrollspeed)  
			return  
			}  
			if (tlayer2.top>=tlayer2.document.height*-1){  
			tlayer2.top-=num
			setTimeout("movee2(tlayer2)",waitingtime)  
			}  
			else{  
			tlayer2.top=scrollerheight  
			tlayer2.document.write(messages2[i])  
			tlayer2.document.close()  
			if (i==messages2.length-1)  
			i=0  
			else  
			i++  
		}  
	}  
	  
	function movee3(whichdiv){  
		tdivv=eval(whichdiv)  
		if (tdivv.style.pixelTop>0&&tdivv.style.pixelTop<=num){  
			tdivv.style.pixelTop=0  
			setTimeout("movee3(tdivv)",scrollspeed)  
			setTimeout("movee4(second2)",scrollspeed)  
			return  
			}  
			if (tdivv.style.pixelTop>=tdivv.offsetHeight*-1){  
			tdivv.style.pixelTop-=num
			setTimeout("movee3(tdivv)",waitingtime)  
			}  
			else{  
			tdivv.style.pixelTop=scrollerheight  
			tdivv.innerHTML=messages2[i]  
			if (i==messages2.length-1)  
			i=0  
			else  
			i++  
		}  
	}  
	  
	function movee4(whichdiv){  
		tdivv2=eval(whichdiv)  
		if (tdivv2.style.pixelTop>0&&tdivv2.style.pixelTop<=num){  
			tdivv2.style.pixelTop=0  
			setTimeout("movee4(tdivv2)",scrollspeed)  
			setTimeout("movee3(first2)",scrollspeed)  
			return  
			}  
			if (tdivv2.style.pixelTop>=tdivv2.offsetHeight*-1){  
			 tdivv2.style.pixelTop-=num  
			 setTimeout("movee4(second2)",waitingtime)  
			 
			 //Ã³À½2°³ÀÇ »óÇ°À» ÇÑ¹ø¸¸ º¸¿©ÁÜ!			 
			 if(i==index) {
		     index= 200;
		     i=2;
		   }
		   
		   
			}  
			else{  
			tdivv2.style.pixelTop=scrollerheight  
			tdivv2.innerHTML=messages2[i]  
			if (i==messages2.length-1)  
			i=0  
			else  
			i++  
		}  
	}  
	  
	function startscrolle(){  
		if (document.all){  
			movee3(first2)  
			second2.style.top=scrollerheight  
			second2.style.visibility='visible'  
			}  
			else if (document.layers){  
			document.main.visibility='show'  
			movee1(document.main.document.first)  
			document.main.document.second.top=scrollerheight+num  
			document.main.document.second.visibility='show'  
		}  
	}  
	  
	window.onload=startscrolle  
	  
//-->	  

