function openwin(w, h, url) {
    w+=40;
    h+=30;
    window.open(url,'','width='+w+',height='+h+',status=no,toolbar=no,resizable=no,scrollbars=yes');
}

