function popup(p,w,h,s) {
     var winpop = window.open(p,"popup","width=" + w + ",height=" + h + ",scrollbars=" + s + ",screenX=0,screenY=0,top=0,left=0,resizable=no");
}