 function popUp(url, w, h) {
 window.open(url, '', 'resizable=no,scrollbars=yes,menubar=no,top=100,left=30,width=' + w + ',height=' + h);
 }
