
	function alba_top_search()
	{
		if(document.alba_top.alba_top_keyword.value == "")
		{
			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");
			document.alba_top.alba_top_keyword.focus();
			return;
		}
	
		document.alba_top.submit();

	}

	function auto_search_guide_view(width, height, scroll)
	{
   		var x = (screen.width - 600) / 2;
    	var y = (screen.height - 600) / 2;
	    window.open('/contents/auto_search_guide_view.php','','width='+width+',height='+height+',left='+x+',top='+y+',marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scroll+',resizable=no');     
    } 

	function spam(width, height, scroll)
	{
   		var x = (screen.width - 600) / 2;
    	var y = (screen.height - 600) / 2;
	    window.open('/contents/spam.php','','width='+width+',height='+height+',left='+x+',top='+y+',marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scroll+',resizable=no');     
    } 

	function idpass_find(width, height, scroll)

	{

   		var x = (screen.width - 600) / 2;
    	var y = (screen.height - 600) / 2;
	    window.open('/member/idpass_find.php','','width='+width+',height='+height+',left='+x+',top='+y+',marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scroll+',resizable=no');
     
    } 

	function all_search()
	{

		if(document.top_search.top_find.value == "")
		{
			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");
			document.top_search.top_find.focus();
			return;
		}

		document.top_search.submit();

	}


	function find() 
	{

		if(document.search.content.value == "") 
		{
			alert("°Ë»ö¾î¸¦ Àû¾îÁÖ¼¼¿ä.");
			document.search.content.focus();
			return;
		}

		document.search.submit();

	}

	function search() 
	{

		if(document.search.find.value == "") 
		{
			alert("°Ë»ö¾î¸¦ Àû¾îÁÖ¼¼¿ä.");
			document.search.find.focus();
			return;
		}

		document.search.submit();

	}

	function change(form) { if(form.url.selectedIndex != 0) parent.location = form.url.options[form.url.selectedIndex].value }
	function movr(src,clrOver){ if (!src.contains(event.fromElement)) {        src.bgColor = clrOver;        }}
	function mout(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn;        }}

	function alba_history_open()    {  window.alba_history.style.visibility  =  "visible";  }
	function alba_history_close()   {  window.alba_history.style.visibility  =  "hidden";   }


	function img_check()
	{
		img_tag =  document.form_img.all.tags("img");
				
		for( i=0; i < img_tag.length; i++ )
		{
			if(img_tag[i].width > 570 ) 
			{
				img_tag[i].width = 570;
			}
		} 
	}


	function member_login() {

		if(document.member_login.id.value == "") 

		{

			alert("¾ÆÀÌµð¸¦ Àû¾îÁÖ¼¼¿ä..^^;");
			document.member_login.id.focus();
			return;

		}

		if(document.member_login.passwd.value == "") 

		{

			alert("ºñ¹Ð¹øÈ£¸¦ Àû¾îÁÖ¼¼¿ä..^^;") 
			document.member_login.passwd.focus();
			return;
	
		}

		if(!document.member_login.member_sort[0].checked && !document.member_login.member_sort[1].checked)
		{
            alert("È¸¿øÇüÅÂ¸¦ ¼±ÅÃÇØ ÁÖ¼¼¿ä.");
            return;
        }

		document.member_login.submit();

				 }


		function member_fun(thecode){ 

      	if(thecode=='13') { 
         
			if(document.member_login.id.value == "") 

			{

				alert("¾ÆÀÌµð¸¦ Àû¾îÁÖ¼¼¿ä..^^;");
				document.member_login.id.focus();
				return;

			}

			if(document.member_login.passwd.value == "") 

			{

				alert("ºñ¹Ð¹øÈ£¸¦ Àû¾îÁÖ¼¼¿ä..^^;") 
				document.member_login.passwd.focus();
				return;
	
			}

			if(!document.member_login.member_sort[0].checked && !document.member_login.member_sort[1].checked)
			{
	            alert("È¸¿øÇüÅÂ¸¦ ¼±ÅÃÇØ ÁÖ¼¼¿ä.");
	            return;
	        }

			document.member_login.submit();

		    }  
               
      	 } 

		function top_hot_alba()
		{
			alert("Å¾ ±Þ±¸¾Ë¹Ù´Â ÇÃ·¯½º¾Ë¹Ù¸¦ ½ÅÃ»ÇØ ÁÖ½Ã¸é ÀÚµ¿ µî·ÏµË´Ï´Ù.^^");
			location.href = "/ad/p_alba/p_alba_guide.php";
		}