//media
/*
function mplayerprint(id,src,width,height)
{
 document.write('<object id="'+id+'" width="'+width+'" height="'+height+'" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">');
 document.write('<param name="filename" value="'+src+'" />');
 document.write('<param name="autoplay" value="true" />');
 document.write('<param name="showcontrols" value="true"/>');
 document.write('<param name="showstatusbar" value="true" />');
 document.write(' <!--[if !IE]>  <--> ');
 document.write(' <object data="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" type="application/x-mplayer2" id="'+id+'" width="'+width+'" height="'+height+'">');
 document.write(' <param name="src" value="'+src+'" />');
 document.write(' <param name="autoplay" value="1" />');
 document.write(' <param name="showcontrols" value="1"/>');
 document.write(' </object> ');
 document.write(' <!--> <![endif]-->');
 document.write('</object>');
}
*/

// Regional Labor Office
<!--
function areachg(area){
	var arrArea = Array('Seoul','Gangwon','Busan','Gyeongnam','Daegu','Gyeongbuk','Gyeongi','Incheon','Gwangju','Jeolla','Daejeon','Chungcheong');
	for (i=0;i<arrArea.length ;i++ )
	{
		if (arrArea[i]==area){
			document.getElementById('area_title_'+arrArea[i]).className ='on';
			document.getElementById('area_layer_'+arrArea[i]).style.display = 'block';
		}
		else{
			document.getElementById('area_title_'+arrArea[i]).className = 'none';
			document.getElementById('area_layer_'+arrArea[i]).style.display = 'none';
		}
	}
	return;
}
//-->

// History of MOL
<!--
function historychg(oftime){
	var arrArea = Array('1st','2nd','3rd');
	for (i=0;i<arrArea.length ;i++ )
	{
		if (arrArea[i]==oftime){
			document.getElementById('time_'+arrArea[i]).className ='on';
			document.getElementById('time_layer_'+arrArea[i]).style.display = 'block';
		}
		else{
			document.getElementById('time_'+arrArea[i]).className = 'none';
			document.getElementById('time_layer_'+arrArea[i]).style.display = 'none';
		}
	}
	return;
}
//-->

function ms_fatch(str){
	document.write(str);
}



