function pop (name, url, w, h) {
win = open(url, name, 'menubar=no,directories=no,location=no,resizable=yes,scrollbars=yes,width='+w +',height='+h);
}
