//·Î±×ÀÎ Ã¼Å©
function logincheck() {

	if(!signform.uid.value)	{
		alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä!");
		signform.uid.focus();
		return false;
		}

	if(!signform.upasswd.value){
		alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä!");
		signform.upasswd.focus();
		return false;
	}
		signform.submit();
}


function login_alert(){
	alert("·Î±× ÈÄ ¿¡ »ç¿ë °¡´É ÇÕ´Ï´Ù.");
	return false;
}

//¾ÆÀÌµð °Ë»ö Ã¢ 
function search_id(name) {
	ref = "/Include/id_search.php?name="+name;
	window.open(ref,'id_search','width=300,height=197,scrollbars=yes,left=500,top=300');
}



//ÀÌ¹ÌÁö ¹Ì¸®º¸±â ÆäÀÌÁö
function ImgView(imgname) {	

	ref = "/Include/pop_imgview.php?imgname="+imgname;
	window.open(ref, "preview", "toolbar=no,scrollbars=yes,status=no,resizable=yes,width=700,height=550,top=110,left=110");

}



//¾ÆÀÌµð ªO±â
function IdfindWin() {
	ref = "/Member/pop_idfinddate.php"
	window.open(ref,'id_search','width=321,height=238,scrollbars=no,left=500,top=300');
}

//ºñ¹øÃ£±â
function PwfindWin() {
	ref = "/Member/pop_pwfinddate.php"
	window.open(ref,'id_search','width=321,height=265,scrollbars=no,left=500,top=300');
}




//===== ¿À¸¥ÂÊ ¸¶¿ì½º ¸·´Â ½ºÅ©¸³Æ®½ÃÀÛ ======= //
/*
document.oncontextmenu = function(){return false}
if(document.layers) {
	window.captureEvents(Event.MOUSEDOWN);
	window.onmousedown = function(e){
		if(e.target==document)return false;
	}
}
else {
	document.onmousedown = function(){return false}
}
*/
//===== ¿À¸¥ÂÊ ¸¶¿ì½º ¸·´Â ½ºÅ©¸³Æ® ³¡ ======= //


function Popup_schinfo(theURL,winName,features) { //v2.0
//ÁÖ¼Ò, À©µµ¿ì ÀÌ¸§, Ã¢¿É¼Ç
  window.open(theURL,winName,features);
}






//ÇÃ·¡½¬ ¿¡¼­ »ç¿ëÇÏ´Â °æ°íÃ¢ÀÌ´Ù.
function MM_popupMsg(msg) {
  alert(msg);
}




//¸¶¿ì½º µå·¹±× ¸·±â
/*

var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}

*/
