function profilepopup(popurl){
winpops=window.open(popurl,"profile","width=700,height=500,scrollbars=yes,left=10,top=10");
winpops.focus()
}