function popupUserInfo( id, href )
{
   openWindow( href , 450, 500 );
   return false;
}

