/** * Opens a window to show a list of posters in a thread (misc.php?do=whoposted) * * @param integer Thread ID * * @return window */ function who(threadid) { return openWindow( 'misc.php?' + SESSIONURL + 'do=whoposted&t=' + threadid, 230, 300 ); }