   function pop(a,w,h){
   property="scrollbars=yes,width="+w+",height="+h;
   window.open(a,"_blank",property);
   }

    function pop2(a,w,h){
   property="scrollbars=yes,width="+w+",height="+h;
   window.open(a,"_blank",property);
   }