function sendMsg(id) {
	var popup = window.open('/sendmsg_sel_' + id + '.html','_blank','scrollbars=1,resizable=1,width=500,height=485,left=250,top=140');
	popup.focus();
}
