function newPopupWindow(url){
    var winpops=window.open(url,"","width=800,height=600")
}
