	
	// ¹®ÀÚ¿­º¹»ç
	function ctrl_c(id){
		var doc = document.getElementById(id).createTextRange();
		document.getElementById(id).select();
		doc.execCommand('copy');
		alert('Æ®·¢¹é ÁÖ¼Ò°¡ º¹»çµÇ¾ú½À´Ï´Ù. Ctrl+V ¸¦ ÀÌ¿ëÇÏ¿© ºÙ¿©³ÖÀ¸¼¼¿ä.');
	}

	// ÆË¾÷Ã¢ ´Ý±â
	function close_window(name){
		document.getElementById(name).style.display = 'none';
	}
	
	// ÆË¾÷Ã¢ »ý¼º
	function create_window(id,title,content,close){

		document.write(
		"<table border=0 cellpadding=0 cellspacing=0>"+
		"<tr height=27>"+
		"	<td><img src='http://www.i-station.co.kr/global_img/window/win1.gif'></td>"+
		"	<td background='http://www.i-station.co.kr/global_img/window/win2.gif' style='cursor:hand;'>"+
		"		<table border=0 cellpadding=0 cellspacing=0 width=100%>"+
		"		<tr>"+
		"		<td style='padding-left:5px; padding-top:2px;'><font style='color:#FFFFFF;'>"+title+"</font></td>"+
		"		<td align=right>"+
		"			<table border=0 cellpadding=0 cellspacing=0>"+
		"			<tr>"+
		"			<td width=5></td>"+
		"			<td><img src='http://www.i-station.co.kr/global_img/window/win9.gif' style='cursor:hand;' onClick=\""+close+"\"></td>"+
		"			</tr>"+
		"			</table>"+
		"		</td>"+
		"		</tr>"+
		"		</table>"+
		"	</td>"+
		"	<td><img src='http://www.i-station.co.kr/global_img/window/win3.gif'></td>"+
		"</tr>"+
		"<tr>"+
		"	<td width=6 background='http://www.i-station.co.kr/global_img/window/win7.gif'></td>"+
		"	<td>"+content+"</td>"+
		"	<td width=6 background='http://www.i-station.co.kr/global_img/window/win8.gif'></td>"+
		"</tr>"+
		"<tr height=6>"+
		"	<td><img src='http://www.i-station.co.kr/global_img/window/win4.gif'></td>"+
		"	<td background='http://www.i-station.co.kr/global_img/window/win5.gif'></td>"+
		"	<td><img src='http://www.i-station.co.kr/global_img/window/win6.gif'></td>"+
		"</tr>"+
		"</table>"
		);
	}

	// layer º¸ÀÌ±â
	function layer_view(id,top,left){
		if(top) document.getElementById(id).style.top = top;
		if(left) document.getElementById(id).style.left = left;
		document.getElementById(id).style.display = 'block';
	}
	
	// ·¹ÀÌ¾î °¨Ãß±â
	function layer_hide(id){
		document.getElementById(id).style.display = 'none';	
	}
	
	// »õÃ¢¿­±â
	function link(url){
		window.open(url,'','');
	}

	// ÀÌº¥Æ®
	function event_view(n){
		document.getElementById('div_event1').style.display = 'none';
		document.getElementById('div_event2').style.display = 'none';
		document.getElementById('div_event'+n).style.display = 'block';
	}
	
	// ¼ýÀÚ¿¡ ÄÞ¸¶ ºÙÀÌ±â
	function n2p(srcNumber){

		var txtNumber = '' + srcNumber;
		var rxSplit = new RegExp('([0-9])([0-9][0-9][0-9][,.])');
		var arrNumber = txtNumber.split('.');
		arrNumber[0] += '.';

		do {
			arrNumber[0] = arrNumber[0].replace(rxSplit, '$1,$2');
		}while (rxSplit.test(arrNumber[0]));

		if (arrNumber.length > 1) return arrNumber.join('');
		else return arrNumber[0].split('.')[0];
	}
	
	// ¼ýÀÚ¿¡ ÄÞ¸¶ ¶¼±â
	function p2n(price){

		len = price.length;

		var number = "";
		for(var i=0 ; i<len ; i++){
			str = price.substring(i,i+1);
			if(str != ",") number += str;
		}

		return parseInt(number);
	}



	// ÄíÅ° ±Á±â
	//                             1:ÇÏ·ç
	function setCookie(name,value,day) {
		var today = new Date();
		var expires = new Date(today.getTime() + (86400*1000)*day);
		document.cookie = name + "=" + escape(value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString()));
	}
	
	// ÄíÅ°°ª ¹Þ±â
	function getCookie(Name) {
		var search = Name + "=";
		if (document.cookie.length > 0) {                 

			offset = document.cookie.indexOf(search);
			if (offset != -1){                                                

				offset += search.length;                          
				end = document.cookie.indexOf(";", offset);   
				if (end == -1) 
				end = document.cookie.length;
				return unescape(document.cookie.substring(offset, end));
			} 
		}
	}


	// Æû°ª Ã¼Å©
	var form_name = '';
	function check_value(name,msg){
		if(document[form_name][name].value.length == 0){
			alert(msg);
			document[form_name][name].focus();
			return false;
		}
		return true;
	}


	// CF ÇÃ·¹ÀÌ
	function move_play(name){
		if(name=="nf" || name=="t43"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/netforce_cf.wmv' width=320 height=239 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",35000); // 32ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
		else if(name=="v4301"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/v4301.wmv' width=320 height=239 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",19000); // 16ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
		else if(name=="v4302"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/v4302.wmv' width=320 height=239 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",19000); // 16ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
		else if(name=="i2"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/i2.wmv' width=320 height=239 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",34000); // 31ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
		else if(name=="making1"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/making.wmv' width=320 height=239 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",122000); // 119ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
		else if(name=="making2"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/making_film_nf.wmv' width=320 height=239 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",277000); // 274ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
		else if(name=="future"){
			document.getElementById('div_movie_'+name).innerHTML = "<embed src='/siteimg/company/movie/future.wmv' width=330 height=190 ShowControls=0></embed>";
			setTimeout("move_play_stop('"+name+"');",95000); // 92ÃÊÈÄ ´Ù½Ã ¹öÆ°À¸·Î..
		}
	}

	function move_play_stop(name){
		document.getElementById('div_movie_'+name).innerHTML = "<img src='/siteimg/company/movie/movie_start_"+name+".jpg' style='cursor:hand;' onClick=\"move_play('"+name+"');\">";
	}


	// FLASH
	function flash(url,width,height){
		document.write(	
			"<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+width+"' HEIGHT='"+height+"' id='' ALIGN=''>" +	
			"<PARAM NAME=movie VALUE='"+url+"'><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high>" +	
			"<PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME='WMode' VALUE='Transparent'>" +	
			"<EMBED src='"+url+"' menu=false quality=high WMode='Transparent' bgcolor=#FFFFFF  WIDTH='"+width+"' HEIGHT='"+height+"' NAME='' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>"
		);
	}


	//--------------------------
	//begin by hjs
	//--------------------------

	// FLASH2	

	function flash2(id,id2,url,w,h,bg,t){

	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width="+w+" height="+h+" id="+id+">");
	document.writeln("<param name='movie' value="+url+" />");
	document.writeln("<param name='wmode' value="+t+" />");
	document.writeln("<param name='bgcolor' value="+bg+" />");
	document.writeln("<param name='allowScriptAccess' value='always' />");
	document.writeln("<param name='quality' value='high' />");
	document.writeln("<param name='menu' value='false' />");
	document.writeln("<embed id="+id2+" src="+url+" wmode="+t+" width="+w+" height="+h+" name="+id+" bgcolor="+bg+" allowScriptAccess='always' quality='high' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.writeln("</object>");

	}

	// Blind Layer 

	function BlindLayer()
	{
	  // select Box¸¦ °¡¸®´Â ·¹ÀÌ¾î
		document.write("<div id='BlindFrame' style='position:absolute;left:0px;top:0px;z-index:5;width:995px;height:100%;display:none;'><iframe id='BlindFrame' src='' frameborder='1' style='width:100%;height:100%;filter:Alpha(Opacity=0)'></iframe></div>");
	  //---  
	}


	// Size Change  
	function BlindChange(check){

		if(check == 1){
			document.getElementById("MenuFlash").style.height="444";
			document.getElementById("BlindFrame").style.display="block";
			document.getElementById("div_top_notice").style.zIndex = 0;
		}else{
			document.getElementById("MenuFlash").style.height="151";
			document.getElementById("BlindFrame").style.display="none";
			document.getElementById("div_top_notice").style.zIndex = 51;
		}
	}

	//--------------------------
	//end by hjs
	//--------------------------


	/////////////// alert , cover , layer ½º¸£¸¤ open //////////////////////////////


	function m_alert(word){
		view_cover();
		view_msg(word);
	}


	function view_cover(){

		if(!document.getElementById('div_cover')){
			create_cover();
		}else{
			document.getElementById('div_cover').style.width = '100%';

			if(document.body.clientHeight > document.body.scrollHeight) document.getElementById('div_cover').style.height = '100%';
			else document.getElementById('div_cover').style.height = document.body.scrollHeight;
			document.getElementById('div_cover').style.display = 'block';
		}
	
	}


	function view_cover_close(){

		if(!document.getElementById('div_cover')){
			create_cover();
		}else{
			document.getElementById('div_cover').style.width = '0%';

			if(document.body.clientHeight > document.body.scrollHeight) document.getElementById('div_cover').style.height = '0%';
			else document.getElementById('div_cover').style.height = document.body.scrollHeight;
			document.getElementById('div_cover').style.display = 'none';
		}
	
	}


	function cover_off(){
		document.getElementById('div_cover').style.display = 'none';
	}


	function msg_off(){
		document.getElementById('div_msg').style.display = 'none';
	}


	function create_cover(){

		var color = '#FFFFFF';
		var opacity = '70';

		var cover_div = document.createElement('div');
		cover_div.style.position = 'absolute';
		cover_div.style.top = '0px';
		cover_div.style.left = '0px';
		cover_div.style.width = '100%';
		//cover_div.style.zIndex = '15';
		if(document.body.offsetHeight > document.body.scrollHeight) cover_div.style.height = '100%';
		else cover_div.style.height = document.body.scrollHeight;
		cover_div.style.backgroundColor = color;
		cover_div.style.filter = 'alpha(opacity='+opacity+')';
		cover_div.id = 'div_cover';
		document.body.appendChild(cover_div);
	}


	function view_msg(word){

		if(!document.getElementById('div_msg')){
			create_msg();
		}else{
			document.getElementById('div_msg').style.display = 'block';
		}

		var stop = 0;
		if(document.body.scrollTop > 0) stop = document.body.scrollTop + (document.body.offsetHeight-100)/2;
		
		// ·Î±×ÀÎÀÏ¶§
		if(word == "login"){
			var isid = getCookie('is_cookie_id');
			if(isid){
				id_save=' checked'; 
			}
			else{
				isid='';
				id_save='';
			}

			var msg = 
				"<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>" + 
				"<tr><td height="+stop+"></td></tr>" +
				"<tr><td align=center>" +
				"	<div id='msg_box' style='padding:10px;width:0px;height:0px;overflow:hidden;'>" +
				"		<div style='position:absolute;top:0px;left:0px;'>" +
				"			<div style='position:absolute;top:0px;left:0px;border:1px solid red;'>" +
				"			<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='545' HEIGHT='165' id='' ALIGN=''>" +
				"			<PARAM NAME=movie VALUE='http://www.i-station.co.kr/global_img/gnb/login_bg_center.swf'><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high>" +
				"			<PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME='WMode' VALUE='Transparent'>" +
				"			<EMBED src='http://www.i-station.co.kr/global_img/gnb/login_bg_center.swf' menu=false quality=high WMode='Transparent' bgcolor=#FFFFFF  WIDTH='545' HEIGHT='165' NAME='' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>" +
				"			</div>" +
				"			<div style='position:absolute;top:23px;left:21px;'>" +
				"			<table border=0 cellpadding=0 cellspacing=0 width=503 height=119>" +
				"			<tr><td align=center bgcolor='#FFFFFF'>" +
				"				<table border=0 cellpadding=0 cellspacing=0>" +
				"				<form name='fm_login2' action='/signup/login.php' method='post'>" +
				"				<tr height=24 valign=top>" +
				"				<td>" +
				"					<table border=0 cellpadding=0 cellspacing=0>" +
				"					<tr><td><img src='http://www.i-station.co.kr/global_img/gnb/log_01.gif'></td><td><input type='text' name='id' value='"+isid+"' class='txt' style='width:172;height:20px;'></td></tr>" +
				"					<tr><td colspan=2 height=3></td></tr>" +
				"					<tr><td><img src='http://www.i-station.co.kr/global_img/gnb/log_02.gif'></td><td><input type='password' name='pw' class='txt' style='width:172;height:20px;'></td></tr>" +
				"					</table>" +
				"				</td>" +
				"				<td width=150 align=center valign=middle><input type='image' src='http://www.i-station.co.kr/global_img/gnb/log_03.gif'> &nbsp;<a href='#' onClick='history.back();'><img src='http://www.i-station.co.kr/global_img/gnb/log_11.gif' border=0></a></td>" +
				"				<td>" +
				"					<table border=0 cellpadding=0 cellspacing=0>" +
				"					<tr><td><a href='http://www.i-station.co.kr/member/memberJoin.html'><img src='http://www.i-station.co.kr/global_img/gnb/log_04.gif' border=0></a></td></tr>" +
				"					<tr><td height=4></td></tr>" +
				"					<tr><td><a href='http://www.i-station.co.kr/member/find.html'><img src='http://www.i-station.co.kr/global_img/gnb/log_05.gif' border=0></a></td></tr>" +
				"					</table>" +
				"				</td>" +
				"				</tr>" +
				"				<tr>" +
				"				<td colspan=3 style='padding-left:45px;' height=25>" +
				"				<input type='checkbox' name='security'> <img src='http://www.i-station.co.kr/global_img/gnb/log_06.gif'> &nbsp; " +
				"				<input type='checkbox' name='id_save'"+id_save+"> <img src='http://www.i-station.co.kr/global_img/gnb/log_07.gif'>" +
				"				</td>" +
				"				</tr>" +
				"				<input type='hidden' name='burl' value='referer'>" +
				"				</form>" +
				"				</table>" +
				"			</td></tr>" +
				"			</table>" +
				"			</div>" +
				"		</div>" +
				"	</div>" +
				"</td></tr>" +
				"</table>"
			;
			document.getElementById('div_msg').innerHTML = msg;
			open_div('msg_box','545','165',0.4);
		}

		// ±×¿Ü ¸Þ¼¼Áö¸¦ º¸¿©ÁÙ¶§
		else{

			var msg = 
				"<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>" + 
				"<tr><td height="+stop+"></td></tr>" +
				"<tr><td align=center>" +
				"	<div id='msg_box' style='width:0; height:0; overflow:hidden;'>" +
				"	<table border=0 width=300 height=100 bgcolor='#F0F0F0'>" +
				"	<tr align=center><td class='m_alert'>"+word+"</td></tr>" +
				"	<tr align=center><td><input type='button' style='border:1px solid #DEDEDE' onClick='msg_off();cover_off();' value='´Ý±â'></td></tr>" +
				"	</table>" +
				"	</div>" +
				"</td></tr>" +
				"</table>"
			;
			document.getElementById('div_msg').innerHTML = msg;
			open_div('msg_box','300','100',0.4);
		}
	}


	function create_msg(){

		var cover_msg = document.createElement('div');
		cover_msg.style.position = 'absolute';
		cover_msg.style.top = '0px';
		cover_msg.style.left = '0px';
		cover_msg.style.width = '100%';
		cover_msg.style.height = '100%';
		cover_msg.id = 'div_msg';
		document.body.appendChild(cover_msg);
	}

	// ·¹ÀÌ¾î ¿­±â (·¹ÀÌ¾î Å©±â¸¸ º¯°æ)
	function open_div(id,width,height,speed){
		
		var w = parseInt(document.getElementById(id).style.width);
		var h = parseInt(document.getElementById(id).style.height);

		if(!speed) speed=0.2;
		setTimeout("open_div_animation('"+id+"','"+width+"','"+height+"',"+speed+")",10);
	}
	

	function open_div_animation(id,width,height,speed){
		
		var w = parseInt(document.getElementById(id).style.width);
		var h = parseInt(document.getElementById(id).style.height);

		var dw = (width - w) * speed;
		var dh = (height - h) * speed;

		if(dw > 0) dw = Math.ceil(dw); else dw = Math.floor(dw);
		if(dh > 0) dh = Math.ceil(dh); else dh = Math.floor(dh);

		nw = dw + w; if(nw == width) nh = height;
		nh = dh + h; if(nh == height) nw = width;

		document.getElementById(id).style.width = nw;
		document.getElementById(id).style.height = nh;

		if(dw != 0 || dh != 0) setTimeout("open_div_animation('"+id+"','"+width+"','"+height+"',"+speed+")",10);		
	}



	
	// ·¹ÀÌ¾î ¿­±â (·¹ÀÌ¾î À§Ä¡¿Í Å©±â º¯°æ)
	function open_div2(id,width,height,top,left,speed){
		
		var w = parseInt(document.getElementById(id).style.width);
		var h = parseInt(document.getElementById(id).style.height);

		if(!speed) speed=0.2;
		setTimeout("open_div_animation2('"+id+"','"+width+"','"+height+"','"+top+"','"+left+"',"+speed+")",10);
	}

	function open_div_animation2(id,width,height,top,left,speed){
		
		var t = parseInt(document.getElementById(id).style.top);
		var l = parseInt(document.getElementById(id).style.left);
		var w = parseInt(document.getElementById(id).style.width);
		var h = parseInt(document.getElementById(id).style.height);

		var dt = (top - t) * speed;
		var dl = (left - l) * speed;
		var dw = (width - w) * speed;
		var dh = (height - h) * speed;

		if(dt > 0) dt = Math.ceil(dt); else dt = Math.floor(dt);
		if(dl > 0) dl = Math.ceil(dl); else dl = Math.floor(dl);
		if(dw > 0) dw = Math.ceil(dw); else dw = Math.floor(dw);
		if(dh > 0) dh = Math.ceil(dh); else dh = Math.floor(dh);

		nt = dt + t; if(nt == top) nt = top;
		nl = dl + l; if(nl == left) nl = left;
		nw = dw + w; if(nw == width) nh = height;
		nh = dh + h; if(nh == height) nw = width;

		document.getElementById(id).style.top = nt;
		document.getElementById(id).style.left = nl;
		document.getElementById(id).style.width = nw;
		document.getElementById(id).style.height = nh;

		if(dw != 0 || dh != 0) setTimeout("open_div_animation2('"+id+"','"+width+"','"+height+"','"+top+"','"+left+"',"+speed+")",10);		
	}


	// ºÎ¸ðÃ¢ÀÇ ·¹ÀÌ¾î ¿­±â (·¹ÀÌ¾î À§Ä¡¿Í Å©±â º¯°æ)
	function open_div3(id,width,height,top,left,speed){
		
		var w = parseInt(parent.document.getElementById(id).style.width);
		var h = parseInt(parent.document.getElementById(id).style.height);

		if(!speed) speed=0.2;
		setTimeout("open_div_animation3('"+id+"','"+width+"','"+height+"','"+top+"','"+left+"',"+speed+")",10);
	}

	function open_div_animation3(id,width,height,top,left,speed){
		
		var t = parseInt(parent.document.getElementById(id).style.top);
		var l = parseInt(parent.document.getElementById(id).style.left);
		var w = parseInt(parent.document.getElementById(id).style.width);
		var h = parseInt(parent.document.getElementById(id).style.height);

		var dt = (top - t) * speed;
		var dl = (left - l) * speed;
		var dw = (width - w) * speed;
		var dh = (height - h) * speed;

		if(dt > 0) dt = Math.ceil(dt); else dt = Math.floor(dt);
		if(dl > 0) dl = Math.ceil(dl); else dl = Math.floor(dl);
		if(dw > 0) dw = Math.ceil(dw); else dw = Math.floor(dw);
		if(dh > 0) dh = Math.ceil(dh); else dh = Math.floor(dh);

		nt = dt + t; if(nt == top) nt = top;
		nl = dl + l; if(nl == left) nl = left;
		nw = dw + w; if(nw == width) nh = height;
		nh = dh + h; if(nh == height) nw = width;

		parent.document.getElementById(id).style.top = nt;
		parent.document.getElementById(id).style.left = nl;
		parent.document.getElementById(id).style.width = nw;
		parent.document.getElementById(id).style.height = nh;

		if(dw != 0 || dh != 0) setTimeout("open_div_animation3('"+id+"','"+width+"','"+height+"','"+top+"','"+left+"',"+speed+")",10);		
	}


	
	// ·¹ÀÌ¾î ¿­±â (·¹ÀÌ¾î Å©±â º¯°æ)
	function open_div4(id,width,height,speed){
		
		var w = parseInt(document.getElementById(id).style.width);
		var h = parseInt(document.getElementById(id).style.height);

		if(!speed) speed=0.2;
		setTimeout("open_div_animation4('"+id+"','"+width+"','"+height+"',"+speed+")",10);
	}

	function open_div_animation4(id,width,height,speed){
		
		var w = parseInt(document.getElementById(id).style.width);
		var h = parseInt(document.getElementById(id).style.height);

		var dw = (width - w) * speed;
		var dh = (height - h) * speed;

		if(dw > 0) dw = Math.ceil(dw); else dw = Math.floor(dw);
		if(dh > 0) dh = Math.ceil(dh); else dh = Math.floor(dh);

		nw = dw + w; if(nw == width) nh = height;
		nh = dh + h; if(nh == height) nw = width;

		document.getElementById(id).style.width = nw;
		document.getElementById(id).style.height = nh;

		if(dw != 0 || dh != 0) setTimeout("open_div_animation4('"+id+"','"+width+"','"+height+"',"+speed+")",10);		
	}



	// ·¹ÀÌ¾î ¿­±â (·¹ÀÌ¾î À§Ä¡ º¯°æ)
	function open_div5(id,top,left,speed){
		if(!speed) speed=0.2;
		setTimeout("open_div_animation5('"+id+"','"+top+"','"+left+"',"+speed+")",10);
	}

	function open_div_animation5(id,top,left,speed){
		
		var t = parseInt(document.getElementById(id).style.top);
		var l = parseInt(document.getElementById(id).style.left);

		var dt = (top - t) * speed;
		var dl = (left - l) * speed;

		if(dt > 0) dt = Math.ceil(dt); else dt = Math.floor(dt);
		if(dl > 0) dl = Math.ceil(dl); else dl = Math.floor(dl);

		nt = dt + t; if(nt == top) nt = top;
		nl = dl + l; if(nl == left) nl = left;

		document.getElementById(id).style.top = nt;
		document.getElementById(id).style.left = nl;

		if(dt != 0 || dl != 0) setTimeout("open_div_animation5('"+id+"','"+top+"','"+left+"',"+speed+")",10);		
	}