function openwin(url, w, h) { window.open(url, "", "resizable=yes,scrollbars=yes,width=" + w + ",height=" + h); }
