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

		document.search.submit();

	}

	function tv(width, height, scroll)
	{
   		var x = (screen.width - 600) / 2;
    	var y = (screen.height - 600) / 2;
	    window.open('/contents/tv.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 radio(width, height, scroll)
	{
   		var x = (screen.width - 600) / 2;
    	var y = (screen.height - 600) / 2;
	    window.open('/contents/radio.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 search_clear(form) 
	{
		if(document.search.keyword.value == "°Ë»ö¾î¸¦ ÀÔ·ÂÇØ º¸¼¼¿ä!! ¤»¤»¤»¤»¤»") 
		{
		    document.search.keyword.value = '';				
		}
	} 