<!--
if (top.location != self.location)
top.location=self.location;

function search()
{
	with (document.formSearch.key)
	{
	var key=value.replace(/(^\s*)|(\s*$)/g, "");
	if (key=="")	{
	alert("ΛΡΛχΗ°ΗλΟΘΚδΘλΉΨΌό΄Κ£‘");
	focus();
	return false;
	}
	else
	{
	window.location.href="/list.asp?key="+key;
	}
	}
}

// -->