<!--
function enterance(){
	//if (navigator.appName == "navigator.appName" || navigator.appName == "Netscape"){
	if (navigator.appName == "MSIE" || navigator.appName == "Microsoft Internet Explorer"){
		//location='intro.html';	
		location='http://www.knc1004.net/home/source.php';	
    }else	{
		alert('Internet Explorer ¸¦ ±ÇÀåÇÕ´Ï´Ù.');
	    //return;
		location='http://www.knc1004.net/home/source.php';
	}
}
//-->
