
function callUserprofile(id) {
	window.open('/index.php?m=system&c=userprofile&id=' + id, 'userprofile', 'width=400,height=300,dependent=yes,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no');
	return false;
}
