function menuClick(menu){
	if (menu=="home"){
		location.href="/2011/";                // È¨À¸·Î°¡ °¡±â
	}
	
	// È¸»ç¼Ò°³
	else if(menu=="11"){
		location.href="/2011/company/business.asp";                   // ÁÖ¿ä»ç¾÷
	}else if(menu=="12"){
		location.href="/2011/company/history.asp";                   // ¿¬Çõ
	}else if(menu=="13"){
		location.href="/2011/company/view.asp";                   // Àü°æ
	}else if(menu=="14"){
		location.href="/2011/company/area.asp";                   // »ç¾÷¿µ¿ª
	}else if(menu=="15"){
		location.href="/2011/company/certification.asp";                   // ÀÎÁõ¼­
	}
	
	// Á¦Ç°
	else if(menu=="20"){
		location.href="/2011/product/product.asp";                   // Á¦Ç°¸ÞÀÎ
	}else if(menu=="21"){
		location.href="/2011/product/product_view.asp?Depth1=1";          // ±¤ÁõÆø±â
    }else if(menu=="22"){
		location.href="/2011/product/product_view.asp?Depth1=2";          // ±¤¼Û¼ö½Å±â
    }else if(menu=="23"){
		location.href="/2011/product/product_view.asp?Depth1=3";          // ±¤°èÃø±â
    }
	
	
	//´º½º
	else if(menu=="31"){
		location.href="/2011/news/notice.asp";       // °øÁö»çÇ×
	}else if(menu=="32"){
		location.href="/2011/news/article.asp";       // º¸µµÀÚ·á
	}
	
	
	//°í°´Áö¿ø	
	else if(menu=="41"){
		location.href="/2011/support/inquiry.asp";           // ¹®ÀÇÇÏ±â
	}
	
	
	//¿¬¶ôÃ³
	else if(menu=="51"){
		location.href="/2011/contact/contact.asp";          // ¿¬¶ôÃ³
	}
	
	//»çÀÌÆ®¸Ê
	else if(menu=="61"){
		location.href="/2011/sitemap/sitemap.asp";          // »çÀÌÆ®¸Ê
	}
	
	

}
