<!--
function changeProduct2(num)
{
	switch(num)
	{
		case "001":	
			goURL = "http://www.eduinto.com";
			break;
		case "002":					      	
			goURL = "http://www.daumbook.net";
			break;
		case "003":					      	
			goURL = "http://www.elabor.co.kr";
			break;
		case "004":					      	
			goURL = "http://www.kacpta.or.kr";
			break;
		case "005":					      	
			goURL = "http://www.thezone4u.net";
			break;
		case "006":					      	
			goURL= "http://www.kacpta.or.kr/license_view/license_n/co_map.asp";
			break;
		case "007":					      	
			goURL = "http://www.myboxs.com/";
			break;
		case "008":					      	
			goURL = "http://www.klkorea.net";
			break;
		case "009":					      	
			goURL = "http://www.dzbizschool.net/";
			break;
	}
	window.open(goURL, '', 'width=1024, height=768, scrollbars=yes, menubar=yes, resizable=yes, toolbar=yes, location=yes, directories=yes,');
}
//-->
