
	function TimeGroup(vGroup)
	{
		document.TimeGroupForm.TimeGroup.value = vGroup;
		document.TimeGroupForm.submit();
	}

	function MovieTheater()
	{
		location.href="/Movie/Theater/IMTheaterInfo_Detail.asp?PlaceCode=" + document.TimeGroupForm.TheaterValue.value;
	}

	function Date_Submit()
	{
		document.SearchDate.submit();
	}

	function RegionGroupChoice()
	{
		document.RegionForm.submit();
	}

	function RegionDetailGroupChoice()
	{
		document.RegionForm.OK.value="OK";
		document.RegionForm.submit();
//		document.all["TheaterList"].style.display = "";
//		document.all["TheaterList"].style.visibility = "visible";
	}

	function TheaterNameValueCheck(f)
	{
		if ( f.TheaterNameSearch.value == "" )
		{
			alert("±ØÀå¸íÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");
			f.TheaterNameSearch.focus();
			return false;
		}
	}

