

function OpenRole(xid)
{
	window.open("role_description.asp?id=" + xid,"","toolbar=no, width=400, height=500, scrollbars=yes");
}
