// 메인 공지사항 우측 링크
function mbright(num){
 switch(num){
  case 1: location.href="/community/qnas_list"; break;
  case 2: location.href="/customer/faqs"; break;
  case 3: location.href="/community/lists/news"; break;
  //case 4: window.open('http://www.daiyoungpro.com/'); break;
  case 4: location.href="/customer/view/1"; break;
 }
}



// 하단 카피라이트 링크
function linkbottom(num){
 switch(num){
  case 1: location.href="/customer/view/1"; break;
  case 2: location.href="/customer/view/4"; break;
  case 3: location.href="/customer/view/3"; break;
  //case 4: location.href="#"; break;
  //case 5: location.href="#"; break;
  case 4: location.href="/customer/counsels"; break;
  case 5: location.href="/customer/counsels"; break;
 }
}


