//打开详细内容查看页面
function copen(id){
  window.open("/webapps/cms/infoitem/contentshow.jsp?id="+id, "content", "");
}