function getCookie(name) {
var from_idx = document.cookie.indexOf(name+'=');
 if (from_idx != -1) { 
  from_idx += name.length + 1
  to_idx = document.cookie.indexOf(';', from_idx) 
  if (to_idx == -1) {
   to_idx = document.cookie.length
  }
 return unescape(document.cookie.substring(from_idx, to_idx))
 }
}



//Men-Expert
function getMenu_01(a){

	if(a == 'A'){
		//Brand Story
		location.href('index.asp');
	}
}

//news
function getMenu_02(a){
	if(a == 'A'){
		location.href('news.asp?classid=1');
	}else if(a == 'B'){
		location.href('news.asp?classid=2');
	}
}


function getMenu_03(a){
	//getMsg();
	if(a == 'A'){

		location.href('about.asp?id=2');
	}else if(a == 'B'){
		location.href('about.asp?id=3');
	}else if(a == 'C'){
		location.href('partner.asp');
	}
}


function getMenu_04(a){
	//getMsg();
	if(a == 'A'){
		location.href('products.asp');
	}
}


function getMenu_05(a){
	if(a == 'A'){
		location.href('case.asp');
	}
}

function getMenu_06(a){
	if(a == 'A'){
		location.href('down.asp');
	}
}

function getMenu_07(a){
	//getMsg();
	if(a == 'A'){
		//News
		location.href('contact.asp');
	}else if(a == 'B'){
		//FAQ
		location.href('feedback.asp');
	}
}


function getMsg(){
	alert('aaa');
	return false;
}
