function popup(url,width,height) {
    popwin = window.open(url, "email","resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=yes,width=" + width + ",height=" + height + ",left=20,top=20,resizable=no");
}