function goQuery()
{
	with(document.frmTSearch)
	{

		if(TQuery.value == "")
		{
			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
			TQuery.focus();
			return false;
		}
		
		action = "/Product/BySearch_List.php";
		submit();
		return false;
	}
}

function ShowHide(D, i)
{
	for(j=0;j<eval(D).length;j++)
	{

		if(i == j)
		{
			eval(D)[j].style.display = "";
			eval(D+"T")[j].style.color = "#FFFFFF";
			eval(D+"T")[j].style.fontWeight = "bold";
		} else {
			eval(D)[j].style.display = "none";
			eval(D+"T")[j].style.color = "#FFFFFF";
			eval(D+"T")[j].style.fontWeight = "";
		}
		
	}

}

function ShowHide2(D, i)
{
	for(j=0;j<eval(D).length;j++)
	{

		if(i == j)
		{
			eval(D)[j].style.display = "";
			eval(D+"T")[j].style.color = "#336600";
			eval(D+"T")[j].style.fontWeight = "bold";
		} else {
			eval(D)[j].style.display = "none";
			eval(D+"T")[j].style.color = "#336600";
			eval(D+"T")[j].style.fontWeight = "";
		}
		
	}

}
