menuList = new Array();

menuList[11] = '/likefaces/index.html?file=dd_view&table=faces&mode=view&id=17&grp=17&no=16&page=1&offset=0&sh_category_id='; 			//
menuList[12] = '/likefaces/index.html?file=dd_view&table=faces&mode=view&id=16&grp=16&no=15&page=1&offset=0&sh_category_id='; 			//
menuList[13] = '/likefaces/index.html?file=dd_view&table=faces&mode=view&id=15&grp=15&no=14&page=1&offset=0&sh_category_id='; 			//


function goLink(num, gubun){
	//gubun :'menu', 'pview'
  self.status = num;
  if(gubun=="menu"){
	  if(num==81){//Å¸°ÙÁöÁ¤
  		if(menuList[num])  	window.open(menuList[num],"_blank");
  	}else{
  		if(menuList[num])  	location=menuList[num];
  	}
  }
  if(gubun=="pview"){
  		if(pviewList[num])  	location=pviewList[num];
  }

}

