var channelId = 5;
<!-- 
    function ResumeError() {
    return true;
}
window.onerror = ResumeError;
// -->

function Search()
		{
			var str;
			switch(document.getElementById("select").value)
			{
				case "0":
					str = "pdt";
					break;
				case "1":
					str = "article";
					break;
				case "2":
					str = "is";
					break;
				case "3":
					str = "is";
					break;
				case "4":
					str = "search";
					break;
				case "5":
					str = "article";
					break;
				case "6":
					str = "dealer";
					break;
				case "7":
					str = "bbs";
					break;
				case "8":
					str = "club";
					break;
				case "9":
					str = "soft";
					break;
			}
			var thisvalue = document.getElementById('textfield').value;
			if(thisvalue=="ÇëÊäÈë¹Ø¼ü×Ö")thisvalue="";
			if(thisvalue=="")
			{ 
				alert("ÇëÊäÈë¹Ø¼ü×Ö");
				return;
			}
			else
			{
				if (str == "pdt")
				{
					window.open('http://product.pcpop.com/00000_k'+ escape(thisvalue).replace(/%u/g, "$u") +'@_1.html');
				}
				else
				{
					var fInfo = '';
					if (typeof(channelId) != '' ){fInfo = '&f='+channelId;}
					window.open("http://so.pcpop.com/"+str+"?q="+encodeURI(thisvalue)+"&ie=utf-8"+fInfo);
				}
			}
			
}

