function pop (url,wi,he) {
   window.open (url,"_blank","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width="+wi+",height="+he+",top=0,left=20")
}
