<!--
function go_URL(num){

		//logo & top & index
		if (num=="10"){
			location.href="../index/index.html";//HOME
		}
		else if (num=="20"){
			location.href="../sitemap/sitemap.html";//»çÀÌÆ®¸Ê
		}
		else if (num=="30"){
			location.href="../about/contact.html";//CONTACT US
		}
		else if (num=="40"){
			location.href="#";//¿µ¹®¸ÞÀÎ
		}

		//1. products

		else if (num=="100"){
			location.href="../products/high.html";//high bright blue led
		}
		else if (num=="110"){
			location.href="../products/high.html";//high bright blue led
		}
		else if (num=="120"){
			location.href="../products/process.html";//process oem
		}
		
		
		//2. technology

		else if (num=="200"){
			location.href="../technology/technology.html";//technology
		}
		else if (num=="210"){
			location.href="../technology/technology.html";//technology
		}
		
		
		//3. business

		else if (num=="300"){
			location.href="../business/business.html"; //business
		}
		else if (num=="310"){
			location.href="../business/business.html"; //business
		}
		
		
		//4. about us
		
		else if (num=="400"){
			location.href="../about/overview.html"; //overview
		}
		else if (num=="410"){
			location.href="../about/overview.html"; //overview
		}
		else if (num=="420"){
			location.href="../about/ceo.html"; //ceo
		}
		else if (num=="430"){
			location.href="../about/management.html"; //management
		}
		else if (num=="440"){
			location.href="../about/careers.html"; //careers
		}
		else if (num=="450"){
			location.href="../about/directions.html"; //directions
		}
		else if (num=="460"){
			location.href="../about/list.php"; //news
		}
		else if (num=="470"){
			location.href="../about/terms.html"; //terms
		}
		
		

}
//-->
