function popupwin(external, height, width) {
options = "height=" + height + ",width=" + width + ",scrollbars=yes, resizable=yes";
window.open(external, 'popup', options);
}
