<!--

/***
function hideStatus() { //»óÅÂ¹Ù ¼û±â±â
	window.status = "¿Ï·á";
	timerID= setTimeout("hideStatus()", 30);
	}
hideStatus();
***/



function img_act(imgName) {
	document [imgName].src = eval(imgName + "on.src");}

function img_inact(imgName) {
	document [imgName].src = eval(imgName + "off.src");}




/*** ÆûÁö¿ì±â *****************************/

function clearform() {
	document.form.reset(); }


function SendMail(Filename) {
	var iMyWidth;
	var iMyHeight;
	iMyWidth = (window.screen.width/2) - (240 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (250 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var popmv = window.open(Filename,"sendmail","status=1, scrollbars=no, resizable=no, width=480, height=500,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ""); popmv.focus();
//	popmv=window.open('/6_support/musicvideo/040305.html', 'posemovie', "resizable=no, scrollbars=no, status=0, width=400,height=440"); popmv.focus();
//	window.open(Filename, 'pop', "resizable=no,scrollbars=yes, status=0, width=817,height=600");
	}




/*** ±Û¾²±â Ã¼Å© *****************************/

function Board_Form() {
	var chec=document.board_write;
	if ( chec.SUBJECT.value.length < 1 ) {
	alert('Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
	document.board_write.SUBJECT.focus();
	return false;
	}
	if ( chec.NAME.value.length < 1 ) {
	alert('ÀÌ¸§À» ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
	document.board_write.NAME.focus();
	return false;
	}
	if ( chec.CONTENT.value.length < 1 ) {
	alert('³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
	document.board_write.CONTENT.focus();
	return false;
	}
/***Ã·ºÎÆÄÀÏ ¾÷·ÎµåÆûÀÌ ¾øÀ»°æ¿ì ¿¡·¯°¡ ³ª¹Ç·Î °°Àº ÆÄÀÏÀÎÁö Ã¼Å© ¾ÈÇÔ
	if ( (chec.upfile.value || chec.FILELINK.value) && chec.upfile.value == chec.FILELINK.value ) {
	alert('Ã·ºÎÆÄÀÏ1°ú Ã·ºÎÆÄÀÏ2°¡ °°Àº ÆÄÀÏÀÔ´Ï´Ù.');
	return false;
	}
***/
	// ÆÐ½º¿öµå ÀÔ·ÂÀ» Ã¼Å©ÇÏÁö ¾Êµµ·Ï ÇÏ±âÀ§ÇÏ¸é ´ÙÀ½ÀÇ if ¹® À» ÁÖ¼® ( // ) À¸·Î ¸·À»°Í
	if ( !chec.PASS.value.length ) {
		if (confirm('\n\n ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏÁö ¾ÊÀ¸¸é ¼öÁ¤ ¹× »èÁ¦°¡ ºÒ°¡´ÉÇÕ´Ï´Ù. \n\n °è¼Ó ÁøÇàÇÏ½Ã°Ú½À´Ï±î? \n\n')) return true;
		return false;
	}
}

/*** °Ô½Ã¹°»èÁ¦ *****************************/
function log_mem_Form2() {
	var chec=document.m_log;
	if ( !chec.PASS.value.length ) {
	alert('\n\n\ ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À. \n\n');
	chec.PASS.focus();
	return false;
	}
}

/*** ÀÇ°ß ³²±â±â *****************************/

function clearField(field){
	if (field.value == field.defaultValue) {
		field.value = "";
	}
}
function checkField(field){
	if (!field.value) {
		field.value = field.defaultValue;
	}
}
function Op_Form() {
	var chec=document.Op_write;
	if ( chec.NAME.value.length < 2 ) {
	alert('ÀÛ¼ºÀÚÀÇ ÀÌ¸§À» ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.');
	chec.NAME.focus();
	return false;
	}
	if ( chec.COMMENT.value.length < 3 ) {
	alert('º» ±Û¿¡ ´ëÇÑ ÀÇ°ßÀ» ÀÛ¼ºÇØ ÁÖ½Ê½Ã¿À.');
	chec.COMMENT.focus();
	return false;
	}
}

/*** ´ÙÁß»èÁ¦ *****************************/

function really(){
	if (confirm('\n\n¼±ÅÃÇÏ½Å °Ô½Ã¹°À» ¸ðµÎ »èÁ¦ÇÕ´Ï´Ù. \n\n°è¼Ó ÁøÇàÇÏ½Ã°Ú½À´Ï±î? \n\n')) return true;
	return false;
}

function log_mem_Form() {
	var chec=document.m_log;
	if ( !chec.MBiD.value.length ) {
	alert('\n\n\n ¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.     \n\n\n');
	chec.MBiD.focus();
	return false;
	}
	if ( chec.MBiD.value.length < 4 || chec.MBiD.value.length > 12 ) {
	alert('\n\n\n   °¡ÀÔµÇ¾îÀÖÁö ¾ÊÀº ¾ÆÀÌµðÀÔ´Ï´Ù..          \n\n');
	chec.MBiD.focus();
	return false;
	}
	if ( !chec.MBpW.value.length ) {
	alert('\n\n\n   ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.          \n\n');
	chec.MBpW.focus();
	return false;
	}
}

/*** ·Î±×ÀÎÆû Ã¼Å©(È¸¿ø) *****************************/

function loginForm_top() {
    var chec=document.login_top;
    if ( !chec.MBiD.value.length ) {
    alert('\n\n\n   ¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.          \n\n');
	chec.MBiD.focus();
    return false;
    }
    if ( !chec.MBpW.value.length ) {
    alert('\n\n\n   ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.          \n\n');
	chec.MBpW.focus();
    return false;
    }
}

/*** ·Î±×ÀÎÆû Ã¼Å© *****************************/

function log_mem_Form() {
	var chec=document.m_log;
	if ( !chec.PASS.value.length ) {
	alert('\n\n\n   ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.          \n\n');
	chec.PASS.focus();
	return false;
	}
}


/*** È¸¿ø°¡ÀÔ *****************************/

function checkField(field){
	if (!field.value) {
	field.value = field.defaultValue;
	}
}

function setting(name) {
opener.document.forms[0].name.value = name;
self.close();
}

function mem_clearform() {
	document.FrmUserInfo.reset(); }


//-->
