function openpopup(popurl, width, height){
winpops=window.open(popurl,"","width="+width+",height="+height+",scrollbars=yes,resizeable=yes")
}