function popans( id ){
   var url = "question.aspx?id=" + id;
   winpops=window.open(url,"","width=630,height=220,scrollbars,resizable");
}
