<!-- ¸ÞÀÎ ·Ñ¿À¹ö ½ºÅ©¸³Æ® ½ÃÀÛ -->
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
<!-- ¸ÞÀÎ ·Ñ¿À¹ö ½ºÅ©¸³Æ® ³¡ -->
<!-- ÇÃ·¡½Ã Å×µÎ¸® ¾ø¾Ö±â ½ºÅ©¸³Æ® ½ÃÀÛ -->
function GetFlash(url,x,y) { 
	EmbedStr = "<object id='flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + x + "' height='" + y + "'>";
	EmbedStr += "<param name='allowScriptAccess' value='sameDomain' />";
	EmbedStr += "<param name='movie' value='" + url + "' />";
	EmbedStr += "<param name='quality' value='high' />";
	EmbedStr += "<param name='bgcolor' value='#ffffff' />";
	EmbedStr += "<param name='wmode' value='transparent' />";
	EmbedStr += "<embed src='" + url + "' quality='high' wmode='transparent' bgcolor='#ffffff' width='" + x + "' height='" + y + "' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	EmbedStr += "</object>";
	
	document.write(EmbedStr);
	return;
}
<!-- ÇÃ·¡½Ã Å×µÎ¸® ¾ø¾Ö±â ½ºÅ©¸³Æ® ³¡ -->

//pngÀÌ¹ÌÁö
function setPng24(obj) {
        obj.width=obj.height=1;
        obj.className=obj.className.replace(/\bpng24\b/i,'');
        obj.style.filter =
        "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
        obj.src='';
        return '';
    }
	
	
	
<!-- Äü¸Þ´º ½ÃÀÛ ºÎºÐ -->
function D_SkyScraper(dss_oid , dss_width , dss_height , dss_sx , dss_sy , dss_fx , dss_fy , dss_sp , dss_per) {

 // º¯¼öÀâ±â
 this.oid = "" ;
 this.swidth = 0 ;
 this.sheight = 0 ;
 this.sx = 0 ;
 this.sy = 0 ;
 this.fx = 0 ;
 this.fy = 0 ;
 this.sp = 1 ;
 this.per = 1000 ;
 this.ssHTML = "" ;
 this.ssIntervalID = 0 ;
 this.ssObj = top.document.getElementById(dss_oid) ;

 if (dss_oid) this.oid = dss_oid.toString() ;
 if (dss_sx) this.swidth = parseInt(dss_width) ;
 if (dss_sx) this.sheight = parseInt(dss_height) ;
 if (dss_sx) this.sx = parseInt(dss_sx) ;
 if (dss_sy) this.sy = parseInt(dss_sy) ;
 if (dss_fx) this.fx = parseInt(dss_fx) ;
 if (dss_fy) this.fy = parseInt(dss_fy) ;
 if (dss_sp) this.sp = parseFloat(dss_sp) ;
 if (dss_per) this.per = parseInt(dss_per) ;

 // ½ºÅ©·¡ÆÛ »ý¼º
 if (this.ssObj) {
  this.ssObj.style.display = "none" ;
  this.ssHTML = this.ssObj.innerHTML ;
  this.ssObj.innerHTML = "" ;
 }
 if (this.ssHTML.length > 0) {
  top.document.write('<div id="DssBody_'+this.oid+'" style="position:absolute ; left:'+this.sx+'px ; top:'+this.sy+'px ; z-index:1000">') ;
  top.document.write(this.ssHTML) ;
  top.document.write('</div>') ;
  this.ssObj = top.document.getElementById("DssBody_"+this.oid) ;
  this.ssIntervalID = setInterval("parent.active()" , this.per) ;
 }

 // ½ºÅ©·¡ÆÛ ¿£Áø (½ÇÁ¦ ÀÛµ¿ºÎºÐÀÌ¹Ç·Î Á¶½ÉÁ¶½ÉÇØ¼­ ¼öÁ¤^^)
 function parent.active() {
  this.now_x = parseInt(parent.ssObj.style.left) ;
  this.now_y = parseInt(parent.ssObj.style.top) ;
  this.new_x = top.document.body.scrollLeft + parent.fx ;
  this.new_y = top.document.body.scrollTop + parent.fy ;
  if (top.document.body.clientHeight < (parent.fy + parent.sheight)) {
   this.new_y = top.document.body.scrollTop + 37 ;
  }
  if (this.new_y > (top.document.body.scrollHeight - parent.sheight)) {
   this.new_y = top.document.body.scrollHeight - parent.sheight ;
  }
  if (this.new_x > (top.document.body.scrollWidth - parent.swidth)) {
   this.new_x = top.document.body.scrollWidth - parent.swidth ;
  }

  this.next_x = parseInt(this.now_x + ((this.new_x - this.now_x) * parent.sp)) ;
  this.next_y = parseInt(this.now_y + ((this.new_y - this.now_y) * parent.sp)) ;
  if ((this.now_x == this.next_x) && (this.next_x != this.new_x)) {
   this.next_x -= (this.new_x - this.next_x) / (this.next_x - this.new_x) ;
  }
  if ((this.now_y == this.next_y) && (this.next_y != this.new_y)) {
   this.next_y -= (this.new_y - this.next_y) / (this.next_y - this.new_y) ;
  }
  parent.ssObj.style.left = this.next_x ;
  parent.ssObj.style.top = this.next_y ;
 }

}


