		function search_txt() 
		{   if (search_form.vod_name.value.replace(' ','')=="") 
				{ 	alert("°Ë»öÇÒ ´Ü¾î¸¦ Àû¾îÁÖ¼¼¿ä.");
					search_form.vod_name.focus();
 					return(false);
 				}	
		    else
				{
					if (document.search_form.search_kind.value == "»óÇ°°Ë»ö")
			    	{		        		
			        	if (document.search_form.vod_name.value == "°Ë»öÃ¢¿¡ Ã¢°í´ë¹æÃâÀ» ÃÄº¸¼¼¿ä")
			        	search_form.vod_name.value="Ã¢°í´ë¹æÃâ";
			        	if (document.search_form.vod_name.value == "°Ë»öÃ¢¿¡ ·Î½ºÆ®º¼À» ÃÄº¸¼¼¿ä")
			        	search_form.vod_name.value="·Î½ºÆ®º¼";
				    	search_form.target="_parent";
			        	search_form.action="search.asp";
			       				       			
			        }	
					if (document.search_form.search_kind.value == "µ¿¿µ»ó°Ë»ö")
			       	{	
				       	search_form.target="_parent";
				        search_form.action="http://www.golfnet.co.kr/golftv/vod_search.asp";
				        			       					       			
			       	}		
		     	}  	
		}
		
		function show_mymenu(obj,screen_w)
		{										  			
			bodywidth = document.body.clientWidth;
			if (bodywidth > 950) {
				obj.style.left = (bodywidth - 950) / 2 + screen_w;
			} else {
				obj.style.left = screen_w;
				}
			obj.style.display = "";				
		}			
		
		function hiden_mymenu(obj)
		{	obj.style.display = "none";		}
		
		function show_menu_click(a,b)		
		{	a.src = b; }

