function popUp(popurl){
var winpops=window.open(popurl,"","width=800px,height=600px")
}