<!-- Äü¸Þ´º ³¡ ºÎºÐ -->

//·¹ÀÌ¾îº¯°æ
function menulayer(no)
{
	if(no==1)
	{
		document.all.layer01.style.display="block";
		document.all.layer02.style.display="none";
		document.all.layer03.style.display="none";
		document.all.layer04.style.display="none";
		document.all.layer05.style.display="none";
	}
	else if(no==2)
	{
		document.all.layer01.style.display="none";
		document.all.layer02.style.display="block";
		document.all.layer03.style.display="none";
		document.all.layer04.style.display="none";
		document.all.layer05.style.display="none";
	}
	else if(no==3)
	{
		document.all.layer01.style.display="none";
		document.all.layer02.style.display="none";
		document.all.layer03.style.display="block";
		document.all.layer04.style.display="none";
		document.all.layer05.style.display="none";
	}
	else if(no==4)
	{
		document.all.layer01.style.display="none";
		document.all.layer02.style.display="none";
		document.all.layer03.style.display="none";
		document.all.layer04.style.display="block";
		document.all.layer05.style.display="none";
	}
	else if(no==5)
	{
		document.all.layer01.style.display="none";
		document.all.layer02.style.display="none";
		document.all.layer03.style.display="none";
		document.all.layer04.style.display="none";
		document.all.layer05.style.display="block";
	}
}




function Radio_check(obj) 
{ 

if (obj == 1) 
{ 
document.all.radioDiv.style.display = "block"; 
} 
else if (obj == 2) 
{ 
document.all.radioDiv.style.display = "none"; 
} 
} 



//º¸µåÀÔ·Â ¿À·ù¸Þ¼¼Áö  FormActionCheck
		function FormActionCheck(){
			if(no_value('subject'))    return error_msg('subject','±ÛÁ¦¸ñÀ» ÀÔ·ÂÇÏ½Ê½Ã¿À.');
			if(no_value('name'))    return error_msg('name','ÀÌ¸§À» ÀÔ·ÂÇÏ½Ê½Ã¿À.');
			if(no_value('tbody'))    return error_msg('tbody','Á¦ÀÛ¸ñÀûÀ» ÀÔ·ÂÇÏ½Ê½Ã¿À.');
			document.TechnoteWriteForm.submit();
			alert('½ÅÃ»¿Ï·á µÇ¾ú½À´Ï´Ù.');
		}
		function FormActionCheck_speed(){
			if(no_value('subject'))    return error_msg('subject','±ÛÁ¦¸ñÀ» ÀÔ·ÂÇÏ½Ê½Ã¿À.');
			if(no_value('name'))    return error_msg('name','½ÅÃ»ÀÚ¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä.');
			if(no_value('user_add1'))    return error_msg('user_add1','¿¬¶ôÃ³¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä.');
			if(no_value('tbody'))    return error_msg('tbody','º»¹®³»¿ëÀ» ÀÔ·ÂÇÏ½Ê½Ã¿À.');
			document.TechnoteWriteForm.submit();
			alert('½ÅÃ»¿Ï·á µÇ¾ú½À´Ï´Ù.');
		}
		function no_value(inputName){
			value=eval('document.TechnoteWriteForm.'+inputName).value.replace(/\s/g,"");
			if(!value) return 1;
		}
		function error_msg(inputName,msg){
			alert(msg);
			eval('document.TechnoteWriteForm.'+inputName).focus();
			return false;
		}
		WrFormSave=0;
		function TnTEditDivOpen(){};

// noemail - ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ ¸µÅ© ºÎºÐ
function email(ams){
popup = window.open("../99_inc/email_pop.php",'ams','width=400,height=200');
}

// noemail - ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ ¸µÅ© ºÎºÐ
function logjoin(logjoin){
popup = window.open("../forceboard/member.php?mboard=memberboard&exe=regist_form",'logjoin','width=610,height=450,scrollbars=yes');
}

// noemail - ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ ¸µÅ© ºÎºÐ
function idlost(idlost){
popup = window.open("../forceboard/member.php?mboard=memberboard&exe=passwd_lose",'idlost','width=550,height=350,scrollbars=yes');
}