window.status = "ÀÎÃµ°ÇÃà»çÈ¸";
function setOptionText(object, target) {

	var the_array = eval(object.value);
	target.length = the_array.length / 2;

	for (loop=0,loop1=0;(loop < the_array.length) && (the_array[loop] != "end"); loop+=2,loop1++) {
		target[loop1].text = the_array[loop];
		target[loop1].value = the_array[loop+1];
	}

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function webhard2(){
url = "webhard.asp" ;
window.open(url,'','toolbar=no,menubar=no,location=no,directions=no, scrollbars=no,status=no,width=353,height=400');
}




//¿À¸¥ÂÊ Äü¸Þ´º µû¶ó´Ù´Ï±â   ½ÃÀÛ//
var isDOM = (document.getElementById ? true : false);
var isIE4 = ((document.all && !isDOM) ? true : false);
var isNS4 = (document.layers ? true : false);
var isNS = navigator.appName == "Netscape";

function getRef(id) {
        if (isDOM) return document.getElementById(id);
        if (isIE4) return document.all[id];
        if (isNS4) return document.layers[id];
}

//function getSty(id) {
//      x = getRef(id);
//      return (isNS4 ? getRef(id) : getRef(id).style);
//}

var scrollerHeight = 88;
var puaseBetweenImages = 3000;
var imageIdx = 0;



function startVScroll() {
//    if (isNS4)
//        vSecond.top = scrollerHeight + 5;
//    else
//        vSecond.style.top = scrollerHeight + 5;
   // moveVFirstImage(vFirst);
}

function moveRightEdge() {
        var yMenuFrom, yMenuTo, yOffset, timeoutNextCheck;

        if (isDOM) {
                yMenuFrom   = parseInt (divMenu.style.top, 10);
                yMenuTo     = (isNS ? window.pageYOffset : document.body.scrollTop) + 65; // À§ÂÊ À§Ä¡
        }
        timeoutNextCheck = 500;

        if (yMenuFrom != yMenuTo) {
                yOffset = Math.ceil(Math.abs(yMenuTo - yMenuFrom) / 20);
                if (yMenuTo < yMenuFrom)
                        yOffset = -yOffset;
                if (isNS4)
                        divMenu.top += yOffset;
                else if (isDOM)
                        divMenu.style.top = parseInt (divMenu.style.top, 10) + yOffset;
                        timeoutNextCheck = 10;
        }
        setTimeout ('moveRightEdge()', timeoutNextCheck);
}


var isSubmit = false;
function CheckJigu(theStu) {
	if (theStu == '0' ) {
		alert("È¸¿ø¸¸ »ç¿ë °¡´ÉÇÕ´Ï´Ù.·Î±×ÀÎÀ» ÇØÁÖ¼¼¿ä.");
	}
	if (theStu == '1' ) {
		window.open('../Áö±¸´ÜÀ§/index.htm', '');
	}
        if (theStu == '2' ) {
		window.open('../convention/convention.html', '');
	}
  	if (theStu == '3') {
	        window.open('webhard.htm','','width=353,height=400,left=50,top=30');	
        }		
}
function CheckForm(theForm) {

	if (theForm.m_id.value.length < 1) {
                alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ½Ê½Ã¿À. ");
                return false;
        }
	
	if (theForm.m_pass.value.length < 1) {
                alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ½Ê½Ã¿ä.");
                return false;
        }

}


//¿À¸¥ÂÊ Äü¸Þ´º µû¶ó´Ù´Ï±â   ³¡//


