function emailByUserID(userID){
    window.open("/servlet/cssServlet?method=emailMe&userID="+userID,"COntact","scrollbars=yes,width=500,height=370, resizable=yes");
}
