function goService(id)
{
	switch (id)
	{
		case "search_01":
		openURL("http://mm.search.nate.com/search/video.html?z=VD&s=&tq=&sc=&afc=&q=%B1%E8%BF%AC%BE%C6+%B0%A5%B6%F3%BC%EE/");
		break;

		case "search_02":
		openURL("http://mm.search.nate.com/search/image.html?z=F&s=&tq=&sc=&afc=&q=%C5%AC%B8%B2%C6%AE/");
		break;
		
		case "search_03":
		openURL("http://search.nate.com/search/all.html?z=A&s=&tq=&sc=&afc=&q=%C0%CC%C5%BB%B8%AE%BE%C6/");
		break;
		
		case "news_02":
		openURL("http://news/");
		break;
		
		case "main":
		openURL("http://www.nate.com/");
		break;
		
		case "mail_01":
		fnSpamClean();
		break;
		
		case "mail_03":
		openURL("http://mail.nate.com/");
		break;
		
		case "connect_01":
		openURL("http://www.nate.com/");
		break;
		
		case "connect_02":
		openURL("http://hello.nate.com/nateconnect/");
		break;
		
		case "connect_03":
		openURL("http://hello.nate.com/nateconnect/");
		break;
		

		default:
		break;
	}
}

function openURL(url)
{
	window.open(url,"_blank","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
