function openwin(type,id,propertytype) {
var left =  (screen.width-500)/2;
var top = (screen.height-200)/2;
window.open ("post_tosu.jsp?type="+type+"&id="+id+"&propertytype="+propertytype, "newwindow", "left="+left+",top="+top+",height=205, width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
}
function openmsg(id)
{
	var left =  (screen.width-500)/2;
	var top = (screen.height-200)/2;
	window.open ("post_sendmsg.jsp?accountid="+id, "sendmsg","left="+left+",top="+top+",height=205, width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"); 
}
