<!--
window.onload=function()
{
 var o=document.getElementById('infozone');
 //var b=document.getElementById('bigtitle');
 window.setInterval(function(){scrollup(o,20,0);},2000);
 //window.setInterval(function(){scrollup(b,20,0);},3000);
}

function scrollup(o,d,c)
{
 if(d==c){
  var t=o.firstChild.cloneNode(true);
  o.removeChild(o.firstChild);
  o.appendChild(t);
  t.style.marginTop=o.firstChild.style.marginTop='0px';
 }
 else{
  var s=3,c=c+s,l=(c>=d?c-d:0);
  o.firstChild.style.marginTop=-c+l+'px';
  window.setTimeout(function(){scrollup(o,d,c-l)},100);
 }
}

function ShowSub_A(id,a,b,c,e){
	for (i = a;i<b;i++){
		document.getElementById("Tab_A"+i).className = e;
		document.getElementById("Sub_A"+i).style.display = "none";
	}
	document.getElementById("Tab_A"+id).className = c;
	document.getElementById("Sub_A"+id).style.display = "";
}

function showsubbanner(strPics,strLinks,strTexts,focus_width,focus_height){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+focus_width+'" height="'+focus_height+'">');
	document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="swf/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0"><param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="pics='+strPics+'&links='+strLinks+'&texts='+strTexts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight=0">');
	document.write('<embed src="pixviewer.swf" wmode="opaque" FlashVars="pics='+strPics+'&links='+strLinks+'&texts='+strTexts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight=0" menu="false" bgcolor="#F0F0F0" quality="high" width="'+focus_width+'" height="'+focus_height+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}

function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

//µ¯³ö´°¿Ú
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!--
//*********************************START ACTION**************************************
function fSearchBoard(){
	var f;
	f = document.frmFORM;
	f.Page.value = "1";
	f.action = "news.asp";
	f.target = "";
	f.submit();
}

function fGoPageBoard(page){
	var f;
	f=document.frmFORM;
	f.hPAGE.value = page;
	f.action = "news.asp";
	f.target = "";
	f.submit();
}

function fGoDetail(rno){
	var f;
	f=document.frmFORM;	
	f.hDOC_ID.value = rno;
	f.action = "readinfo.asp";
	f.target = "";
	f.submit();
}

//*********************************END ACTION****************************************
-->
